autoconf usage : -DHAVE_GSL ?

Brian Gough bjg@network-theory.co.uk
Wed Dec 19 13:20:00 GMT 2001


Peter Teuben writes:
 >  My question is about the kludgie looking -DHAVE_GSL. I wanted to
 > use something like
 >  AC_CHECK_LIB(gsl,gsl_version)
 >  but that fails, gsl_version seems to needs -lgslcblas! (which is
 > actually odd, if I look at the output of nm..... -static will fix
 > that dependancy, but AC_CHECK_LIB does not do that) I'd like to
 > know which function/static would be the one that doesn't need
 > another library. 

Function 'main' -- standard autoconf trick.



More information about the Gsl-discuss mailing list