[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: |
Neil Jerram |
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 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Hans Aberg <address@hidden> 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