John Mann wrote:
Hello. I have RH9 installed, which has both gtk-1.2 and gtk-2.0 installed. Running gtk-config --version gives 1.2.10. I would like to use the newer gtk-2.0 for compiling gtk programs. Does anyone know how to have the newer gtk version be the active one? Thanks. John Mann ===== "I'd rather be debugging...." - Anon
Hi, GTK-2.0 uses pkg-config instead of gtk-config. Its more general tool used for keeping configuration parameters for many packages. Pleas read: http://developer.gnome.org/doc/API/2.0/gtk/gtk-compiling.html Also read: man pkg-config Olexiy