Date: Sat, 20 May 2000 16:40:21 -0400 (EDT) Message-Id: <200005202040.QAA25399@indy.delorie.com> From: Eli Zaretskii To: jrl AT netcom DOT com CC: djgpp AT delorie DOT com, pavenis AT lanet DOT lv In-reply-to: Subject: Re: gcc djgpp stopped working References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Dr. J. Robert Lee" > Date: Fri, 19 May 2000 08:13:18 -0700 > > Thanks very much for pointing me in the right direction. The directory > pointed to by TMPDIR had been magically changed into a file. I removed > the file and re-created the directory. Now gcc works just fine. I would suggest that the function that creates a temporary file return some error indication, and GCC then would print a self-explanatory error message, instead of aborting. That would probably allow many users to find the problem by themselves, instead of asking the gurus...