Hello, I released EB Library 4.3.4. It fixes the bug you reported. As I tested on Linux (Red Hat) and FreeBSD, the configure script checked iconv_open() and iconv.h correctly.
The cause of this problem is that HAVE_ICONV_H is defined but HAVE_ICONV_OPEN is not defined in config.h by configure at build time. So, the fputs_eucjp_to_locale function in libebutils/puts_eucjp.c fails to convert the string.
-- __________________________________________________________________ Motoyuki Kasahara <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

