Date: Tue, 31 Aug 1999 09:59:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: Bug in collect2.c In-Reply-To: <199908310425.EAA131526@out2.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 31 Aug 1999, Mark E. wrote: > > DIR_SEPARATOR_2. As result a lookup for something like > > C:\/ld.exe causes Win9X to wait for rather long time > > Given that at least DOS 7 can get confused with this, why not modify _put_path2 to > leave out the extra backslash in this case? What case, exactly, do you want to fix? I agree that we could detect the cases of "\/" and assume it's some bug. We certainly cannot remove extra backslashes in the case of "\\" (it might be a real UNC). And the case of "//" is already handled. What about "\\/" or "/\/\"? Or am putting on my troll disguise (again)? ;-)