Dear Richard,
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
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: zolo(a)cs.unipr.it 2002-05-28 17:54:42
Modified files:
src : rr_solver.cc
Log message:
Now the matrix that contains the scomposition of the not homogenous term
have three rows.
In the first there is the exponential and in the other there is its
coefficient: in the second row the polynomial part of the coefficient and
in the third row the non polynomial part of the coefficients
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/rr_solver.cc.diff?cvsro…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: zolo(a)cs.unipr.it 2002-05-26 20:57:10
Modified files:
src : simplify.cc
Log message:
Added the simplifications about the function 'exp'.
Fixed an error in 'collect_base_exponents'.
Changed the function 'split' but it is not the definitive version.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/simplify.cc.diff?cvsroo…