|
From: Gunter K. <gu...@pe...> - 2017-06-24 07:25:26
|
>> I can confirm that this has been a problem for several months down to >> today. Those who replied in that thread appeared to be using a different >> (earlier?) release of GCL. > > For the record I am working with GCL 2.6.12 from the GCL download page > (http://ftp.gnu.org/gnu/gcl/). That is a few years old at this point -- > dated Oct 2014. I don't know the origin of Debian's version. > The current pre-alpha of ubuntu ships with gcl 2.6.12-53... ...and the following commands seem to compile maxima with gcl: > ./configure --enable-gcl > make -j 1 What doesn't work: > ./configure --enable-gcl --enable-sbcl --enable-ecl > make -j 4 > make[1]: Entering directory '/home/gunter/src/maxima-code/src' > gcl -batch -eval '(progn (load "../lisp-utils/defsystem.lisp") (load "../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. > > Error: > Fast links are on: do (si::use-fast-links nil) for debugging > Signalled by MAKE-PATHNAME. > Condition in MAKE-PATHNAME [or a callee]: INTERNAL-SIMPLE-FILE-ERROR: > File error on #p"": Bad directory list > > Broken at MAKE-PATHNAME. Type :H for Help. > 1 Return to top level. > >> That would mean that the problem might lay somewhere in our build system. Kind regards, Gunter. |