2 Jun 2005 15:15
Re: ccc1mingw [Was: forking issue on Windows XP?]
On Thu June 2 2005 07:47, Michael S. Zick wrote: > On Thu June 2 2005 07:29, Earnie Boyd wrote: > > On 1:44:08 am 2005-06-02 Hugh Perkins <hughperkins@...> wrote: > > > > > ccclming is a customized version of cccl > > > (http://sf.net/projects/cccl), which I've attached. > > > > > > > Why is this wrapper for cl needed for MinGW's gcc? I think he said he was using the Microsoft c/c++ compiler. > > > > You'll have to help debug MSYS for this setup. See the "Building MSYS" > > page on the MinGWiki for instructions on getting started with debugging > > MSYS. My guess is that the number of child processes is becoming greater > > than the maximum allowed but that is certainly a guess as I have no real > > idea. > > Presuming that the EAGAIN code being returned is correct, along with the symptoms reported; you are correct. There are system resources that have been released but not yet freed. These released resources should be freed by the system before the failed call is retried. From the symptoms reported, they are not. As of yet there is not enough information to tell if it is a problem with the glue code library or the underlying operating system. Of course, if the EAGAIN code being returned is incorrect, all bets are off. Mike > > Earnie ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
RSS Feed