Date: Wed, 24 Aug 94 22:43:06 -0400 From: dj AT ctron DOT com (DJ Delorie) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: fixing slow compiles with 1.12 If you find that your compiles are real slow, and you're not using VCPI or DPMI, try running these commands from the djgpp/bin directory: stubedit gcc.exe keepmem=0 stubedit make.exe keepmem=0 This works around a bug in go32 that caused cpp/cc1/as/ld to page frantically due to a lack of memory, where there really was memory available. This should be fixed in 1.12.maint1. DJ