I've been trying to compile a couple of apps that required GTK2 on my Z (C1000 rc12). However, unfortunately I got none of them complied because of the same error during configure:
CODE
checking for GTK+ - version >= 2.0.3... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: *** GTK >= 2.0.3 not found ***
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: *** GTK >= 2.0.3 not found ***
Isn't true that GTK2 is already installed in rc12? I tried to prefix the path like this but still to no avail:
CODE
--with-gtk-prefix=/usr/lib/gtk/gtk-2.0/2.4.0
But pgas assured me that GTK apps should be compiled well on Z. Or did I miss something crucial here?
Please enlighten this newbie before he finally freaks out. Thanks!
