From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Wildenhues Newsgroups: gmane.lisp.guile.bugs,gmane.comp.gnu.libtool.bugs Subject: Re: Mac OS X .dylib not working Date: Fri, 4 Mar 2011 18:04:06 +0100 Organization: Institute for Numerical Simulation, University of Bonn Message-ID: <20110304170406.GG10500@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1299258392 19013 80.91.229.12 (4 Mar 2011 17:06:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2011 17:06:32 +0000 (UTC) Cc: Guile bug , bug-libtool@gnu.org, Ludovic =?iso-8859-1?Q?Court=E8s?= , Hans =?iso-8859-1?Q?=C5berg?= , Bob Friesenhahn To: Michael Ellis Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Mar 04 18:06:27 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PvYSP-0003uU-5q for guile-bugs@m.gmane.org; Fri, 04 Mar 2011 18:06:27 +0100 Original-Received: from localhost ([127.0.0.1]:41372 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvYSH-0002k5-73 for guile-bugs@m.gmane.org; Fri, 04 Mar 2011 12:06:17 -0500 Original-Received: from [140.186.70.92] (port=35581 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvYQk-0001wS-DD for bug-guile@gnu.org; Fri, 04 Mar 2011 12:04:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvYQg-0001a8-G6 for bug-guile@gnu.org; Fri, 04 Mar 2011 12:04:40 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:58199) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PvYQg-0001Zn-4D for bug-guile@gnu.org; Fri, 04 Mar 2011 12:04:38 -0500 Original-Received: (qmail invoked by alias); 04 Mar 2011 17:04:36 -0000 Original-Received: from xdsl-89-0-180-85.netcologne.de (EHLO localhost.localdomain) [89.0.180.85] by mail.gmx.net (mp053) with SMTP; 04 Mar 2011 18:04:36 +0100 X-Authenticated: #13673931 X-Provags-ID: V01U2FsdGVkX19dp85G0yJd99ZkLJwW+qd2na++9+D0hiGjBj8yep 7hXVxlVi1kSTnG Original-Received: from ralf by localhost.localdomain with local (Exim 4.72) (envelope-from ) id 1PvYQA-0002ya-PQ; Fri, 04 Mar 2011 18:04:06 +0100 Mail-Followup-To: Michael Ellis , Bob Friesenhahn , Guile bug , Ludovic =?iso-8859-1?Q?Court=E8s?= , Hans =?iso-8859-1?Q?=C5berg?= , bug-libtool@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2010-08-04) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5282 gmane.comp.gnu.libtool.bugs:7719 Archived-At: Hello, * Michael Ellis wrote on Fri, Mar 04, 2011 at 04:48:44AM CET: > If I install 2.4, do I need to rebuild everything that > uses it or will the newer library be picked up at run time? The last incompatible change in libltdl was in Libtool 2.2.6. If you are upgrading from a version older than that, you need to relink. Cheers, Ralf