Murray Cumming wrote: > On Tue, 2003-07-22 at 14:38, Vidhya CS wrote: > > Murray Cumming wrote: > > > > 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 . > > Again, PKG_CONFIG_PATH is a path (or paths) to the _directory_ which > contains several .pc files. It is not a path to a particular file. > > And LD_LIBRARY_PATH has a different purpose. > > -- great! it is working now , I made the LD_LIBRARY_PATH point to /usr/local/lib(which contains shared libs ) and PKG_CONFIG_PATH point /usr/local/lib/pkgconfig/ . Thanks Vidhya.