pspp-users
[Top][All Lists]
Advanced

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

Re: compiling 0.7.2


From: John Darrington
Subject: Re: compiling 0.7.2
Date: Mon, 11 May 2009 08:17:08 +0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, May 11, 2009 at 02:04:11AM +0200, address@hidden wrote:
     
     I compiled the latest snapshot (0.7.2) successfully (without gui)
     except one test fails
     
     ................Check failed in move elements around in memory (random 
hash)
     test at tests/libpspp/hmap-test.c, line 368
     FAIL: tests/libpspp/hmap-test
     ...........................


My guess is that you're using GCC 4.3 ?

We're pretty sure that this is a bug gcc. See the comment
in tests/libpspp/hmap-test.c

     after that if I run the pspp that is in ui/terminal it works, but if I make
     install (in usr/local by default) and I type pspp I get the message :
     
     pspp: error while loading shared libraries: libpspp-0.7.2.so: cannot open 
shared
     object file: No such file or directory
     
     that is to say the library cannot be found even thoug it's been copied in
     /usr/local/lib
     
You need to add /usr/local/lib  to your /etc/ld.so.conf file and
re-run ldconfig.  Alternatively you can do
export LD_LIBRARY_PATH=/usr/local/lib

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.


Attachment: signature.asc
Description: Digital signature


reply via email to

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