iconv bug
- From: Miroslaw Dobrzanski-Neumann <mne mosaic-ag com>
- To: GTKDEV <gtk-devel-list gnome org>
- Subject: iconv bug
- Date: Thu, 7 Feb 2002 09:30:33 +0100
Hi,
It seems to me there is a bug in glib-1.13 configure.in script
I was trying to run it on AIX 4.3.2.0 using IBM xlc/xlC compiler
The libiconv.a does not have any function named libiconv_open but iconv_open.
Here the patch (unified diff)
--------- cut --------
--- glib-1.3.13.org/configure.in Tue Jan 29 17:20:24 2002
+++ glib-1.3.13/configure.in Thu Feb 7 09:10:15 2002
@@ -1533,7 +1533,7 @@
#
# Check for libiconv
#
- AC_CHECK_LIB(iconv, libiconv_open, with_libiconv=yes; found_iconv=yes)
+ AC_CHECK_LIB(iconv, iconv_open, with_libiconv=yes; found_iconv=yes)
fi
if test "x$found_iconv" = "xno" ; then
--------- cut --------
Regards
--
Miroslaw Dobrzanski-Neumann
MOSAIC SOFTWARE AG
Base Development and Research
Tel +49-2225-882-291
Fax +49-2225-882-201
E-mail: mne mosaic-ag com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]