On Sun, 23 Jan 2000, Anthony Huereca wrote:
> I'm having a problem with Glib when compiling stuff, specifically the
> "./configure" step. I'll get semi-far along, and then this pops up:
>
> checking for glib-config... no
> checking for GLIB - version >= 1.2.2... no
> *** The glib-config script installed by GLIB could not be found
> *** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the GLIB_CONFIG environment variable to the
> *** full path to glib-config.
> configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
>
> But then when I do a "rpm -q glib" this comes up:
> glib-1.2.3-3mdk
Install the glib-devel package from the distro.
In general, the 'devel' packages have the files that are needed for
compiling programs... so you might want to make sure to install
glibc-devel, libstdc++-devel, and maybe a few others.
-Tom