From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: Guile-1.8.4 compile bug Mac OS X 10.4.11 PPC G4 Date: Sat, 8 Mar 2008 00:13:11 +0100 Message-ID: <9B3A957D-B759-4081-8879-18851D88730F@math.su.se> References: <3635F871-351D-461C-8344-8FDC6D396751@math.su.se> <87pru6cnqy.fsf@ossau.uklinux.net> <829CC0A2-DAC2-416C-8598-E118F1884064@math.su.se> <87bq5qcgzh.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204946069 17659 80.91.229.12 (8 Mar 2008 03:14:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2008 03:14:29 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Mar 08 04:14:57 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 1JXpWS-0006Lk-FN for guile-bugs@m.gmane.org; Sat, 08 Mar 2008 04:14:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXpVu-00058n-Ag for guile-bugs@m.gmane.org; Fri, 07 Mar 2008 22:14:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JXlkf-0004kK-Fb for bug-guile@gnu.org; Fri, 07 Mar 2008 18:13:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXlkc-0004jw-SY for bug-guile@gnu.org; Fri, 07 Mar 2008 18:13:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXlkc-0004js-Pg for bug-guile@gnu.org; Fri, 07 Mar 2008 18:13:18 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JXlkc-0000fK-Ba for bug-guile@gnu.org; Fri, 07 Mar 2008 18:13:18 -0500 Original-Received: from c83-250-96-160.bredband.comhem.se ([83.250.96.160]:54451) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JXlkb-00044a-3U; Sat, 08 Mar 2008 00:13:17 +0100 In-Reply-To: <87bq5qcgzh.fsf@ossau.uklinux.net> X-Mailer: Apple Mail (2.753) X-Originating-IP: 83.250.96.160 X-Scan-Result: No virus found in message 1JXlkb-00044a-3U. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JXlkb-00044a-3U e21437effb87fe20e2418d92db8bb806 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-Mailman-Approved-At: Fri, 07 Mar 2008 22:14:18 -0500 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:3833 Archived-At: On 7 Mar 2008, at 23:21, Neil Jerram wrote: >> 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 (On Mac OS X, dynamic libraries end with .dylib, being a Mach-O format. The .so is for a fromat used on GNU/Linux computers.) > will always prefer to pick up > -lreadline from /usr/lib rather than from /usr/local/lib. It could be, because the reason I installed latest readline was that I wanted Hugs and GHCi working with UTF-8, and it didn't work. Suppose I set a soft link from the system readline to the newly installed, would it suffice to set it from /usr/lib/libreadline. -> /usr/local/lib/libreadline. Or must some other stuff, like in /usr/include, also be relinked? Hans Aberg