From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile can't find dynamically loaded library Date: 03 Oct 2002 20:34:11 +0200 Sender: bug-guile-admin@gnu.org Message-ID: <87it0jwevw.fsf@zagadka.ping.de> References: <200210010108.g9118Cm11313@orchestra.cs.caltech.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033676094 5013 127.0.0.1 (3 Oct 2002 20:14:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Oct 2002 20:14:54 +0000 (UTC) Cc: bug-guile@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17xCMy-0001I9-00 for ; Thu, 03 Oct 2002 22:14:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xCNJ-0007n7-00; Thu, 03 Oct 2002 16:15:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17xAnh-0001zN-00 for bug-guile@gnu.org; Thu, 03 Oct 2002 14:34:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17xAnc-0001yX-00 for bug-guile@gnu.org; Thu, 03 Oct 2002 14:34:15 -0400 Original-Received: from dialin.speedway42.dip73.dokom.de ([195.138.42.73] helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10) id 17xAnb-0001yB-00 for bug-guile@gnu.org; Thu, 03 Oct 2002 14:34:11 -0400 Original-Received: (qmail 2241 invoked by uid 1000); 3 Oct 2002 18:34:11 -0000 Original-To: Michael Vanier In-Reply-To: <200210010108.g9118Cm11313@orchestra.cs.caltech.edu> Original-Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:488 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:488 Michael Vanier 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 Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile