help-gsl
[Top][All Lists]
Advanced

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

RE: [Help-gsl] Cannot find routines in gsl.


From: KENNETH.MCFARLANE
Subject: RE: [Help-gsl] Cannot find routines in gsl.
Date: Tue, 15 Nov 2005 13:43:18 -0500

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:address@hidden
Sent: Tue 11/15/2005 11:56 AM
To: McFarlane Kenneth
Cc: address@hidden
Subject: Re: [Help-gsl] Cannot find routines in gsl.



address@hidden 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>>


reply via email to

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