From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: autohackery and nightly snapshots Date: Mon, 26 Feb 2007 09:43:10 +1100 Message-ID: <87irdp3lkx.fsf@zip.com.au> References: <87ejoj5h91.fsf@ossau.uklinux.net> <87vehu7d1j.fsf@laas.fr> <87hcte0zdg.fsf@ossau.uklinux.net> <87tzxbcgz8.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172443416 27604 80.91.229.12 (25 Feb 2007 22:43:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Feb 2007 22:43:36 +0000 (UTC) Cc: Guile Development To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Feb 25 23:43:29 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HLS5V-0006qe-V6 for guile-devel@m.gmane.org; Sun, 25 Feb 2007 23:43:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLS5V-0000Qe-Q5 for guile-devel@m.gmane.org; Sun, 25 Feb 2007 17:43:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HLS5T-0000P1-Nx for guile-devel@gnu.org; Sun, 25 Feb 2007 17:43:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HLS5R-0000MZ-RA for guile-devel@gnu.org; Sun, 25 Feb 2007 17:43:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLS5R-0000MU-PX for guile-devel@gnu.org; Sun, 25 Feb 2007 17:43:21 -0500 Original-Received: from mailout1-8.pacific.net.au ([61.8.2.215] helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HLS5R-0001Lh-5k for guile-devel@gnu.org; Sun, 25 Feb 2007 17:43:21 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id DDF945A1DE7; Mon, 26 Feb 2007 09:43:16 +1100 (EST) Original-Received: from localhost (ppp246F.dyn.pacific.net.au [61.8.36.111]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 63A7927408; Mon, 26 Feb 2007 09:43:16 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1HLS5G-0001YW-GX; Mon, 26 Feb 2007 09:43:10 +1100 Mail-Copies-To: never In-Reply-To: <87tzxbcgz8.fsf@ossau.uklinux.net> (Neil Jerram's message of "Sat, 24 Feb 2007 22:45:31 +0000") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6559 Archived-At: Neil Jerram writes: > > I noticed from strace (below) that, on my machine, ltdl tries to open > libguile-i18n-v-0.so from libguile/.libs, once it has failed with the > locations in LTDL_LIBRARY_PATH. I'm guessing that this is a piece of > fallback "try to open .so in the same directory as the running > executable" logic, and that this logic wasn't present in some older > version of libtool. (Although there is nothing in libtool's NEWS or > doc to support this.) There's a comment that it tries the name as given, like just "foo.la" etc. Probably not what you normally want :(. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel