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: Guile 1.5.6 beta available for testing. Date: Tue, 12 Mar 2002 10:19:27 -0600 Sender: guile-user-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1015950306 24949 80.91.224.249 (12 Mar 2002 16:25:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Mar 2002 16:25:06 +0000 (UTC) Cc: Marius Vollmer , guile-devel@gnu.org, Guile Mailing List Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16kp5F-0006UB-00 for ; Tue, 12 Mar 2002 17:25:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16kp4J-0007qj-00; Tue, 12 Mar 2002 11:24:07 -0500 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 16kozt-0007UJ-00; Tue, 12 Mar 2002 11:19:34 -0500 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 32D8F1CB3; Tue, 12 Mar 2002 10:19:33 -0600 (CST) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 6AFE91BAA; Tue, 12 Mar 2002 10:19:27 -0600 (CST) Original-To: Steve Tell In-Reply-To: (Steve Tell's message of "Mon, 11 Mar 2002 21:32:30 -0500 (EST)") Original-Lines: 26 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.5 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:4 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4 Steve Tell writes: > I found two workarounds that involve hacking the libtool script. > Both get libtool to link libguile into libguilereadline as > "/usr/guile-1.5.6/lib/libguile.so" instead of "-lguile". Even though > -L/usr/lib remains on the gcc command line, this does the right thing. Another possibility might be for us to just add a ./overrides/gcc and then in our Makefiles export PATH=`pwd`/overrides:${PATH}. Inside this gcc override script, we could strip out any offending -L\s*/usr/lib(/)? and -I\s*/usr/include(/)? occurrences before calling. export PATH=`filter-out-parent-dir ${PATH}` exec "$@" Ugly, but if -L /usr/lib and -I /usr/include are the problem, this should fix it. Of course we'd have to symlink to cc, etc. as well for non-gcc platforms, and this won't help if they don't all use -L and -I :/ -- 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