Re: [gtk-list] Unidentified subject!



> 
> Hello everyone,
> 
> I got "GLIB+-1.2.0.tar.gz" and "GTK+-1.2.0.tar.gz" at www.gimp.org
> 
> I type "gunzip GIMP+-1.2.0.tar.gz", then "tar xvf GIMP+-1.2.0.tar".
> After that I type ./configure, and it works. I type "make install", and it
> works.
> 
> Then I type "gunzip GTK+-1.2.0.tar.gz", followed by "tar xvf
> GTK+-1.2.0.tar", then ./configure, followed by "make install". Then I get
> an error message about modifying some "LIB..." variable and the an older
> version of GIMP was found and that it has to be deleted!
> 
> Help please.
> 
> Robert A.

In an earlier message, you said you had Linux 5.2 (I'm guessing you
mean RedHat 5.2).  The default for the configure script installs the
files in /usr/local.  RH 5.2 includes gtk+-1.0.6 (I think) in /usr so
it's finding the glib-config script in /usr/bin instead of the new
glib-config script.  Put /usr/local/bin in your path before /usr/bin
and add /usr/local/lib to your LD_LIBRARY_PATH.  Also you might want
to get a newer version of glib/gtk (1.2.3 or 1.2.4).

Dave



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]