In addition to what Alexander suggests, two points:

Tony Gallegly wrote:
[]
checking for gtk-config... /sw/bin/gtk-config
checking for GTK - version >= 1.2.1... no

This is already bad. As it says here:


*** 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 was incorrectly installed

What do you get from "gtk-config --version --cflags --libs"? It should say something like


1.2.10
-I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include
-L/sw/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm


[]
checking for X... no

This is not good, either. Which version of xfree86 do you have installed?


--
Martin



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to