Here, with the option --enable-threads and under cygwin, the ECL build fails when it tries to run ecl_min.exe. Here is the output:<br><br>[...]<br>cp /home/Gustavo/Gustavo/Downloads/ecl-9.12.3/src/../contrib/unicode/ucd.dat .<br>
if [ -f CROSS-COMPILER ]; then \<br>                ./CROSS-COMPILER compile; \<br>        else \<br>                ECLDIR=`pwd`/ ./ecl_min compile; \<br>        fi<br><br>Internal or unrecoverable error in:<br>Got signal before environment was installed on our thread.<br>
  [22: Invalid argument]<br>/bin/sh: line 4:  3456 Aborted                 (core dumped) ECLDIR=`pwd`/ ./ecl_min compile<br>make[1]: *** [bin/ecl.exe] Error 134<br>make[1]: Leaving directory `/cygdrive/c/Users/Gustavo/Downloads/ecl-9.12.3/build'<br>
make: *** [all] Error 2<br><br><br>bash-3.2$ ./ecl_min.exe<br><br>Internal or unrecoverable error in:<br>Got signal before environment was installed on our thread.<br>  [22: Invalid argument]<br>Aborted (core dumped)<br><br>