From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Wildenhues Newsgroups: gmane.lisp.guile.devel,gmane.comp.gnu.libtool.general Subject: Re: How does one specify linking to 64 bit libraries when there is a choice? Date: Mon, 20 Dec 2010 20:25:26 +0100 Organization: Institute for Numerical Simulation, University of Bonn Message-ID: <20101220192526.GC22777@gmx.de> References: <4D0BC3CD.2030103@gmail.com> <4D0F63AC.2080303@gnu.org> <20101220192025.GB22777@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1292873150 7665 80.91.229.12 (20 Dec 2010 19:25:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Dec 2010 19:25:50 +0000 (UTC) To: Bruce Korb , Libtool List , guile-devel@gnu.org, Noah Lavine , Bruce Korb , "Nelson H. F. Beebe" 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.69) (envelope-from ) id 1PUlMY-0002Cx-Ug for guile-devel@m.gmane.org; Mon, 20 Dec 2010 20:25:40 +0100 Original-Received: from localhost ([127.0.0.1]:50056 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUlMT-00018x-Jv for guile-devel@m.gmane.org; Mon, 20 Dec 2010 14:25:33 -0500 Original-Received: from [140.186.70.92] (port=51969 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUlMP-00017A-RZ for guile-devel@gnu.org; Mon, 20 Dec 2010 14:25:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUlMO-0002OV-IX for guile-devel@gnu.org; Mon, 20 Dec 2010 14:25:29 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:46205 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PUlMO-0002Nn-5q for guile-devel@gnu.org; Mon, 20 Dec 2010 14:25:28 -0500 Original-Received: (qmail invoked by alias); 20 Dec 2010 19:25:26 -0000 Original-Received: from xdsl-89-0-68-246.netcologne.de (EHLO localhost.localdomain) [89.0.68.246] by mail.gmx.net (mp036) with SMTP; 20 Dec 2010 20:25:26 +0100 X-Authenticated: #13673931 X-Provags-ID: V01U2FsdGVkX1+tMJMvPdatcItIHIZj+x+HgeaT3OaCXRZMGBIiQf vIE8wp0FIyLzcO Original-Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1PUlMM-0000d5-Li; Mon, 20 Dec 2010 20:25:26 +0100 Mail-Followup-To: Bruce Korb , Libtool List , guile-devel@gnu.org, Noah Lavine , Bruce Korb , "Nelson H. F. Beebe" Content-Disposition: inline In-Reply-To: <20101220192025.GB22777@gmx.de> 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-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:11268 gmane.comp.gnu.libtool.general:11345 Archived-At: * Ralf Wildenhues wrote on Mon, Dec 20, 2010 at 08:20:25PM CET: > The other crucial part is that libtool doesn't get the > sys_lib_search_path_spec and sys_lib_dlsearch_path_spec settings > right on several distros, introducing such wrong directories itself (not > to speak of cross setups). There have been several proposed patches to > address this, e.g. > http://thread.gmane.org/gmane.comp.gnu.libtool.patches/10625 > http://thread.gmane.org/gmane.comp.gnu.libtool.patches/9931 > but I have yet to see one that solves it. ESENDTOOSOON, sorry. At least with current Libtool you can override wrong settings with the lt_cv_sys_lib_search_path_spec and lt_cv_sys_lib_dlsearch_path_spec cache variables.