This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
how do I increase stack space for a program compiled with gcc?
- To: gcc at gcc dot gnu dot org
- Subject: how do I increase stack space for a program compiled with gcc?
- From: Ted Huntington <thunting at uci dot edu>
- Date: Sun, 28 Oct 2001 04:32:40 -0800
Hi
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?
THanks
Ted