Warren Doney wrote:

> I get:
>
> checking for glib-config... (cached) no
> checking for GLIB - version >= 1.2.0... 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: warning: Warning. Glib >= 1.2.0 is not installed.
>
>         *** xpdq will not be built ***
>
> checking for gtk-config... (cached) no
> checking for GTK - version >= 1.2.0... no
> *** The gtk-config script installed by GTK could not be found
> *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the GTK_CONFIG environment variable to the
> *** full path to gtk-config.
> configure: warning: Warning. GTK >= 1.2.0 is not installed.
>
>         *** xpdq will not be built ***
>
> >From /usr/doc/theirs:
>
> General Information
> ===================
>
> This is GLib version 1.2.6. GLib is a library which includes support
> routines for C such as lists, trees, hashes, memory allocation, and
> many other things.
>
> General Information
> ===================
>
> This is GTK+ version 1.2.6. GTK+, which stands for the Gimp ToolKit,
> is a library for creating graphical user interfaces for the X Window
> System. It is designed to be small, efficient, and flexible. GTK+ is
> written in C with a very object-oriented approach.
>
> Right Lib's?
>
> What do I have to do to make it compile (re: setting path & env)?
>
> Running Mandrake 7.0.
>
> TIA
>
> -WBD

When developing or compailing programs you will need the libraries and
header files.
So look for and install the programs,    gtk+-devel and glib-devel.

Larry

Reply via email to