From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Relocatable installation Date: Mon, 31 Jan 2011 23:09:11 +0100 Message-ID: <87mxmg3euw.fsf@gnu.org> References: <1296330082.8111.371.camel@vuurvlieg> <87lj2375k1.fsf@gnu.org> <1296505613.17905.18.camel@vuurvlieg> <871v3s4wlh.fsf@gnu.org> <1296508708.17905.47.camel@vuurvlieg> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1296511859 21898 80.91.229.12 (31 Jan 2011 22:10:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 22:10:59 +0000 (UTC) Cc: guile-devel To: Jan Nieuwenhuizen Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 31 23:10:54 2011 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.69) (envelope-from ) id 1Pk1xT-0007CZ-Tn for guile-devel@m.gmane.org; Mon, 31 Jan 2011 23:10:54 +0100 Original-Received: from localhost ([127.0.0.1]:46013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk1wo-0000Yt-RN for guile-devel@m.gmane.org; Mon, 31 Jan 2011 17:10:11 -0500 Original-Received: from [140.186.70.92] (port=42083 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk1w3-0000LU-0l for guile-devel@gnu.org; Mon, 31 Jan 2011 17:09:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pk1vu-0007mt-Ro for guile-devel@gnu.org; Mon, 31 Jan 2011 17:09:15 -0500 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:33310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pk1vu-0007mg-Lz; Mon, 31 Jan 2011 17:09:14 -0500 X-IronPort-AV: E=Sophos;i="4.60,406,1291590000"; d="scan'208";a="98959450" Original-Received: from reverse-83.fdn.fr (HELO nixey) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 31 Jan 2011 23:09:13 +0100 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 =?iso-8859-1?Q?Pluvi=F4se?= an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <1296508708.17905.47.camel@vuurvlieg> (Jan Nieuwenhuizen's message of "Mon, 31 Jan 2011 22:18:28 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.134.164.82 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:11471 Archived-At: Hi! Jan Nieuwenhuizen writes: > Ludovic Court=C3=A8s schreef op ma 31-01-2011 om 22:00 [+0100]: > > Hi, > >> Your patch lacks this RPATH magic, though. > > Yes, we have that in our GUB cross build system. Possibly this > is a thing/feature request for libtool. > >> Perhaps it should check >> whether =E2=80=98-Wl,-rpath=3D'$ORIGIN/../lib'=E2=80=99 works? > > That would be a nice feature. I mean, if this feature goes in, then =E2=80=98configure=E2=80=99 should ch= eck whether this incantation is supported (it may not work with combinations other than GCC + GNU ld) and give up if it=E2=80=99s not. When it=E2=80=99s supported, =E2=80=98libguile/guile=E2=80=99 should have i= t in its LDFLAGS. Thanks, Ludo=E2=80=99.