Le samedi 19 fÃvrier 2005 Ã 09:52 +0100, Eduardo Andres a Ãcrit : > Hi, > > I Âd like to upgrade the GTK+ in Fedora Core 3 to the latest, and thatÂs > the first time IÂm building the GTK+ libraires, so, for sure, IÂm doing > something or everything in the wrong way. ThatÂs what I have: > > ./ configure --prefix= /usr/gtk > make > make install > works fine for the latest Glib. > > ./configure --prefix = /usr/gtk works fine with pango-1.8.0, > but when make, problems appear and glib.h is not found., but I set > CPPFLAGS to /usr/gtk/include and Glib installation was OK so the header > is there. > > Anybody has done this installation or may help me? > > Many thanks Read the archives, this is a known problem ;-) Something like the following should work (may be you'll have to add additional paths to both variables) : export PKG_CONFIG_PATH=/usr/gtk/lib/pkgconfig:/usr/lib/pkgconfig export LD_LIBRARY_PATH=/usr/gtk/lib:/usr/lib ./configure --prefix= /usr/gtk _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list