delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
From: | Mike Stump <mrs AT windriver DOT com> |
Date: | Tue, 15 May 2001 17:00:13 -0700 (PDT) |
Message-Id: | <200105160000.RAA19521@kankakee.wrs.com> |
To: | cygwin AT cygwin DOT com |
Subject: | 1.1.8: bug in \\ handling in absolute fns |
I have found that when I do: mkdir /x touch /x/y # ok touch /x\\z # fails touch d:/cygwin/x\\z # ok cd /x touch z # ok touch ./z # ok touch .\\z # ok I get the results as mentioned. This causes a newer gcc to fail to work, as libiberty uses \ to separate names in my toolchain, and TEMP is set by cygwin to /cygdrive/c/TEMP. And this combination doesn't work, as mentioned above. This worked in B19. While libiberty could be made to not do this, or to canonicalize the pathnames, I feel that this is the wrong approach. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |