Date: Mon, 27 Apr 1998 13:05:01 +0300 (IDT) From: Eli Zaretskii To: Andris Pavenis cc: djgpp-workers AT delorie DOT com Subject: Re: Patch to add target specific cleanup for gcc.c In-Reply-To: <199804270915.LAA57422@ieva06.lanet.lv> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 27 Apr 1998, Andris Pavenis wrote: > mktemp() only generates the name but file is not > actually created. The name after that is given to some other program for > example cc1.exe as name of object file to be generated. Unfortunatelly > under Windows it is still possible for gcc from other DOS session to generate > the same name of temporary file. I sent patches to this list a few weeks ago that fix that bug. If you don't have them, I can resend them (or you can search the mail archives at http://www.delorie.com/djgpp/mail-archives/). I think that with the fixed library functions MKTEM__EACH_FILE should solve the problems.