Colin Brace wrote:
> Hi all,
>
> I hate having to bother this list with tiresome compile problems, but here 
> goes:
>
> Earlier this week, I installed 2.3.7 under Ubuntu (Breezy). At the
> moment, I am trying to do the same under Fedora Core 4, but I am
> having less success. In particular, I keep getting this error message
> from configure:
>
> checking for GTK+ - version >= 2.8.8... no
> *** Could not run GTK+ test program, checking why...
> *** The test program compiled, but did not run. This usually means
> *** that the run-time linker is not finding GTK+ or finding the wrong
> *** version of GTK+. If it is not finding GTK+, you'll need to set your
> *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
> *** to the installed location  Also, make sure you have run ldconfig if that
> *** is required on your system
> ***
> *** If you have an old version installed, it is best to remove it, although
> *** you may also be able to get things to work by modifying LD_LIBRARY_PATH
> configure: error: Test for GTK+ failed. See the file 'INSTALL' for help.
>   
Run "pkg-config --modversion gtk+-2.0" to see what version of GTK+ is
registered with pkg-config.  I think the Gimp configure script uses
pkg-config to get the locations of GLIB and GTK+ includes and libs.

If the version of GTK+ registered to pkg-config doesn't match what you
know is installed, you can fix that problem.

If you like, e-mail me your config.log and I can possibly let you know
what you need to fix.

Peace...

Tom
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to