bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile can't find dynamically loaded library


From: Marius Vollmer
Subject: Re: guile can't find dynamically loaded library
Date: 03 Oct 2002 20:34:11 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Michael Vanier <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]