[Mono-list] Problems installing Gtk# 0.4

Miguel de Icaza miguel@ximian.com
29 Aug 2002 20:07:59 -0400


Hello,

> I try to install Gtk# 0.4, but on the Gtk-List nobody could help me with 
> my problems, that's why I am trying it here now.
> 
> All necessary rpm's are installed, and now there's one problem left 
> while running ./configure of Gtk#.

Most likely your pkg-config can not find the location where Gtk is
installed.  Try:

	export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

Substitute /usr/local with the prefix where Gtk+2.0 is installed

Miguel