At Fri, May 07, 2004 at 09:02:44AM -0400, Dov Kruger wrote: > Going to the lowest level, I downloaded glib-2.4.1 source. > I built using ./configure, make, and make install. > The only files I see generated are glib-2.0.so.0.400.1, > and pango-1.4 configure fails, saying I need version >= 2.4 > Can anyone clarify what's going on? Have you read the installation guide, linked to from the download page? http://developer.gnome.org/doc/API/2.4/gtk/gtk-building.html Have you read config.log? Sounds like /usr/bin/pkg-config isn't looking in /usr/local/lib/pkgconfig. You'll need to set PKG_CONFIG_PATH, and probably LD_LIBRARY_PATH too or the next run will complain pkg-config found 2.4 but the linker didn't. -- Chad Daelhousen My opinions are my own, unless UB purchases my soul. _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list