the angry red planet [mailto:[EMAIL PROTECTED]] wrote:
> >How did you install it, from RPM or source?  If you 
> >installed from RPM, you will need the devel RPMs.
> 
> source..
> 
> tar -xvzf glib-1.2.9.tar.gz
> 
> from the gtk.org site...

What does "which glib-config" return?  If it doesn't find the executable,
that is part of your problem.  If you didn't provide anything special to the
configuration of glib, it probably installed into /usr/local/bin, and that
path probably isn't in your PATH environment.  You can check this with "echo
$PATH".  If none of the above holds true, try "find /usr | grep glib-config"
and see if it finds glib-config anywhere.  (I realize this leaves out the
possible /bin location, but that's really not that possible unless there are
significantly larger problems.)

Jamin W. Collins

Reply via email to