Click to See Complete Forum and Search --> : Need help installing and configurin gtk-1.2.10


Nomi
11-10-2001, 01:55 PM
Hi all!
I just downloaded and installed glib-1.2.10 with ./configure, make and make install.
Then I tried to install gtk-12.10
and after ./configure this message came
gtk-1.2.10checking for GLIB - version >= 1.2.8... 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.
my question is how do i set the GLIB_CONFIG or the path correctly?
tnx for help or hints

[ 10 November 2001: Message edited by: Nomi ]

Joeri Sebrechts
11-10-2001, 02:07 PM
If when you type "whereis glib-config" you get no results, then glib-config isn't in your path.
Find it with "find / -name glib-config", and then use that to either set your path by doing

export PATH=$PATH:/new/path/here

or set the GLIB_CONFIG variable with

export GLIB_CONFIG=/new/path/here/glib-config

[ 10 November 2001: Message edited by: Joeri Sebrechts ]