X-Recipient: archive-cygwin AT delorie DOT 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" To: cygwin AT cygwin DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT chef / $ diff Cygwin.bat Thumbs.db Binary files Cygwin.bat and Thumbs.db differ (ERROR) Mathijs AT 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 AT 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/