On Donnerstag 05 Juni 2008, Sergey Plis wrote:
> When compiling a c code using gsl one can use -lcblas -latlas or
> -lgslcblas. In bigforth neither of this options works. It seems that
> depends word does not do its job properly.

Or the shared library linker has problems.

You can try to set the environment variable LD_BIND_NOW to something (e.g. 
export LD_BIND_NOW=yes), then you'll see failed library loads when they 
actually fail, not sometimes later (the default is to load with lazy 
binding, and this fails when you actually try to resolve the symbol).

In general, the depends word is a workaround.

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://www.jwdt.com/~paysan/

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to