Has anyone successfully compiled and installed fgsl using the intel fortran compiler?
I've found this post:
https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/271209
which mentions a fgsl install, but I suspect it's for OSX.
I've downloaded fgsl v. 1.1.0 from http://www.lrz.de/services/software/mathematik/gsl/fortran/
and followed the instructions. Apparently, compilation with ifort was successful, and I was also able to create a sample program which tried to invoke a fgsl function. However, when I run the program I get an 'undefined symbol' error message...