pspp-users
[Top][All Lists]
Advanced

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

Re: Building PSPP on Fedora


From: Alan Mead
Subject: Re: Building PSPP on Fedora
Date: Mon, 23 Apr 2007 12:30:44 -0500
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Ben Pfaff wrote:
Did you install libgslcblas in a system library directory, such
as /usr/lib?  If not, then it's likely that you'll have to set an
environment variable to point to it,
e.g. "LD_LIBRARY_PATH=/my/local/library/directory; export
LD_LIBRARY_PATH" if you're using bash, or "setenv LD_LIBRARY_PATH
/my/local/library/directory" under the C shell.

I installed it by RPM and it appears to me to be in the right place:

address@hidden pspp-0.4.0]$ ls -l /usr/lib/libgsl*
-rwxr-xr-x  1 root root     732 Mar  7  2005 /usr/lib/libgslcblas.la*
lrwxrwxrwx 1 root root 29 Apr 23 12:21 /usr/lib/libgslcblas.so -> /usr/lib/libgslcblas.so.0.0.0* lrwxrwxrwx 1 root root 20 Apr 23 00:21 /usr/lib/libgslcblas.so.0 -> libgslcblas.so.0.0.0*
-rwxr-xr-x  1 root root  181832 Mar  7  2005 /usr/lib/libgslcblas.so.0.0.0*
lrwxrwxrwx 1 root root 29 Apr 23 12:25 /usr/lib/libgslcblas.so.1 -> /usr/lib/libgslcblas.so.0.0.0*
-rwxr-xr-x  1 root root     697 Mar  7  2005 /usr/lib/libgsl.la*
lrwxrwxrwx 1 root root 15 Apr 23 00:21 /usr/lib/libgsl.so.0 -> libgsl.so.0.7.0*
-rwxr-xr-x  1 root root 1477648 Mar  7  2005 /usr/lib/libgsl.so.0.7.0*

I added the libgslcblas.so and libgslcblas.so.1 links because I've used similar tricks to make other things work but they had no effect here.

I looked at the line that was failing ("gcc -o conftest -g -O2 conftest.c -lgslcblas -lm >&5") and I cannot find a file called 'conftest.c' to try to replciate this behavior on the command line. Does configure copy it from somewhere?

address@hidden pspp-0.4.0]$ find /home/amead/pspp-0.4.0/ -iname conftest.c
address@hidden pspp-0.4.0]$

-Alan

--
Alan D. Mead, Ph.D.
Assistant Professor
Industrial and Organization Psychology
Institute of Psychology
Illinois Institute of Technology
3105 South Dearborn, 2nd floor
Chicago IL 60616
Tel: (312)567-5933
Fax: (312)567-3493





reply via email to

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