[Ecls-list] Compilation under MinGW32 failed

Goffioul Michael goffioul at imec.be
Wed Oct 6 04:56:43 UTC 2004


I'm trying to compile ECL under Win32 with MinGW32, but it fails
when loading the "compile.lsp" file. I configured ECL with

./configure --prefix=/usr/local/ecl --with-cmuformat

I'm using gcc-3.2.3 under Windows2K.

The error I get is:

if [ -f CROSS-COMPILER ]; then \
        ./CROSS-COMPILER < compile.lsp; \
else \
        ./ecl_min < compile.lsp; \
fi
;*** Lisp core booted ****
ECLS (Embeddable Common Lisp)  16384 pages

> #<"SI" package>
> 
Unrecoverable error: 
Lisp initialization error.


abnormal program termination
make[1]: *** [ecl.exe] Error 3
make[1]: Leaving directory `/d/Tools/src/ecls-cvs/build'
make: *** [all] Error 2

I tracked down the problem up to the loading of "src:lsp;predlib.lsp",
when defining the function "register-type" around line 590.

Can anybody help me?
Thanks.

Michael.




More information about the ecl-devel mailing list