I want to use GSL on Windows 10. After I install GSL packages in cygwin, I cannot find the install gsl folder under cygwin. The error is like this:
$ g++ bessel.cpp -lm -lgsl -o bessel.out -L/usr/bin bessel.cpp:1:32: fatal error: gsl/gsl_sf_bessel.h: No such file or directory compilation terminated.
though I do see the GSL packages installed:
I've followed below link on a small test .cpp file. Using GSL with cygwin g++
Please help me on gsl library setup in Windows 10.
Thanks,