To: mwodrich AT eleceng DOT uct DOT ac DOT za Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Maximum Stack size ? Date: Thu, 23 Mar 95 08:23:40 +0200 From: Eli Zaretskii > I am having severe problems debugging some code, and was wondering if > my program was running out of stack space... How big is the default > stack in DJGPP, and how does one increase it's size ? Can one use Most of this is explained in the DJGPP FAQ list, section 15.7 which begins like this: 15.7 Q: My program bombs when I use very large automatic arrays. Q: How much stack space do I have in my program? Interested? Then read the answer in the FAQ list. You can get the latest version of the FAQ as faqNNN.zip from the same place you got DJGPP. Or point your Web browser to this URL: http://delorie.mv.com/ and follow the links to the FAQ (which is stored there in hypertext, searchable form).