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


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]