Richard B. Kreckel wrote:
On Fri, 24 May 2002, Roberto Bagnara wrote:
I am having problems building CLN 1.1.4 with the newly released GCC 3.1. I attach below the signature the final part of the make log.
Please give it a try with CLN 1.1.5. It should compile fine with any recend g++ from GCC. It's available at the usual places.
Hi Richard, it seems we are still not there. Here is the final part of the make log for CLN 1.1.5 with GCC 3.1. All the best, Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:bagnara@cs.unipr.it make SUBDIR=vector make[2]: Entering directory `/usr/local/distrib/buildcln/src' make SUBDIR=vector/output make[3]: Entering directory `/usr/local/distrib/buildcln/src' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/distrib/buildcln/src' make[2]: Leaving directory `/usr/local/distrib/buildcln/src' make[1]: Leaving directory `/usr/local/distrib/buildcln/src' cd tests; make all make[1]: Entering directory `/usr/local/distrib/buildcln/tests' gcc -g -O2 -I../include -I../../cln-1.1.5/include -I../../cln-1.1.5/tests -I../../cln-1.1.5/src -I../../cln-1.1.5/src/base -I../../cln-1.1.5/src/float -I../../cln-1.1.5/src/float/lfloat -I../../cln-1.1.5/src/integer -I../../cln-1.1.5/src/base/random -I../../cln-1.1.5/src/base/digitseq -I../../cln-1.1.5/src/base/digit -I../src/base -I../../cln-1.1.5/src/base -c exam.s -o exam.o exam.s: Assembler messages: exam.s:216: Error: File number 53 already allocated make[1]: *** [exam.o] Error 1 make[1]: Leaving directory `/usr/local/distrib/buildcln/tests' make: *** [all] Error 2