I'm trying to build mutt with gcc 3.2.3 on an old Solaris 8 box. I'm building with: --with-libiconv-prefix=/software/stow/libiconv-1.14
(I tried with libiconv 1.9.1 first, but got the same error, so tried upgrading) ./configure gives me: checking whether iconv.h defines iconv_t... yes checking whether this iconv is good enough... no configure: error: Try using libiconv instead The full error in configure.log is: configure:10832: checking for iconv configure:10854: gcc -o conftest -Wall -pedantic -Wno-long-long -g -O2 -I/software/stow/ncurses-5.2/include -I/software/stow/openssl-0.9.7d/include -I/software/stow/libiconv-1.14/include -L/softw are/stow/ncurses-5.2/lib -L/software/stow/openssl-0.9.7d/lib -L/software/stow/libiconv-1.14/lib conftest.c -lsocket -lnsl >&5 Undefined first referenced symbol in file libiconv_close /var/tmp//ccE6eZXc.o libiconv_open /var/tmp//ccE6eZXc.o libiconv /var/tmp//ccE6eZXc.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:10854: $? = 1 configure: failed program was: I found http://does-not-exist.org/mail-archives/mutt-users/msg18789.html but didn't see any responses that indicate a potential fix. w