On Mon, May 11, 2009 at 02:04:11AM +0200, [email protected] 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.
signature.asc
Description: Digital signature
_______________________________________________ Pspp-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-users
