|
From: Gunter K. <gu...@pe...> - 2017-06-24 20:22:46
|
> Seems like without the "-j 4" the error message still appears => either
> configuring more than one lisp triggers the problem or I just got lucky
> when I tried to compile with gcl alone.
>
Seems I just got lucky the last time: I've just cloned the git master
into a fresh directory.
A
./bootstrap &&./configure --prefix=/usr --enable-gcl&&make
led to:
Making all in src
make[1]: Entering directory '/home/gunter/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.
>>
Kind regards,
Gunter.
|