Jason Stover <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
web: http://benpfaff.org
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev