Re: [Ecls-list] ECL/iOS updated to ECL-11.1.1, Xcode4, SDK 4.3

2011-05-28 Thread Juan Jose Garcia-Ripoll
On Sat, May 28, 2011 at 3:56 AM, Ram Krishnan kriyat...@gmail.com wrote: I've committed an update to the ECL for iOS project, Thanks a lot for the great work! Juanjo -- Instituto de FĂ­sica Fundamental, CSIC c/ Serrano, 113b, Madrid 28006 (Spain) http://juanjose.garciaripoll.googlepages.com

[Ecls-list] Cygwin problems -- serious ones

2011-05-28 Thread Juan Jose Garcia-Ripoll
Hi everyone, I have been tracking the cygwin issues along different fronts. My conclusions are not good, but I might be wrong. What happens is that cygwin is faking fork(). Windows does not have it, so what Cygwin does is to reload the whole executable file and all shared libraries and copy the

Re: [Ecls-list] Cygwin problems -- serious ones

2011-05-28 Thread Anton Vodonosov
I think you are right.If fork() in cygwing produces non-working ECL - it's serious bug of cygwin.It makes sense to file a bug report to cygwin. And create an ECL issue tracker ticket "ext:run-program not working on cygwin because of broken form() system call" which explains the reason. The ticket

Re: [Ecls-list] Cygwin problems -- serious ones

2011-05-28 Thread Juan Jose Garcia-Ripoll
On Sat, May 28, 2011 at 10:47 PM, Anton Vodonosov avodono...@yandex.ruwrote: If fork() in cygwing produces non-working ECL - it's serious bug of cygwin. It makes sense to file a bug report to cygwin. This seems to be known by the cygwin community, but not because of ECL but because of other

Re: [Ecls-list] Cygwin problems -- serious ones

2011-05-28 Thread Matthew Mondor
On Sat, 28 May 2011 22:34:34 +0200 Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: What happens is that cygwin is faking fork(). Windows does not have it, so what Cygwin does is to reload the whole executable file and all shared libraries and copy the memory content to fake