Hi, I'm new to mutt and I'm trying to build it on OS X (10.4.10, Intel), GNU make (3.80), and GNU gcc (4.0.1). I installed the ncurses-5.6 and libiconv-1.11 libs like the INSTALL file said I would need to. I then did ./configure and ./make install everything completed without errors. When I try to run mutt however it gives me the following:
$ mutt dyld: Library not loaded: /usr/local/lib/libintl.3.dylib Referenced from: /usr/local/bin/mutt Reason: no suitable image found. Did find: /usr/local/lib/libintl.3.dylib: mach-o, but wrong architecture /usr/local/lib/libintl.3.dylib: mach-o, but wrong architecture Trace/BPT trap Any ideas? ~David