[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/ _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
