I'm trying to install nmh on lion but keep hitting an error. What I'm doing: $ git clone git://git.savannah.nongnu.org/nmh.git $ cd nmh $ bash configure --enable-debug --enable-pop $ make
and I get . . . Undefined symbols for architecture x86_64: "_libiconv_close", referenced from: _decode_rfc2047 in libmh.a(fmt_rfc2047.o) "_libiconv_open", referenced from: _decode_rfc2047 in libmh.a(fmt_rfc2047.o) "_libiconv", referenced from: _decode_rfc2047 in libmh.a(fmt_rfc2047.o) ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[1]: *** [forw] Error 1 make: *** [all-recursive] Error 1 I've tried reinstalling libiconv with homebrew but doesn't help. Any suggestions? -- Tony Winn
_______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
