Sender: nate AT cartsys DOT com Message-ID: <36E9BD27.C4220EFC@cartsys.com> Date: Fri, 12 Mar 1999 17:19:35 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.1 i586) MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: DJGPP binaries of egcs-1.1.2-pre3 available for testing References: ; from Andris Pavenis on Wed, Mar 10, 1999 at 07:17:08PM +0200 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Andris Pavenis wrote: > Unfortunatelly there is one problem. Hack to avoid race situations with creation > of temporary failes causes creating unneccessary temporary files by gpc.exe (I > have $TMPDIR set to RAMdisk and there is limit of number of files in root > directory). I should be fix it. That's arguably your fault. Pointing $TMPDIR or similar to a root directory is never a good idea, IMHO, for just that reason. I have in my AUTOEXEC, with D: the ramdisk: mkdir d:\temp set TEMP=d:\temp But it may well be worth fixing the code anyway, for other people with the same setup. -- Nate Eldredge nate AT cartsys DOT com