> I have the source for both glib and gtk 1.2.6.  I compiled and installed
> (./configure; make; make install) glib OK.  But when I try to compile
> GTK+ I get an error:

do ./configure --prefix=`glib-config --prefix` for glib to go over the old glib
and ./configure --prefix=`gtk-config --prefix` for gtk to replace the old one.

iain

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to