[EMAIL PROTECTED] wrote:

> #include <gsl/gsl_sf_bessel.h>
> 
> among others, and the compiler is saying:
> "bessel.c:2: header file 'gsl/gsl_sf_bessel.h' not found cpp-precomp:
> warning: errors during smart preprocessing, retrying in basic mode"
> (I use: gcc -o bessel bessel.c -L/sw/lib/ -lgsl -lcblas)

You need to add "-I/sw/include", too, to find the header files.

-- 
Martin

----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                   >>>     http://thinkgeek.com/sf    <<<

_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to