I encounter this problem, since last week, and try a few things and
ask around everywhere still can't solve. So just try my luck here, see
whether I can get any help.
After I install glib(1.2.8), I install gtk+ but I can't get my
./configure to work, it shows
checking for GLIB - version >= 1.2.8... no
which I install my glibc in /usr/lib, but the configure still can't
find? I did run ldconfig again, but just not working. I remove all the
file in /usr/lib
% rm -rf glib
% rm -rf libglib*
% rm -rf libgmodule*
% rm -rf libgthread*
and install glibc again, still not working.
So I install glib on another machine, and gtk configure work this
time, but the other machine, X include files was not properly installed,
how do I get the gtk compile?
Thank you.