OK I am trying to use GSL in CodeBlocks (am I crazy?)
I have the version from GNU Win that sets itself up. My problem is that accessing the functions from CodeBlocks.
I searched the forum and followed the advice but it still wont compile (GNU GCC) my programs as I get "No such file or directory" as soon as the first GSL header is found.
I have put paths to 'libgsl.a' & 'libgslblas.a' in the linker settings. I have put the path '\GnuWin32\include\gsl' in the search directory for the compiler & linker (along with GnuWin32\lib in the linker search path).
But still get the "No such file or directory error.
What am I missing?