Maxima 5.17.0 release : installation fails with Ecl



Hi,

so, with Clisp Maxima-5.17.0 seems to work (that is, passes my tests).
However the installation with Ecl doesn't work at all:

After configuration I get

Summary:
ECL enabled. Executable name: "/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/Installations/Ecl/0.9l/bin/ecl"
default lisp: ecl
wish executable name: "wish"

which seems alright, but then I get suspicious lines like

;;; Note: Creating tag: "_ecl6nnctXfnBJ9tW_VikuBWy" for #P"binary-ecl/init-cl.o"
;;; Note: Creating tag: "_ecln3BLnRIW5cUqW_VikuBWy" for #P"binary-ecl/max_ext.o"
;;; Note: Creating tag: "_eclpri0cbx1R0ulW_VikuBWy" for #P"binary-ecl/autol.o"

(I don't think I've seen that with the 5.16.3-ecl-installation)
then it invokes a very long command starting like

;;; Note: Invoking external command:
;;; gcc -o "/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.17.0/src/binary-ecl/maxima" -L"/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/Installations/Ecl/0.9l/lib/" "/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.17.0/src/ECLINITgViAxY.o" "/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.17.0/src/binary-ecl/maxima-package.o"

...

and directly after that we get many lines like

gcc: /home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.17.0/src/binary-ecl/maxima-package.o: No such file or directory
gcc: /home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.17.0/src/binary-ecl/ecl-port.o: No such file or directory
gcc: /home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.17.0/src/binary-ecl/autoconf-variables.o: No such file or directory
gcc: /home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.17.0/src/binary-ecl/nregex.o: No such file or directory
gcc: /home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.17.0/src/binary-ecl/cl-info.o: No such file or directory

followed by

An error occurred during initialization:

(which repeats the above mentioned "external command").


The same process worked (and still works) fine with 5.16.3.


Oliver