This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: how do I increase stack space for a program compiled with gcc?
- To: gcc at gcc dot gnu dot org, thunting at uci dot edu
- Subject: Re: how do I increase stack space for a program compiled with gcc?
- From: dewar at gnat dot com
- Date: Sun, 28 Oct 2001 07:38:53 -0500 (EST)
<<How do I increase stack space for a program compiled and linked with
gcc that is running out of stack space because of a graphic fill
function that uses recursive calls?
>>
This is not a gcc question but rather an OS question, so you need to check
your operating system documentation (you did not even say what OS you were
using, so we can't begin to help here).