From: Yves <yme...@pe...> - 2005-05-24 13:58:05
|
> You need a program who's name is glib-config. Mine is > which glib-config > /opt/gnome/bin/glib-config > > I remember that i had to install the glib-devel-1.2... rpm. I think pp > relies on glib 1.2? Ben, do you know more? Talking about 0.105.3 (I don't think it changed that much to 0.105.6)... You should use the option "--with-glib12=3D/opt/gnome/bin" to use /opt/gn= ome/bin/glib-config PP relies on glib2. This is the default behaviour. And it supposes that p= kgconfig is in a standard place and that "pkgconfig glib-2 --cflags..." (or something si= milar) returns correct stuff. If you don't have pkgconfig in a standard place, change your $PATH, maybe $LD_LIBRARY_PATH, and $PKG_CONFIG_PATH and it should work (check the pkgc= onfig manual for more info about $PKG_CONFIG_PATH). This is what I do myself. If pkgconfig does not answer what you are expecting, this is a problem in= the installation of either pkgconfig or the glib-devel packages you installed= . If you want to force glib-1.2, use --with-glib12. If you don't manage to have pkgconfig answer correct things, you have to = force, and the only thing to force is glib-1.2. Yves --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://www.perfparse.org/ - |