I am in the process of installing the required libraries for FireFox 3.6 on a Redhat Linux Nash 4.x system.
I already have successfully installed the glib2.12.0 library, but When I ./configure the atk 1.9.0 library I get the following error.
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.5.7... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLIB 2.5.7 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.
How can I add the path to the Environment variable?