Hi there,
I just installed gsl. Everything passed all checks on the install. Then I ran
the first example program on the gsl page. That compiled, linked and ran
fine.
Then I added
#include <gsl/gsl_cdf.h>
and the two lines:
y=gsl_cdf_logistic_P(33.0,24.0);
printf("%g\n", y);
This also compiles and links fine:
$ gcc -I/usr/local/include -c example.c
$ gcc -L/usr/local/lib example.o -lgsl -lgslcblas -lm -o example
But doesn't run !
$ ./example
J0(5) = -1.775967713143382920e-01
./example: relocation error: ./example: undefined symbol: gsl_cdf_logistic_P
What is this error? Any ideas how to fix it?
Thanks a lot,
--
Joshua Knowles .. [EMAIL PROTECTED]
BBSRC David Phillips Fellow
School of Chemistry, University of Manchester
Faraday Building, Sackville Street
PO Box 88, Manchester M60 1QD
Tel: 0161 306 4450 Fax: 0161 306 4556
http://dbk.ch.umist.ac.uk/knowles/
http://www.mib.ac.uk
10th online World Conference on Soft Computing (WSC10)
http://www.cranfield.ac.uk/wsc10/
_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl