|
From: Thomas D. D. <to...@sp...> - 2017-06-25 22:09:59
|
On 06/24/2017 05:46 PM, Thomas D. Dean wrote: I build in the source tree. Again, read my earlier email. Building outside the source tree has been broken for a long time. > mkdir maxima-build > cd maxima-build > ../maxima-code/configure --enable-gcl ... > make Making all in admin make[1]: Entering directory '/home/tomdean/Math/Maxima/maxima-build/admin' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/tomdean/Math/Maxima/maxima-build/admin' Making all in crosscompile-windows make[1]: Entering directory '/home/tomdean/Math/Maxima/maxima-build/crosscompile-windows' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/tomdean/Math/Maxima/maxima-build/crosscompile-windows' Making all in src make[1]: Entering directory '/home/tomdean/Math/Maxima/maxima-build/src' gcl -batch -eval '(progn (load "../../maxima-code/lisp-utils/defsystem.lisp") (load "../../maxima-code/lisp-utils/make-depends.lisp") (funcall (intern "CREATE-DEPENDENCY-FILE" :mk) (list "binary-gcl/maxima" "sys-proclaim.lisp") "gcl-depends.mk") )' Warning: SIMPLE-WARNING: REQUIRE is being redefined. ... Tom Dean |