Hi
If I try to compile maxima 5.19.0 in
a virtualized Ubuntu (2.6.28-11-generic #42-Ubuntu SMP)
I get the following errors:
"
Making all in src
make[1]: ingresso nella directory
?/home/ciccio/Software/source/maxima-5.19.0/src?
test -d binary-gcl || mkdir binary-gcl
gcl -batch -eval '(progn (load "../lisp-utils/defsystem.lisp") (load
"../lisp-utils/make-depends.lisp") (funcall (intern
"CREATE-DEPENDENCY-FILE" :mk) "binary-gcl/maxima" "gcl-depends.mk"))'
Warning:
REQUIRE is being redefined.
make[1]: *** [gcl-depends.mk] Segmentation fault
make[1]: *** Cancellazione del file ?gcl-depends.mk?
make[1]: uscita dalla directory
?/home/ciccio/Software/source/maxima-5.19.0/src?
make: *** [all-recursive] Errore 1
"
How can I fix this problem?
It seems it complains about the redefinition of REQUIRE.
Why does this happen on a virtual machine?
Fabrizio