Hmm... Now I am even more puzzled. The liblapack.so library does seem fine. It works if I put depends on libatlas and even in parallel with libptcblas. But it does not work if I try to include it from the insode of the interpreter. Including and using it on command line works perfectly. The message of strace is slightly different now if that even matters:

open("/usr/local/lib/liblapack.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/soft/lib/liblapack.so", O_RDONLY) = 7 (It was 6 before)
liblapack.so Library not found!

Any ideas how to debug this?

Thanks!

--
Sergey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to