pspp-dev
[Top][All Lists]
Advanced

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

Re: release candidate 3 trouble on NetBSD


From: Ben Pfaff
Subject: Re: release candidate 3 trouble on NetBSD
Date: Sun, 17 Jul 2005 14:22:31 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Jason Stover <address@hidden> writes:

> checking size of short... configure: error: cannot compute sizeof (short), 77
> See `config.log' for more details.

Here is the relevant section of config.log:
        configure:13048: checking size of short
        configure:13360: gcc -o conftest -I/arpa/gm/j/jstover  
-L/arpa/gm/j/jstover conftest.c -lgsl -lgslcblas -lgmp -lm  >&5
        configure:13363: $? = 0
        configure:13365: ./conftest
        Shared object "libgsl.so.7" not found
        configure:13368: $? = 1
        configure: program exited with status 1

To me, the following seems indicative:
        configure:13365: ./conftest
        Shared object "libgsl.so.7" not found

Is libgsl.so.7 in an "unusual" location?  If so, you may have to do
something like
        export LD_LIBRARY_PATH=/where/ever/lib/gsl/is
to make it work.
-- 
Ben Pfaff 
email: address@hidden
web: http://benpfaff.org




reply via email to

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