Comment 4 for bug 1956876

Revision history for this message
alexis rivera (riveraah) wrote :

I was able to compile SBCL on Mingw (64-bit windows) with ECL using the following settings:

Compiled ECL as follows:
./configure --prefix=/home/ahriv/ecl_build2 LDFLAGS="-Wl,--stack,16777216"

Configured SBCL as follows:
sh make.sh --xc-host='/home/ahriv/ecl_build2/ecl.exe --c-stack 16777216 -norc' --prefix=/e/SBCL/latest_ecl

I'm trying to get the Mingw (32-bit windows) working. I'm getting different errors. I will post a new bug report for that.

Thanks for your help. Now back to Termux.