help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] GNU build configure.ac script


From: Brian Gough
Subject: Re: [Help-gsl] GNU build configure.ac script
Date: Mon, 20 Aug 2007 19:54:40 +0100
User-agent: Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI)

At Mon, 20 Aug 2007 13:50:38 +0200,
Rutger van Haasteren wrote:
> However, if I replace the 'main' above for something else, e.g. 'gsl_atanh',
> it still fails:
> 
> AC_CHECK_LIB(m,main)
> AC_SEARCH_LIBS(gsl_atanh, gsl, [], [], -lgslcblas)
> Gives:
> checking for main in -lm... yes
> checking for gsl_atanh in -lgsl... no

It works ok for me:

checking for main in -lm... yes
checking for library containing gsl_atanh... -lgsl

$ autoconf --version
autoconf (GNU Autoconf) 2.61

If you still have problems, you could try the autoconf mailing list.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]