From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: Guile-1.8.4 compile bug Mac OS X 10.4.11 PPC G4 Date: Fri, 07 Mar 2008 22:21:54 +0000 Message-ID: <87bq5qcgzh.fsf@ossau.uklinux.net> References: <3635F871-351D-461C-8344-8FDC6D396751@math.su.se> <87pru6cnqy.fsf@ossau.uklinux.net> <829CC0A2-DAC2-416C-8598-E118F1884064@math.su.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204928536 5651 80.91.229.12 (7 Mar 2008 22:22:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Mar 2008 22:22:16 +0000 (UTC) Cc: bug-guile@gnu.org To: Hans Aberg Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Mar 07 23:22:44 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JXkxY-000270-17 for guile-bugs@m.gmane.org; Fri, 07 Mar 2008 23:22:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXkx0-0002B0-45 for guile-bugs@m.gmane.org; Fri, 07 Mar 2008 17:22:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JXkww-00029n-CG for bug-guile@gnu.org; Fri, 07 Mar 2008 17:21:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXkwv-00028p-Q2 for bug-guile@gnu.org; Fri, 07 Mar 2008 17:21:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXkwv-00028f-L4 for bug-guile@gnu.org; Fri, 07 Mar 2008 17:21:57 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JXkwv-0006g3-7Z for bug-guile@gnu.org; Fri, 07 Mar 2008 17:21:57 -0500 Original-Received: from arudy (host86-145-183-175.range86-145.btcentralplus.com [86.145.183.175]) by mail3.uklinux.net (Postfix) with ESMTP id E56441F778C; Fri, 7 Mar 2008 22:21:55 +0000 (GMT) Original-Received: from laruns (laruns [192.168.0.10]) by arudy (Postfix) with ESMTP id 5FE3E3800A; Fri, 7 Mar 2008 22:21:55 +0000 (GMT) In-Reply-To: <829CC0A2-DAC2-416C-8598-E118F1884064@math.su.se> (Hans Aberg's message of "Fri, 7 Mar 2008 22:20:28 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3831 Archived-At: Hans Aberg writes: > Otherwise, a fix might be that the Guile installation checks for > readline in /usr/local/. I could well be wrong, but my current understanding is that that won't work, because at link time GCC or ld.so will always prefer to pick up -lreadline from /usr/lib rather than from /usr/local/lib. Regards, Neil