Date: Thu, 13 Jun 2002 18:22:24 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: pavenis AT lanet DOT lv cc: djgpp-workers AT delorie DOT com Subject: Re: gcc-3.1: old problem with temporary files In-Reply-To: <3D08D753.9898.186F2D1@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 13 Jun 2002 pavenis AT lanet DOT lv wrote: > The included patch seems to fix it (perhaps it could also be usefull for > WIndows targets). I think it is required for all DOS/Windows targets, since the Windows API doesn't grok file names like "foo//bar" (with two slashes) at all. So it's even more vulnerable to this than DJGPP, which at least collapses multiple slashes (but not backslashes).