Hi, "Jason Bodnar" <[EMAIL PROTECTED]> writes:
> I'd like to build gtk2 without libiconv (I'm trying to keep things as small as > possibe and I'm using uClibc). I've tried configuring it like so: > > $ ./configure --prefix=/home/jbodnar/projects/mp3/filesystem --disable-nls > --disable-largefile --with-libiconv=no > > But when I compile it I get: > > gconvert.c:25:19: iconv.h: No such file or directory > In file included from gconvert.c:39: > glibintl.h:12:21: libintl.h: No such file or directory > make[3]: *** [gconvert.lo] Error 1 > > > What am I doing wrong? you are trying the impossible. GLib-2.0 relies on the functionality provided by libiconv. You either need a libc that implements it or you need libiconv. Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
