On Sun, 24 Aug 2003 21:12:50 +0100 antonovich <[EMAIL PROTECTED]> wrote:
> Hey, > I know I should already know what this means but I don't! I get this > when trying to install GOPchop-0.9.1 > > *** The gtk-config script installed by GTK could not be found > *** If GTK was installed in PREFIX, make sure PREFIX/bin is in > *** your path, or set the GTK_CONFIG environment variable to the > *** full path to gtk-config. > configure: error: Cannot find GTK: Is gtk-config in path? > > GTK is definitely installed, or at least Mandrake control centre tells > me it is. How do I add this thing to path? > cheers > anton > > well just do as the error messages say! whereis gtk-config should tell you where gtk-config is. if it doesn't then type locate gtk-config should definitely tell you. check that the directory containing gtk-config is in is in your path echo $PATH if gtk-config is not there then you probably need to install the package that contains it, which looks like libgtk-devel
