Paul Thomas <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I'm trying to compile glib-2.0.6 and get the following  error:
> 
> checking for iconv_open... no
> checking for libiconv_open in -liconv... no
> checking for iconv_open in -liconv... no
> configure: error: *** No iconv() implementation found in C library or
> libiconv
> 
> 
> 
> What do I need to update here?

http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html says:

  The GNU libiconv library (http://www.gnu.org/software/libiconv/) is
  needed to build GLib if your system doesn't have the iconv()
  function for doing conversion between character encodings. Most
  modern systems should have iconv(). 

Regards,
                                        Owen




_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to