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.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
