Hi,

I'm not really sure if this is an appropriate place to ask this 
question, let me know if it's not..

I am working on some linear algebra problem for my school project and 
think that I might be able to use ATLAS and GSL, so I used Fink to 
install two package ATLAS and GSL without a problem.  Now when I tried 
an example program, it will not work!  The program has:

#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)

when using gcc -o bessel bessel.c -L/sw/lib/ -lgsl -lcblas -no-precomp 
to compile, it shows:
"gcc -o bessel bessel.c -L/sw/lib/ -lgsl -lcblas -no-cpp-precomp 
bessel.c:2: gsl/gsl_sf_bessel.h: No such file or directory"


How do I include it then??  Any idea?


JY

Department of Geological Sciences
Florida State University


----------------------------------------------------------------------------
                   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