Thus said Ken Hornstein on Wed, 31 Jan 2018 09:22:20 -0500: > Yeah ... I am kind of surprised OpenBSD doesn't ship with iconv, but I > have to believe it's available via a package. Like I said, it's part > of POSIX so I think requiring it is perfectly reasonable. Maybe he > does have it and our autoconf tests are wrong; if that's the case we > should spend our energy on fixing that.
While it doesn't ship with it directly, it is a package, and I do actually have it installed: $ pkg_info | grep iconv libiconv-1.14p3 character set conversion library Here's what I found in config.log: configure:6048: checking iconv.h usability configure:6048: cc -c -g -O2 -Wall -Wextra conftest.c >&5 conftest.c:72:19: error: iconv.h: No such file or directory configure:6048: $? = 1 Here's where the header is: $ pkg_info -L libiconv | grep iconv.h /usr/local/include/iconv.h Andy -- TAI64 timestamp: 400000005a7227fa -- Nmh-workers https://lists.nongnu.org/mailman/listinfo/nmh-workers
