cocos2dx V3.0 under cygwin.using netbeans8.0 problem

i like writing on netbeans.but for work,i prefer windows. so i want to find way which can using netbeans IDE on windows.
last week i using cygwin instead linux.but so many errors. i should install opengl lib on cygwin. and fix some bugs.
fortunately,many compile error very easy.only one link error i can not fixed. it takes me many time.hope some one can help me. the projct is hello world. only using command “cocos new…”

collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped
/usr/bin/ld: cannot find -lfmodex64
CMakeFiles/MyGame.dir/build.make:153: recipe for target ‘bin/MyGame.exe’ failed
make[2]: *** [bin/MyGame.exe] Error 1
CMakeFiles/Makefile2:77: recipe for target ‘CMakeFiles/MyGame.dir/all’ failed
make[1]: *** [CMakeFiles/MyGame.dir/all] Error 2
Makefile:116: recipe for target ‘all’ failed

i saw cocos2d/externl/linux-specific/fmod/prebuilt/64-bit/ dir has libfmodex64.so and libfmodexL64.so .but cygwin ld.exe can not find -lfmodex64.

1,i tried using 32bit cygwin compile. the same link error . “ld can not found -lfmodex”
2,i tried other version fmodex on fmod web site.(cp api/inlcude and api/lib to cocos2d/externl/linux-specific/fmod) ,the same error . can not found -lfmodex64
3,i tried create soft link in my /usr/local/lib to link fmodex64.so. also get same error .can not found lfmodex64.

sorry my poor english.hope some one can help me .best regards.

my pc env:
gcc g++ version 4.8.3.
gun make 4.0
build for x86_64-pc-cygwin.

have you looked at this: http://www.cocos2d-x.org/wiki/How_to_run_cpp-tests_on_Linux_Netbeans