RE: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-02 Thread Ramón García Fernández
error - fork: can't reserve memory for stack 2010/7/2 Ramón García Fernández : > The cause was that the argument list was long. That is, a program invoked > with a long argument list could not fork. Perhaps this behaviour could be > improved. I'll try if it's within perl.

Re: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-02 Thread Reini Urban
2010/7/2 Ramón García Fernández : > The cause was that the argument list was long. That is, a program invoked > with a long argument list could not fork. Perhaps this behaviour could be > improved. I'll try if it's within perl. Before I see no problem with perl's fork, but maybe it's elsewhere.

RE: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-02 Thread Ramón García Fernández
The cause was that the argument list was long. That is, a program invoked with a long argument list could not fork. Perhaps this behaviour could be improved. On the other hand, I tried creating a junction point with linkd.exe so that I could use short names for the openoffice source tree. But t

Re: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-01 Thread Reini Urban
interesting. Xpsp3 ix normally safe. Bloda, some process hook, probably 2010/7/1, Ramón García Fernández : > Hello, > > When building openoffice under cygwin (this is the standard way of building > openoffice under Windows), the following error shown bellow is issued. After > some google search, I

Re: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-01 Thread Larry Hall (Cygwin)
On 7/1/2010 10:37 AM, Ramón García Fernández wrote: Hello, When building openoffice under cygwin (this is the standard way of building openoffice under Windows), the following error shown bellow is issued. After some google search, I found that this is an issue with cygwin. I have already run re