I have now recompiled GSL libraries with linking libatlas and libptcblas into libgsl:
> ldd libgsl.so.0.12.0
        linux-gate.so.1 =>  (0xffffe000)
        libptcblas.so (0xf7dd4000)
        libatlas.so (0xf7a09000)
        libc.so.6 => /lib32/libc.so.6 (0xf78d4000)
        libpthread.so.0 => /lib32/libpthread.so.0 (0xf78c3000)
        libm.so.6 => /lib32/libm.so.6 (0xf789f000)
        /lib/ld-linux.so.2 (0x56555000)

My test.fs works now in both cases (command line parameter and included). I still, however unable to include gsl.fs and atlas.fs other that passing atlas.fs on the command line first and only then including gsl.fs. This is all due to lapack.so:

liblapack.so Library not found!

Although just right before that strace -e open tells me that everything is fine:

open("liblapack.so", O_RDONLY)          = 6

This seems not like a linking issue since:
> ldd liblapack.so
        statically linked

Thanks!

--
Sergey

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

Reply via email to