Hi, I'm trying to install GSL on my Mac OS X. I used fink with the command
fink install gsl The installation seemed successful but I still couldn't use the library. When I compiled the source file of my application it doesn't find the header files of GSL. I used the command to compile gcc -o run main.cpp -lgsl -lgslcblas The first of the error messages is: error: gsl/gsl_math.h: No such file or directory I wonder if I missed any steps during the installation process. thanks a lot. _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
