nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Installing NMH on Os X lion

2011-08-14 15:17:25
On 11 Aug, Tony Winn wrote:
Undefined symbols for architecture x86_64:
  "_libiconv_close", referenced from:
      _decode_rfc2047 in libmh.a(fmt_rfc2047.o)

It'd be good to see the iconv related output from configure.

Most likely it is getting iconv.h from GNU libiconv but when linking
-liconv, it is picking up the system iconv library. It should be
possible to make it use one or the other with appropriate compiler flags
set in LDFLAGS or CPPLAGS (or by removing something from there).

Oliver

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>