To: dougliu AT ix DOT netcom DOT com (Doug Liu) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: help! Date: Tue, 21 Feb 95 18:22:10 +0200 From: "Eli Zaretskii" > -------------------------------------------------------------- > 2. go32 output: > > version 1.12.maint3 > xms mem available:13244kb > swap space available:131040kb > ------------------------------------------------------------- > 5. "gcc -v hello.c" output: > > topline: p c:/djgpp/bin/gcc.exe 0x000c209 136k 13472k > then it says "compiling program" > THEN THE SYSTEM HANGS! These are the telltale signs of the gcc hanging under XMS due to bug in access() library function. Either install a VCPI server (like EMM386 or QEMM386 memory manager), or, better still, get and install the latest gcc263bn.zip and dj112m4.zip from your nearest SimTel mirror. That latest update fixed this bug.