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
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to