AC_SEARCH_LIBS for GSL fails with -lgslcblas

2007-08-21 Thread Rutger van Haasteren
Hello list, Some experts on the GSL (GNU Scientific Library) mailing list pointed me to this mailing list. I am having troubles checking for the appropriate library when linking to the GSL library (I wanted to use custom blas libraries, like ATLAS or MKL). Although I already have it working now, I

Re: test in a m4 macro and variable created from pushdef

2007-08-21 Thread Ralf Wildenhues
Hello Vincent, Eric, * Vincent Torri wrote on Tue, Aug 21, 2007 at 08:42:25AM CEST: > On Wed, 15 Aug 2007, Ralf Wildenhues wrote: >> >> The patch changes a comment in the configure script: >> # Check whether --enable-DOWN was given. >> to >> # Check whether --enable-bdf was given. > > indeed *

Re: AC_SEARCH_LIBS for GSL fails with -lgslcblas

2007-08-21 Thread Ralf Wildenhues
Hello Rutger, * Rutger van Haasteren wrote on Tue, Aug 21, 2007 at 11:46:53AM CEST: > > Now, if I would use the recommended way to link to the GSL library with the > GSL blas library, I would write in my configure.ac: > > AC_CHECK_LIB(m,main) Please avoid checking for the `main' function other