On Fri, 2005-04-22 at 17:23 +0100, Foster, Gareth wrote:
> > to the top or bottom ? ).  Btw - what is the best way to 
> > check versions on my 
> > installed gtk, gtkmm, glib.... (one machine is Fedora, one is 
> > ubuntu debian).  
> > thks.
> > 
> 
> rpm -q gtkmm-devel
> 
> Or maybe 
> 
> rpm -q gtkmm2-devel ?
> 
> Will be something close to that.

If the development stuff is installed then 
  pkg-config gtkmm-2.4 --modversion
will work on all distros.

Of course if he's asking about how to check during configure, he should
use PKG_CHECK_MODULES(), as described in the FAQ.

-- 
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to