From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.comp.gnu.libtool.bugs,gmane.lisp.guile.bugs Subject: Re: Guile/Libtool Date: Tue, 20 May 2003 13:41:50 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: bug-libtool-bounces+gnu-bug-libtool=m.gmane.org@gnu.org Message-ID: References: <20030520170638.GA19733@daumier.unixrealm.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053453559 8591 80.91.224.249 (20 May 2003 17:59:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 20 May 2003 17:59:19 +0000 (UTC) Cc: bug-libtool@gnu.org Original-X-From: bug-libtool-bounces+gnu-bug-libtool=m.gmane.org@gnu.org Tue May 20 19:59:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19IBIu-0001iG-00 for ; Tue, 20 May 2003 19:53:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IBHq-0005Qw-Ih for gnu-bug-libtool@m.gmane.org; Tue, 20 May 2003 13:52:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19IBHN-0005D6-96 for bug-libtool@gnu.org; Tue, 20 May 2003 13:52:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19IB9U-0001MG-L9 for bug-libtool@gnu.org; Tue, 20 May 2003 13:43:53 -0400 Original-Received: from multivac.student.cwru.edu ([129.22.114.26] helo=multivac.cwru.edu) by monty-python.gnu.org with smtp (Exim 4.20) id 19IB7z-0000Nk-L7 for bug-libtool@gnu.org; Tue, 20 May 2003 13:42:19 -0400 Original-Received: (qmail 11567 invoked by uid 500); 20 May 2003 17:42:13 -0000 Original-To: Charles Gagnon In-Reply-To: <20030520170638.GA19733@daumier.unixrealm.com> (Charles Gagnon's message of "Tue, 20 May 2003 13:06:38 -0400") Mail-Copies-To: nobody Mail-Followup-To: Charles Gagnon , bug-guile@gnu.org, bug-libtool@gnu.org Original-Lines: 9 User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Original-cc: bug-guile@gnu.org X-BeenThere: bug-libtool@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for the GNU libtool shared library maintenance tool List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-libtool-bounces+gnu-bug-libtool=m.gmane.org@gnu.org Xref: main.gmane.org gmane.comp.gnu.libtool.bugs:1330 gmane.lisp.guile.bugs:804 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:804 Charles Gagnon wrote: > ./configure > make > make prefix=${staging_area} install Maybe DESTDIR is what you should be using? paul