Date: Wed, 24 Sep 1997 16:45:30 +0200 (IST) From: Eli Zaretskii To: David Jenkins cc: djgpp AT delorie DOT com Subject: Re: Allegro WIP (make.exe crash) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 24 Sep 1997, David Jenkins wrote: > I did get errors with the 65535 in Win95s DPMI setting, even after > trying other things. The only workaround I could find was to rebuild > AllegroWIP using -O3 instead of -O6 :( Was that with pgcc? The stock version of gcc in gcc2721b.zip doesn't optimize beyond -O3, so -O6 should do the same as -O3. > The colblend.c kept freezing the build process using -O6, using -O3 it > took a while to compile it too. Did you try to stubedit cc1.exe to enlarge its stack size? (See section 6.4 in the FAQ.) If so, to what size did you bump it?