Date: Tue, 31 Mar 1998 21:55:13 -0800 (PST) Message-Id: <199804010555.VAA22781@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Eli Zaretskii , Federico Spinazzi From: Nate Eldredge Subject: Re: Why won't this work? Cc: Nicolas Blais , djgpp AT delorie DOT com Precedence: bulk At 02:40 3/30/1998 +0300, Eli Zaretskii wrote: > >On Mon, 30 Mar 1998, Federico Spinazzi wrote: > >> You can declare an array for com: >> char com[22222222222222]; > ^^^^^^^^^^^^^^ >This is *way* too much. If you compile such a program it will bomb, >since automatic arrays cannot be larger than 256KB without changing the >default stack size. See section 15.9 of the DJGPP FAQ list, for more >about this. Actually, it's even larger than 2^32, so you'll have to get an Alpha before you can compile it. :) Nate Eldredge eldredge AT ap DOT net