Re: Problem with Cygwin's fdopen and Windows handles

2011-05-29 Thread Christopher Faylor
On Sun, May 29, 2011 at 11:35:03AM +, Juanjo wrote: >Actually there are two different problems related to my implementation of a >Common Lisp environment, ecl (http://ecls.sf.net) > >The first one has to do with fork() not working, due to the fact that ECL >injects DLLs using dlopen() and they

Problem with Cygwin's fdopen and Windows handles

2011-05-29 Thread Juanjo
Actually there are two different problems related to my implementation of a Common Lisp environment, ecl (http://ecls.sf.net) The first one has to do with fork() not working, due to the fact that ECL injects DLLs using dlopen() and they are then improperly loaded. I have seen in the mailing list t