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
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
*
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