Date: Thu, 29 Jul 93 11:06:16 -0400
From: DJ Delorie <dj AT ctron DOT com>
To: MXD AT mina DOT gc DOT cuny DOT edu
Cc: djgpp AT sun DOT soe DOT clarkson DOT edu
Subject: Re: Still having trouble with gcc


> The error message I kept getting was "c:/tmp /cc000063.gp  file not found".
> I'm perplexed.  Is there a bug I don't know about?  I would appreciate all
> and any help.

Environment variables are sensitive to trailing spaces.  Check your
AUTOEXEC.BAT and take the trailing space off the TMPDIR variable (or
whatever defines c:/tmp).

DJ