Matt Raffel <mattr@xxxxxxxxxxxxxxxx> writes: > How can I tell what version of GTK I have installed on system? It's sort of a chicken and egg situation, I suppose, because you need to know the name of the .pc file to pass to pkg-config, so I guess you could do: for x in $PKG_CONFIG_PATH/gtk*; do echo $x && \ pkg-config --modversion $x; done This will enumerate them all if you have multiple versions installed, and of course will also match gtkmm versions. _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list