[Gambit-users] Problems compiling Gambit in Debian and Ubuntu
Brought to you by:
drarbiter
|
From: Maciej J. <mac...@gm...> - 2010-12-03 20:21:20
|
Hi, i'm having problems whole compiling gambit-0.2010.09.01<http://sourceforge.net/projects/gambit/files/gambit-stable/0.2010.09.01/gambit-0.2010.09.01.tar.gz/download>in freshly installed Ubuntu 10.10 and Debian 5.0.7 (Lenny) On those both system i receive this error message while calling 'make' function > yoss@yoss-n100:~/Desktop/gambit-0.2010.09.01$ make > Making all in contrib > make[1]: Entering directory > `/home/yoss/Desktop/gambit-0.2010.09.01/contrib' > Making all in scripts > make[2]: Entering directory > `/home/yoss/Desktop/gambit-0.2010.09.01/contrib/scripts' > Making all in enumpoly > make[3]: Entering directory > `/home/yoss/Desktop/gambit-0.2010.09.01/contrib/scripts/enumpoly' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/home/yoss/Desktop/gambit-0.2010.09.01/contrib/scripts/enumpoly' > make[3]: Entering directory > `/home/yoss/Desktop/gambit-0.2010.09.01/contrib/scripts' > make[3]: Nothing to be done for `all-am'. > make[3]: Leaving directory > `/home/yoss/Desktop/gambit-0.2010.09.01/contrib/scripts' > make[2]: Leaving directory > `/home/yoss/Desktop/gambit-0.2010.09.01/contrib/scripts' > make[2]: Entering directory > `/home/yoss/Desktop/gambit-0.2010.09.01/contrib' > make[2]: Nothing to be done for `all-am'. > make[2]: Leaving directory `/home/yoss/Desktop/gambit-0.2010.09.01/contrib' > make[1]: Leaving directory `/home/yoss/Desktop/gambit-0.2010.09.01/contrib' > make[1]: Entering directory `/home/yoss/Desktop/gambit-0.2010.09.01' > source='src/libgambit/integer.cc' object='src/libgambit/integer.o' > libtool=no \ > DEPDIR=.deps depmode=none /bin/sh ./depcomp \ > g++ -DPACKAGE_NAME=\"gambit\" -DPACKAGE_TARNAME=\"gambit\" > -DPACKAGE_VERSION=\"0.2010.09.01\" -DPACKAGE_STRING=\"gambit\ 0.2010.09.01\" > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gambit\" -DVERSION=\"0.2010.09.01\" > -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 > -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 > -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_BCMP=1 > -DHAVE_SRAND48=1 -DHAVE_DRAND48=1 -I. -I. -I./src -I./src/labenski/include > -I/usr/lib/wx/include/base-unicode-release-2.6 -I/usr/include/wx-2.6 > -DwxUSE_GUI=0 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -c > -o src/libgambit/integer.o src/libgambit/integer.cc > ./depcomp: line 611: exec: g++: not found > make[1]: *** [src/libgambit/integer.o] Error 127 > make[1]: Leaving directory `/home/yoss/Desktop/gambit-0.2010.09.01' > make: *** [all-recursive] Error 1 > I have no idea what to try now, can anyone help me? cheers |