Re: Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-03 Thread Martin Egholm Nielsen
Hi, I've ended up here after having rounded the gcc-irc-channel and the crosscompiler mailing-list. The story: I have compiled a gcc crosscompiler hosted under Cygwin using Dan Kegel's Crosstool scripts. However, as my application is growing in size (number of .o files) I suddenly get the

RE: Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-03 Thread Dave Korn
Original Message From: Martin Egholm Nielsen Sent: 03 March 2005 08:42 However, as my application is growing in size (number of .o files) I suddenly get the following fault message from collect2.exe when trying to link them all together: $ powerpc-405-linux-gnu-gcj --main=foo.Main

Re: Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-03 Thread Martin Egholm Nielsen
Hi, However, as my application is growing in size (number of .o files) I suddenly get the following fault message from collect2.exe when trying to link them all together: $ powerpc-405-linux-gnu-gcj --main=foo.Main *.o

Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-02 Thread Martin Egholm Nielsen
Hi there, I've ended up here after having rounded the gcc-irc-channel and the crosscompiler mailing-list. The story: I have compiled a gcc crosscompiler hosted under Cygwin using Dan Kegel's Crosstool scripts. However, as my application is growing in size (number of .o files) I suddenly get

Re: Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-02 Thread Christopher Faylor
On Wed, Mar 02, 2005 at 03:49:33PM +0100, Martin Egholm Nielsen wrote: Hi there, I've ended up here after having rounded the gcc-irc-channel and the crosscompiler mailing-list. The story: I have compiled a gcc crosscompiler hosted under Cygwin using Dan Kegel's Crosstool scripts. However, as