From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: building cvs guile on Mac OS X 10.4 Date: Mon, 16 May 2005 09:31:38 +1000 Message-ID: <87hdh483s5.fsf@zip.com.au> References: <6B73DD52-DE68-457F-AFAA-A353CED78052@mac.com> <4285F3F2.9090201@ossau.uklinux.net> <4285F804.2020407@ossau.uklinux.net> <57919A66-6330-4DF7-94B3-E8BB2AE0F49B@mac.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116359269 18548 80.91.229.2 (17 May 2005 19:47:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 May 2005 19:47:49 +0000 (UTC) Cc: guile-devel@gnu.org, Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue May 17 21:47:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DY800-0002mN-QF for guile-devel@m.gmane.org; Tue, 17 May 2005 21:45:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DY82I-0004BV-TR for guile-devel@m.gmane.org; Tue, 17 May 2005 15:47:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DXh2O-0002sU-6e for guile-devel@gnu.org; Mon, 16 May 2005 10:57:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DXSrr-0004su-G4 for guile-devel@gnu.org; Sun, 15 May 2005 19:49:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DXScK-0002C5-2a for guile-devel@gnu.org; Sun, 15 May 2005 19:33:52 -0400 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DXSi7-000070-D9 for guile-devel@gnu.org; Sun, 15 May 2005 19:39:51 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j4FNW7kG032024; Mon, 16 May 2005 09:32:07 +1000 Original-Received: from localhost (ppp2D4A.dyn.pacific.net.au [61.8.45.74]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j4FNW5VA012088; Mon, 16 May 2005 09:32:06 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1DXSaA-0000dc-00; Mon, 16 May 2005 09:31:38 +1000 Original-To: Richard Todd Mail-Copies-To: never In-Reply-To: <57919A66-6330-4DF7-94B3-E8BB2AE0F49B@mac.com> (Richard Todd's message of "Sat, 14 May 2005 11:32:18 -0500") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) 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:5004 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:5004 Richard Todd writes: > > I've also seen people suggesting > that mac owners make a symlink so that a typical 'libtoolize' is > available. Getting it fixed in macos is better than having every project in the world make a special case. > gcc looks in /usr/local/include before /usr/include, like it should. > However, ld looks in /usr/lib before /usr/local/lib. :( Pretty dodgy. > So, my GNU > readline in /usr/local is picked up for complation but not linking, > unless I wedge a '-L/usr/local/lib' into my LDFLAGS. So, I don't > know if you want workarounds like this in your build scripts It must affect every package using readline that you attempt to build, so a special case in guile won't really help. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel