From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8835 invoked by alias); 8 Feb 2010 09:12:02 -0000 Received: (qmail 8825 invoked by uid 22791); 8 Feb 2010 09:12:02 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_50,SPF_PASS X-Spam-Check-By: sourceware.org Received: from raclette.synchrotron-soleil.fr (HELO raclette.synchrotron-soleil.fr) (195.221.0.6) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Feb 2010 09:11:58 +0000 Received: from localhost (unknown [127.0.0.1]) by raclette.synchrotron-soleil.fr (Postfix) with ESMTP id BA77D30410 for ; Mon, 8 Feb 2010 09:11:55 +0000 (UTC) Received: from raclette.synchrotron-soleil.fr ([127.0.0.1]) by localhost (raclette.synchrotron-soleil.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qg3b6onOOAP0 for ; Mon, 8 Feb 2010 10:11:50 +0100 (CET) Received: from venusbis.synchrotron-soleil.fr (venusbis.synchrotron-soleil.fr [195.221.0.152]) by raclette.synchrotron-soleil.fr (Postfix) with ESMTP id CE011794E5 for ; Mon, 8 Feb 2010 10:11:32 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: gsl.pc file Date: Mon, 08 Feb 2010 09:12:00 -0000 Message-ID: <606CC410B038E34CB97646A32D0EC0BF0181FC27@venusbis.synchrotron-soleil.fr> From: =?iso-8859-1?Q?PICCA_Fr=E9d=E9ric-Emmanuel?= To: Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00016.txt.bz2 Hello I am using gsl for one of my library. it use the multiroot hybrid solver and the simplex. so I do not use the gsl= cblas librari. nevertheless the gsl.pc file contain -lgsl and -lgslcblas. so using AX_GSL_PATH add necessarely the gslcbals library even if I do not = use this library. is it normal ? is gsl using under the hood the gslcblas library ? thanks Frederic