In general, the depends word is a workaround.
Thanks for your replies. I do not agree with this statement though. The
example is again is gsl where it is up to the user to decide which BLAS
library to use without recompiling the complete gsl suite. Thus depends
allows me to link libgsl with whatever BLAS implementation I choose to
use, at least in theory.
Your suggestion with environment virable seems not to reveal anything :(
export LD_BIND_NOW=yes
bigforth -v -v -v
... wait for start
include atlas.fs
Open dynamic library liblapack.so
liblapack.so Library not found!
The same run with strace gives me:
open("~/soft/lib/liblapack.so", O_RDONLY) = 5
liblapack.so Library not found!
Thanks!
--
Sergey
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]