Hi everybody, Today I installed gcc 3.3.2, so I had to recompile several things. One of the things that I compiled was cln 1.1.5. This, however, gave the error message below. It is about something in the tests directory, so this did not stop me from building GiNaC (the "consistency of numeric types" exam of GiNaC is passed, so I suppose everything is okay), but it still is a bit irritating. Perhaps the maintainer of CLN, who is believed to be reading this mailing list, knows what could be done about this. Have a nice day, Chris Dams make[1]: Entering directory `/home/chrisd/download/cln-1.1.5/tests' gcc -g -O2 -I../include -I../include -I. -I../src -I../src/base -I../src/float -I../src/float/lfloat -I../src/integer -I../src/base/random -I../src/base/digitseq -I../src/base/digit -I../src/base -I../src/base -c exam.s -o exam.o exam.s: Assembler messages: exam.s:246: Error: file number 70 already allocated make[1]: *** [exam.o] Error 1 make[1]: Leaving directory `/home/chrisd/download/cln-1.1.5/tests' make: *** [install] Error 2
participants (1)
-
Chris Dams