From: "A.Appleyard" To: djgpp AT delorie DOT com Date: Mon, 12 Feb 1996 10:33:40 GMT Subject: Limited djgpp stack size CC: djgpp listserv Message-ID: <271C25D06D5@fs2.mt.umist.ac.uk> Eli Zaretskii wrote (Subject: Re: grx 2.0 problem.):- > DJGPP v2.0 limits the stack at 256KB by default. ... You can enlarge the > default stack by using STUBEDIT or by setting _stklen global variable. ... > extern unsigned _stklen = 1048576; Setting _stklen makes sure your program > always works, but wastes memory, since the 256K stack originally allocated > must be discarded ... That seems fiddly after the automatic unlimited stack size in the old djgpp (and in very many computer language compilers from very old mainframe days). When will this nuisance be cured?