> > download the 0.10.6 source code .tar.gz and do the > > following: > > > > tar -zxvf galeon-0.10.6.tar.gz > > cd galeon-0.10.6 > > ./configure > > Done that, installed tons of .dev (and other) packages, > but whatever I do, it will not get past the ./configure > stage. > > The stage where things go wrong is: > > checking for gnome-config... /usr/bin/gnome-config > checking for GNOME - version >= 1.2.0... yes > checking for additional GNOME modules... vfs > checking for oaf-config... /usr/bin/oaf-config > checking for OAF - version >= 0.6.2... no > > When I run oaf, I get: > > $ /usr/bin/oaf-config --version > > So the configure script is obviousli wrong.
Have you deleted the config.cache file and tried it again ?? Actually, I think ./configure would output a line like checking for gnome-config... /usr/bin/gnome-config checking for GNOME - version >= 1.2.0... yes (cached) if you didn't. Just in case though... Hall