You are right about custom library installation, but that's my only option at the machines I am working. Here is what strace gives me when included from the inside of bigforth (I've added tilde myself). Note that the library it finds is 32bit:

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

Surprisingly, it does open the right library, but declares it not found.

If I run
strace -e open bigforth -e "include atlas.fs"

Then there is no mention of opening liblapack.so, not even mention of liblapack at all. It just opens atlas.fs and that's it. Why?

Thanks!

--
Sergey



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

Reply via email to