Date: Wed, 23 Nov 94 01:08:42 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: wrh AT placer1 DOT wimsey DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: stack space goes boink If you know how to increase the stack in Borland C, you know how to do it with djgpp - add "int _stklen=0;" to your code. Also, you can use stubify to increase the default. In non-dpmi mode, the stack is virtual - about 256Mb, so there's no problem there unless you run out of memory.