X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <50a14a8b0802290542q79e48097x9d2f7a2d6fef1794@mail.gmail.com>
Date: Fri, 29 Feb 2008 14:42:12 +0100
From: "Mathijs Romans" <mathijs@romansland.nl>
To: cygwin@cygwin.com
Subject: Reference to absolute path seems broken.
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Google-Sender-Auth: 2d7a11bbb3907838
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

I have a very strange issue in Cygwin, it seems that referring to an
absolute path is sometimes broken.

These examples will probably illustrate the problem:
(from root directory)

(OK)
Mathijs@chef /
$ diff Cygwin.bat Thumbs.db
Binary files Cygwin.bat and Thumbs.db differ

(ERROR)
Mathijs@chef /
$ diff /Cygwin.bat Thumbs.db
/usr/bin/diff: /Cygwin.bat: No such file or directory

Notice the slash before Cygwin.bat. Is this normal?? Other commands
such as 'ls' work fine.

(OK)
Mathijs@chef /
$ diff /Cygwin.bat Thumbs.db
/usr/bin/diff: /Cygwin.bat: No such file or directory

I think this gives me problems when installing other software (caml).
Can somebody help me?

Thanks,
Mathijs

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

