Hi, There are some problems with GCC 3.1. Bruno has made some fixes in CVS but that won't compile at all until I commit a small patch I prepared last week. I still have to ponder that patch, though. As soon as I have done this and run the check on my computer farm I will release the maintainance release CLN 1.1.5. Please be patient for a couple of hours or days. You'll hear from me then... Regards -richy. -- Richard B. Kreckel <Richard.Kreckel@Uni-Mainz.DE> <http://wwwthep.physik.uni-mainz.de/~kreckel/> 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. Any idea what the problem may be? 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[3]: Entering directory `/usr/local/distrib/objdir/src' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/distrib/objdir/src' make[2]: Leaving directory `/usr/local/distrib/objdir/src' make[1]: Leaving directory `/usr/local/distrib/objdir/src' cd tests; make all make[1]: Entering directory `/usr/local/distrib/objdir/tests' g++ -g -O2 -I../include -I../../cln-1.1.4/include -I../../cln-1.1.4/tests -I../../cln-1.1.4/src -I../../cln-1.1.4/src/base -I../../cln-1.1.4/src/float -I../../cln-1.1.4/src/float/lfloat -I../../cln-1.1.4/src/integer -I../../cln-1.1.4/src/base/random -I../../cln-1.1.4/src/base/digitseq -I../../cln-1.1.4/src/base/digit -I../src/base -I../../cln-1.1.4/src/base -S ../../cln-1.1.4/tests/exam.cc -o exam.s gcc -g -O2 -I../include -I../../cln-1.1.4/include -I../../cln-1.1.4/tests -I../../cln-1.1.4/src -I../../cln-1.1.4/src/base -I../../cln-1.1.4/src/float -I../../cln-1.1.4/src/float/lfloat -I../../cln-1.1.4/src/integer -I../../cln-1.1.4/src/base/random -I../../cln-1.1.4/src/base/digitseq -I../../cln-1.1.4/src/base/digit -I../src/base -I../../cln-1.1.4/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/objdir/tests' make: *** [all] Error 2