[Ecls-list] threading support on cygwin (for ecl-0.9i release)

Anton Vodonosov avodonosov at yandex.ru
Tue Dec 11 23:21:12 UTC 2007


Hello!

When I build freshly downloaded ecl-0.9i release 
with --enable-threads on cygwin, configure reports
"Threads aren't supported on this system."

After commenting out line 3597 in the src/configure
ecl is build OK. 

This simple test:

  (mp:process-run-function 'zu 
                           (lambda () 
                             (loop 
                             (format t "zu~%") 
                             (sleep 3))))
works. 

Is threading on cygwin is disabled intentionally
or by mistake?

Best regards,
-Anton




More information about the ecl-devel mailing list