Murray Cumming wrote: > On Mon, 2003-07-21 at 19:33, Vidhya CS wrote: > > checking for GLIB - version >= 2.0.0... > > *** 'pkg-config --modversion glib-2.0' returned 2.0.7, but GLIB (2.0.1) > > *** was found! If pkg-config was correct, then it is best > > *** to remove the old version of GLib. You may also be able to fix the > > error > > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > > > > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > > *** required on your system. > > *** If pkg-config was wrong, set the environment variable > > PKG_CONFIG_PATH > > *** to point to the correct configuration files > > configure: error: > > *** GLIB 2.0.0 or better is required. The latest version of > > *** GLIB is always available from ftp://ftp.gtk.org/. > > > > I also tried setting LD_LIBRARY_PATH and PKG_CONFIG_PATH to glib-2.0.pc > > It's a path to the directory containing .pc files, not a particular > file. There should be lots of information about it in the archives or > google. > I have set the LD_LIBRARY_PATH and PKG_CONFIG_PATH point to /usr/local/lib/pkgconfig/glib-2.0.pc and then tried running the ./configure of atk-1.0.3 , it is still giving the same error .