Date: Thu, 19 Feb 1998 20:27:15 +0200 (IST) From: Eli Zaretskii To: Andris Pavenis cc: djgpp AT delorie DOT com Subject: Re: Problem with port of GCC 2.8.0 In-Reply-To: <6chiom$647$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 19 Feb 1998, Andris Pavenis wrote: > gcc -Ie:\djgpp\contrib\rhide-1.41/tvision/include -O2 -Wall -Werror > -c bc.cc -o bc.o > cc1plus.exe: c:/djgpp/tmp/ccaaaaaa.s: Permission denied (EACCES) > make.exe: *** [bc.o] Error 1 > > Looks that in both sessions gcc is trying to use one name for temporary file. This is a known problem. It might get its solution in DJGPP v2.02 due to enhancements in the library functions that deal with temporary files, although I'm not sure. For now, if you need to run more than a single compilation at a time, point the TMPDIR variable in the environment to a different directory for every DOS session.