Hi, FVWM version: 2.5.16 (from cvs)
Configure with iconv is stopped after checking iconv_open. When libiconv was found, check for libcharset is called. This is defined in configure.ac line 771 as follows: ------------------------------------------------------------------ # * libiconv found check for libcharset to get the good iconv charset if test x"$with_lib_iconv" = xyes; then CHECK_LIBCHARSET fi ------------------------------------------------------------------ CHECK_LIBCHARSET is defined in acinclude.m4 as follows: ------------------------------------------------------------------ AC_DEFUN([CHECK_LIBCHARSET],[ exit 77 (snip) ------------------------------------------------------------------ I guess that staring with 'exit 77' means CHECK_LIBCHARSET always fails. Is this a bug? Regards, -- Fusion Communications Corp. Kan Sasaki [EMAIL PROTECTED]