Hi, Greg Troxel <g...@ir.bbn.com> writes:
> After installing boehm-gc threaded, the build succeeds on NetBSD/amd64 > 5.0ish!! Nice! > make check makes a lot of progress, but the hits a segfault. This may > be a BSD libc problem. [...] > Program terminated with signal 11, Segmentation fault. > #0 0x00007f7ffd6cac90 in strcmp () from /usr/lib/libc.so.12 > (gdb) bt > #0 0x00007f7ffd6cac90 in strcmp () from /usr/lib/libc.so.12 > #1 0x00007f7ffd65f23e in _citrus_iconv_open () from /usr/lib/libc.so.12 > #2 0x00007f7ffd64dc6f in iconv_open () from /usr/lib/libc.so.12 > #3 0x00007f7ffdbd075f in rpl_iconv_open (tocode=0x7f7ffdbd4a2b "UTF-8", > fromcode=0x7f7ffdbded05 "ISO-8859-1") at iconv_open.c:111 > #4 0x00007f7ffdbcf22f in mem_iconveh (src=0x6a3530 " - arguments: ", > srclen=14, from_codeset=0x7f7ffdbded05 "ISO-8859-1", > to_codeset=0x7f7ffc4290ec "646", Does it help to use GNU libiconv instead of NetBSD’s libc for iconv(3)? Does libunistring’s ‘configure’ complain about the lack of libiconv? Thanks, Ludo’.