From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32044 invoked by alias); 11 Nov 2001 23:11:15 -0000 Mailing-List: contact gsl-discuss-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 32008 invoked from network); 11 Nov 2001 23:11:14 -0000 Received: from unknown (HELO mail12.svr.pol.co.uk) (195.92.193.215) by sourceware.cygnus.com with SMTP; 11 Nov 2001 23:11:14 -0000 Received: from modem-156.saint-bernard.dialup.pol.co.uk ([62.25.204.156] helo=debian) by mail12.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 1633ku-0007hX-00; Sun, 11 Nov 2001 23:11:12 +0000 Received: from bjg by debian with local (Exim 2.05 #1 (Debian)) id 1633el-0000HF-00; Sun, 11 Nov 2001 23:04:51 +0000 From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15343.1043.486383.302559@debian> Date: Sun, 04 Nov 2001 04:13:00 -0000 To: Theodoros Katsaounis Cc: gsl-discuss@sources.redhat.com Subject: Re: Problem In-Reply-To: <3BEE9750.CA93486E@dma.ens.fr> References: <3BEE9750.CA93486E@dma.ens.fr> X-Mailer: VM 6.62 under Emacs 19.34.1 X-SW-Source: 2001-q4/txt/msg00000.txt.bz2 Message-ID: <20011104041300.-IBuixqzkH2J7BGm6hrX3IIwfeWgtqIQ3SzHhdTNUNI@z> Theodoros Katsaounis writes: > I downloaded the gsl library version 1.0 from the mirror > site in UK. I followed the instructions for building the library. > The build was succesuful, no errors during the make process. > Then I installed the library and when I tried to use it I got > the following error during linking > > -- Undefined first referenced > symbol in file > __eprintf ../../../../lib/libgsl.so > ld: fatal: Symbol referencing errors. > > Any suggestions ? The build was done on a Ultra 5 Sun running > solaris. Not sure what's causing that. A few questions: -- What is the command line you're using to do the link? -- Does the static library libgsl.a work instead of libgsl.so? regards Brian