pspp-dev
[Top][All Lists]
Advanced

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

Re: OBSD new libgsl not found


From: John Darrington
Subject: Re: OBSD new libgsl not found
Date: Thu, 5 Feb 2009 08:25:15 +0900
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, Feb 04, 2009 at 05:43:04PM -0500, Jason Stover wrote:
     On Wed, Feb 04, 2009 at 05:13:40PM -0500, Jason Stover wrote:
     > After a fresh checkout, configure tells me I need gsl 1.8
     > or later, even though I have 1.11.
     > 
     > $ pkg-config --atleast-version 1.8 gsl
     > $ echo $?
     > 0
     > 
     > $ pkg-config --cflags --libs gsl
     > -I/usr/local/include -L/usr/local/lib -lgsl -lgslcblas -lm
     > 
     > I may have an old copy of gsl somewhere, but not in the usual
     > /usr/lib or /usr/local/lib.
     
     config.log is here:
     
     http://math.gcsu.edu/~jhs/config.log
 

I think the pertinent strings are :    

 configure:26315: gcc -std=gnu99 -o conftest -g -O2 -I/usr/local/include  
conftest.c -lgslcblas  -lz -lplot -lm  >&5
 /usr/bin/ld: warning: libm.so.2.3, needed by 
/usr/local/lib/libgslcblas.so.0.0, may conflict with libm.so.3.0
 /usr/lib/libm.so.2.3: undefined reference to `isinf'
 /usr/lib/libm.so.2.3: undefined reference to `isnan'


So it looks as if gsl/blas was compiled against one version of libm,
whereas you're trying to compile pspp against another.


J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

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