bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile-1.8.4 compile bug Mac OS X 10.4.11 PPC G4


From: Hans Aberg
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

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.<ext> -> /usr/local/lib/libreadline.<ext>
Or must some other stuff, like in /usr/include, also be relinked?

  Hans Aberg






reply via email to

[Prev in Thread] Current Thread [Next in Thread]