This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: searching for gsl library


Martin,
Checking first for gslcblas does it. I imagined that the reason is the
dependency on gsl with gslcblas. Should one perhaps add a little line to
the manual explaining this?

thanks, JJ

> On Fri, 21 Feb 2003, Juan Jose Gomez Cadenas wrote:
>
>> No, it doesn't, at least for me. My configure.in:
>>
>> AC_MSG_CHECKING([for math library])
>> AC_CHECK_LIB(m,main)
>>
>> AC_MSG_CHECKING([for gsl library])
>> AC_CHECK_LIB(gsl,main)
>> AM_PATH_GSL
>> AC_CHECK_LIB(gslcblas,cblas_sdsdot)
>
> Try checking for gslcblas before checking for gsl proper.
>
> - martin



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]