On Mon, Feb 02, 2004 at 03:39:30PM -0300, Mauro Staretz
wrote:> I'm trying to compile ocfs 1.0.9 and when I execute ./configure I
receive
> the following error msg:
>
> *** the gtk-config script installed by GTK could not be found
> *** If GTK wall installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the GTK_CONFIG environmet variable to the
> *** full path to gtk-config
> configure: warning GTK+ not found, ocfstool will not be be built
>
> when I run rpm -qa | grep gtk I find that gtk+-1.2.10-11 is installed.
> I'm using redhat AS 2.4.9-e.35
You need the gtk+-devel-1.2.10-11 package installed as well, for the
development headers and support files.
-Manish