I am tryin to install GNU Backgammon, but it comes up with this error when I run ./configure :
checking for GLIB - version >= 2.0.0... 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.
checking for glib-config... 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.
*** You must have installed Glib1 or Glib2 in order to
compile GNU Backgammon
So I downloaded glib-2.6.4.tar.gz unziped it into a folder and then ran ./configure, then make, then make install.
Went back to gnubg, did ./configure and it came up to the same error.
So how do I tell if glib is really installed and where? Then how do I tell gnubg where it is?
TIA
checking for GLIB - version >= 2.0.0... 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.
checking for glib-config... 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.
*** You must have installed Glib1 or Glib2 in order to
compile GNU Backgammon
So I downloaded glib-2.6.4.tar.gz unziped it into a folder and then ran ./configure, then make, then make install.
Went back to gnubg, did ./configure and it came up to the same error.
So how do I tell if glib is really installed and where? Then how do I tell gnubg where it is?
TIA