Thanks. I have the test programs linking properly, using the correct order or arguments to gcc. I misread the 'gcc' man page and thought gcc (which I am using for the first time) used an unusual order. Missed the ellipsis at the end of the command line spec. Regards, Ken McF
________________________________ From: Brian Gough [mailto:[EMAIL PROTECTED] Sent: Tue 11/15/2005 11:56 AM To: McFarlane Kenneth Cc: [email protected] Subject: Re: [Help-gsl] Cannot find routines in gsl. [EMAIL PROTECTED] writes: > gcc -I/usr/local/include -I. -L/usr/local/lib/ -lgsl gsl-histogram.c > /cygdrive/c/DOCUME~1/KMCFAR~1/LOCALS~1/Temp/ccY0NoaN.o:gsl-histogram.c:(.text+0xd1): > undefined reference to `_gsl_histogram_alloc' > Did ar -t on both /usr/local/lib/libgsl.a and /usr/lib/libgsl.a. In neither > case were the _gsl_histogram entry points found. Not the gsl_linalg entries > either. > Where can I find the histogram and linalg routines? Check that you can link to other libraries successfully: http://www.network-theory.co.uk/docs/gccintro/gccintro_18.html -- regards, Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/
<<winmail.dat>>
_______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
