I'm trying to compile my entire system from the ground up - it's been an
interesting challenge, but I'm pretty surprised as to how (relatively)
easy it's been. However, I'm trying to compile Mozilla, and I keep
getting the error message (when I run "./configure"):
**** The gtk-config script installed by GTK could not be found
**** if gtk was installed in PREFIX, make sure...
blah-blah-blah
I'm sure I have GTK installed (GTK+, in fact), and it's in the
LD_LIBRARY_PATH and PKG_CONFIG_PATH (else I wouldn't have been able to
compile PAN). I've searched far and wide and can't find "gtk-config"
anywhere in either my system nor in the GTK distribution.
Any idea what it's looking for?
Thanks!