bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] GSL and Xcode on a mac


From: Nicolas Grenie
Subject: [Bug-gsl] GSL and Xcode on a mac
Date: Fri, 14 Aug 2009 10:31:14 -0300

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]