On 21 Feb 2011, at 20:27, Michael Ellis wrote: >>>> (use-modules (ice-9 readline)) >>>> (activate-readline) >>> >>> This works just fine. >> >> Thanks, that helps narrow the search. Sounds like it could be either >> a 32 vs 64 problem or perhaps loading an old version of readline or >> one of its dependencies. > > I ran otool against libguile-2.0 and got the output below. It looks > both modules are linked against compatible versions of dependent > libraries with only three of those libraries outside of > /usr/local/lib, namely, libSystem.B, libiconv, and libltdl. Those 3 > are all in /usr/lib and I presume they are from Apple. Do these > results look different from your installation?
Essentially, I alos have a libintl.8.dylib, and I used libreadline.6.1. Also, when recompiling, I usually unpack again, because 'make clean' may be buggy.
