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? Thanks, Jason -- Jason Bodnar [EMAIL PROTECTED] http://www.shakabuku.org _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
