Date: Mon, 6 Apr 1998 14:40:07 +0300 (IDT) From: Eli Zaretskii To: Peter Gerwinski cc: djgpp AT delorie DOT com Subject: Re: I/O problems In-Reply-To: <199804060930.LAA00226@esmeralda.gerwinski.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 6 Apr 1998, Peter Gerwinski wrote: > Of course, but this wouldn't help either because it would only > make the different temporary files created by *one* instance of > `gpc' unique. Since `gpc' never creates a file named after the > return value of `mktemp()' (but always appends some suffix), > each new instance of `gpc' will again start with "ccaaaaaa". No, that's not what I meant. AFAIK, when configured to call `mktemp' for each file name, GCC does NOT append any suffix, it uses the generated name as is. That is how GCC 2.7.2.1 works for me. I assume that GPC can be configured that way as well.