pspp-users
[Top][All Lists]
Advanced

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

Re: pspp 0.7.5 can't find the GSL 1.14 lib


From: 老邪
Subject: Re: pspp 0.7.5 can't find the GSL 1.14 lib
Date: Fri, 8 Oct 2010 11:47:58 +0800

here are the list of gsl file that i have now

-------------------
[bash]$ ls /home/test/local/lib -l
total 23384
-rw-r--r-- 1 test pg1874460 13351136 2010-10-07 12:12 libgsl.a
-rwxr-xr-x 1 test pg1874460      929 2010-10-07 12:12 libgsl.la
lrwxrwxrwx 1 test pg1874460       16 2010-10-07 12:12 libgsl.so -> libgsl.so.0.15.0
lrwxrwxrwx 1 test pg1874460       16 2010-10-07 12:12 libgsl.so.0 -> libgsl.so.0.15.0
-rwxr-xr-x 1 test pg1874460  7641600 2010-10-07 12:12 libgsl.so.0.15.0
-rw-r--r-- 1 test pg1874460  1818474 2010-10-07 12:12 libgslcblas.a
-rwxr-xr-x 1 test pg1874460      961 2010-10-07 12:12 libgslcblas.la
lrwxrwxrwx 1 test pg1874460       20 2010-10-07 12:12 libgslcblas.so -> libgslcblas.so.0.0.0
lrwxrwxrwx 1 test pg1874460       20 2010-10-07 12:12 libgslcblas.so.0 -> libgslcblas.so.0.0.0
-rwxr-xr-x 1 test pg1874460  1075891 2010-10-07 12:12 libgslcblas.so.0.0.0
drwxrwxr-x 2 test pg1874460     4096 2010-10-07 12:12 pkgconfig
------------------

On Fri, Oct 8, 2010 at 11:44 AM, 老邪 <address@hidden> wrote:
hi, all
     I have a problem to install pspp 0.7.5 in my debian OS. here are what i did:
1) download the latest version of gsl on ftp://ftp.gnu.org/gnu/gsl/, should be 1.14
2) run configure with --prefix=/home/test/local ( i'm using the account "test", and i don't have root permission)
3) make & make install gsl, it doesn't show any warnings or errors, seems work
4) download the pspp 0.7.5 on http://benpfaff.org/~blp/pspp-master/,   http://benpfaff.org/~blp/pspp-master/latest-src.tar.gz
5) unzip the pspp 0.7.5
6) run configure with
./configure LDFLAGS='-L/home/test/local/lib -Wl,-rpath -Wl,/home/test/local/lib' CPPFLAGS='-I/home/test/local/include' --without-libplot --without-gui --without-cairo --prefix=/home/test/local
7) then showing errors
--------------------------------
configure: error: The following required prerequisites are not installed.
You must install them before PSPP can be built:
        gsl 2.0 version 1.12 or later
--------------------------------
seems that the pspp can't find the gsl lib 1.14?
but it works if i complie for pspp 0.6.2, with same LDFLAGS='-L/home/test/local/lib -Wl,-rpath -Wl,/home/test/local/lib' CPPFLAGS='-I/home/test/local/include'

i don't know what's wrong with pspp 0.7.5.

any helps are appreciated. thanks

best regards,
laoxie




reply via email to

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