From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.user Subject: Re: [d.love@dl.ac.uk: dynamic loading of native code modules] Date: Wed, 24 Apr 2002 15:36:39 -0500 Sender: guile-user-admin@gnu.org Message-ID: <87wuuwhm08.fsf@raven.i.defaultvalue.org> References: <87ads6nf1v.fsf@zagadka.ping.de> <87it6s7sjz.fsf@alice.rhinosaur.lan> <87662hkvya.fsf@raven.i.defaultvalue.org> <20020424145130.GC17392@www> <87y9fd5dsj.fsf@alice.rhinosaur.lan> <87vgahjdwc.fsf@raven.i.defaultvalue.org> <1019664949.936.80.camel@flophouse> <87ofg955n8.fsf@alice.rhinosaur.lan> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019680797 5626 127.0.0.1 (24 Apr 2002 20:39:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2002 20:39:57 +0000 (UTC) Cc: guile-devel@gnu.org, guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170TYS-0001Sd-00 for ; Wed, 24 Apr 2002 22:39:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170TXo-0006qD-00; Wed, 24 Apr 2002 16:39:16 -0400 Original-Received: from dsl-209-87-109-2.constant.com ([209.87.109.2] helo=defaultvalue.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170TVJ-0006hk-00; Wed, 24 Apr 2002 16:36:41 -0400 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 6E21EA126; Wed, 24 Apr 2002 15:36:40 -0500 (CDT) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 1038B2ECE; Wed, 24 Apr 2002 15:36:40 -0500 (CDT) Original-To: Andreas Rottmann In-Reply-To: <87ofg955n8.fsf@alice.rhinosaur.lan> (Andreas Rottmann's message of "24 Apr 2002 20:10:51 +0200") Original-Lines: 18 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:294 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:294 Andreas Rottmann writes: > I think this is not really an issue, since you can ./configure with > --prefix=/real/install/prefix, meaning /real/install/prefix is > compiled into the library (via #define) and then do 'make install > prefix=/stage/dir' without problems, given that in the final > installation (using a .deb or .rpm, for instance) the thing is put > into /real/install/prefix. Actually this won't necessarily work by itself if you're using libtool. In addition to prefix=/stage/dir, you may need to specify LIBRARY_PATH=/stage/dir/lib. -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user