Michael Vanier <[EMAIL PROTECTED]> writes:

> I have put the file into /usr/lib and it still couldn't find it!

This is (another) bug in libltdl.  It first tries the ".la" extenstion
and then should continue with the ".so" extension.  However, it
incorrectly stops when no ".la" file could be found.

A workaround is to use

  (load-extension "libguile-bessel.so" "init_bessel")

for the time being.

We will release a Guile 1.6.1 shortly that will always use a libltdl
with this bug fixed.

Thanks for reporting this!

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to