Date: Tue, 19 Jan 1999 16:24:20 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Will Grainger cc: djgpp AT delorie DOT com Subject: Re: A newbie asks: What's going wrong?!?!? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 19 Jan 1999, Will Grainger wrote: > DJGPP was set. I'll check TEMP and TMP tonight. The problems are most probably with TMPDIR, not with TEMP or TMP. DJGPP.ENV by default sets TMPDIR to the tmp subdirectory of the main installation directory. In this case, that happens to be on the CD, which is a Bad Thing. To solve this, set TMPDIR in the environment (e.g., in your AUTOEXEC.BAT file), like this: set TMPDIR=c:/windows/temp (make sure that the named directory exists). Setting TMPDIR in the environment overrides the default setting.