From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3275 invoked by alias); 21 Feb 2003 18:49:25 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 3268 invoked from network); 21 Feb 2003 18:49:24 -0000 Received: from unknown (HELO hal.ific.uv.es) (147.156.163.23) by 172.16.49.205 with SMTP; 21 Feb 2003 18:49:24 -0000 Received: from ific.uv.es (localhost [127.0.0.1]) by hal.ific.uv.es (8.12.1/8.12.1) with SMTP id h1LInLdc003290; Fri, 21 Feb 2003 19:49:21 +0100 (MET) From: Juan Jose Gomez Cadenas Received: from alpiste.estomat.uv.es ([147.156.135.181]) (SquirrelMail authenticated user gomez) by ific.uv.es with HTTP; Fri, 21 Feb 2003 19:49:21 +0100 (MET) Message-ID: <32836.147.156.135.181.1045853361.squirrel@ific.uv.es> Date: Fri, 21 Feb 2003 18:49:00 -0000 Subject: Re: searching for gsl library To: In-Reply-To: References: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: , MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2003-q1/txt/msg00132.txt.bz2 > On Fri, 21 Feb 2003, Juan Jose Gomez Cadenas wrote: > >> I have problems to find gsl library using the macro > > Does the recipe from the manual > (http://sources.redhat.com/gsl/ref/gsl-ref_2.html#SEC12) not work? > > - martin 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 g2c library]) AC_CHECK_LIB(g2c,main) AC_MSG_CHECKING([for gsl library]) AC_CHECK_LIB(gsl,main) AM_PATH_GSL AC_CHECK_LIB(gslcblas,cblas_sdsdot) ANd the result: checking for math library... checking for main in -lm... yes checking for g2c library... checking for main in -lg2c... yes checking for gsl library... checking for main in -lgsl... no