Thanks for the quick reply but... both of these examples were using autoconf/automake. That's what I don't understand.
checking for glib-config... (cached) /usr/bin/glib-config checking for GLIB - version >= 1.2.2... yes checking for gtk-config... (cached) /usr/bin/gtk-config checking for GTK - version >= 1.2.2... yes checking how to run the C preprocessor... (cached) gcc -E checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached) yes checking for inline... (cached) inline It finds gtk/glib in the configure, then craps out during the make. Once again, any help would be greatly appreciated. jt