[Ecls-list] Maxima & Cygwin

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Sat Jun 18 08:28:05 UTC 2011


As you all know, ECL does not work 100% well in Cygwin. The failing
component is the function run-program, which due to Cygwin's constraints has
to rely on fork(). This breaks every now and then and prevents ECL from
properly building other programs, since it is a key function to invoke the
compiler.

I have changed this. ECL in cygwin will now rely on stdlib.h's function
system(). This represents a step backwards but it seems to solve the problem
of building Maxima, but it does not solve entirely the problem of invoking
other programs with redirected input/output.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20110618/48f46354/attachment.html>


More information about the ecl-devel mailing list