Sergey Plis
Sat, 05 Jan 2008 12:12:11 -0800
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]