From: pavenis AT lanet DOT lv Message-ID: To: Josh Rubin , Eli Zaretskii Date: Thu, 4 Jun 1998 20:44:51 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Possible cause for "gcc just hangs" CC: djgpp AT delorie DOT com, Andris Pavenis References: <3575df39 DOT 52013 AT news1 DOT bway DOT net> In-reply-to: Precedence: bulk Date sent: Thu, 4 Jun 1998 20:09:00 +0300 (IDT) From: Eli Zaretskii To: Josh Rubin Copies to: djgpp AT delorie DOT com, Andris Pavenis Subject: Re: Possible cause for "gcc just hangs" > > On Wed, 3 Jun 1998, Josh Rubin wrote: > > > The swap file C:\CWSDPMI.SWP contains many repetitions of > > the string "$DJDIR/lib/gcc-lib/". Something is getting into > > a loop and filling up memory. > > Seems like an infinite recirsion or an infinite loop. > > Andris, can you reproduce this by undefining %DJGPP%? > Yes looks that this is the root of evil. This also explains why this problem is encountered mostly by newbies as experiencied users usually have %DJGPP% defined. If I undefine %DJGPP% gcc goes into infinite loop. So please DEFINE it. I'll try to look what I can do to avoid dark screen up to pressing Ctrl-Break. I think simplest would be outputing fatal error message that %DJGPP% is not defined. Andris