X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 20 Oct 2010 19:59:07 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: cygcheck bug: symlinks with unix paths are wrongly resolved Message-ID: <20101020235907.GA12901@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <1078952009 DOT 20101020101725 AT ich DOT dvo DOT ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Wed, Oct 20, 2010 at 07:46:05PM -0400, Rolf Campbell wrote: >On 2010-10-19 19:17, Arseny Slobodyuk wrote: >[snip...] >> As AT dstar ~ >> $ ln -s `which cmd.exe` cmd.exe >> >> As AT dstar ~ >> $ cygcheck ./cmd.exe >> -> D:\OTHERBIN\cygwin\cygdrive\d\WINDOWS\system32\cmd.exe >> cygcheck: could not find './cmd.exe' > >cygcheck is not a cygwin application, it's a native windows application, >so it does not know how to resolve unix paths. Sure it does: VVVVVVVVVVVVVVV c:\>cygcheck /usr/bin/ls.exe C:\cygwin\bin\ls.exe c:\cygwin\bin\cygwin1.dll C:\WINXP\system32\ADVAPI32.DLL C:\WINXP\system32\KERNEL32.dll C:\WINXP\system32\ntdll.dll C:\WINXP\system32\RPCRT4.dll C:\WINXP\system32\Secur32.dll c:\cygwin\bin\cygintl-8.dll c:\cygwin\bin\cygiconv-2.dll c:\cygwin\bin\cyggcc_s-1.dll And also: bash-3.2$ cd /cygdrive/c/winxp/system32 bash-3.2$ cygcheck ./cmd.exe C:\winxp\system32\cmd.exe C:\winxp\system32\KERNEL32.dll C:\winxp\system32\ntdll.dll C:\winxp\system32\msvcrt.dll C:\winxp\system32\USER32.dll C:\winxp\system32\GDI32.dll cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple