Hey there ;)
I installed gsl using macports. Everything looks ok...

I got a project that using gsl_cdf.h, gsl_types.h and gsl_errno.h
so in my main program they includes like this :

#include <gsl/gsl_types>
same for the others

to compile my project i did a makefile here : http://pastebin.com/m3a1fd756

my last verion include the -arch flag because i saw somewhere that ppc is
not supported by gsl.

but i got a error about a function of gsl im using
"_gsl_cdf_gamma_Pinv", referenced from
Calculate (long double ......) in main.o
symbol(s) not found
collect2 : ld returned 1 exit status"

do you have an explanation for this ?

i tried with others gsl_cdf functions., not working too :(

thanks for your help
Nico
_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to