Re: Expand stack in Cygwin

2012-06-13 Thread Robert Lewis
ct: Re: Expand stack in Cygwin > Date: Tuesday, June 12, 2012, 6:03 PM > On 6/12/2012 4:43 PM, Robert Lewis > wrote: > > > How does one increase the stack size of an application using Cygwin? > > I have googled this and found suggestions such as adding > > > > -W

Re: Expand stack in Cygwin

2012-06-12 Thread marco atzeri
On 6/12/2012 11:43 PM, Robert Lewis wrote: do not reply to a different thread to open a new thread. How does one increase the stack size of an application using Cygwin? I have googled this and found suggestions such as adding -W1,--stack,800 -Wl not -W1 to pass the dato to the linker

Re: Expand stack in Cygwin

2012-06-12 Thread René Berber
On 6/12/2012 4:43 PM, Robert Lewis wrote: How does one increase the stack size of an application using Cygwin? I have googled this and found suggestions such as adding -W1,--stack,800 ^ Wrong, change the "1" to the letter "l". to make the stack 8 meg. However, this doesn't work for

Expand stack in Cygwin

2012-06-12 Thread Robert Lewis
How does one increase the stack size of an application using Cygwin? I have googled this and found suggestions such as adding -W1,--stack,800 to make the stack 8 meg. However, this doesn't work for me. I include this as an option to gcc in my makefile and bash just reports an error messa