This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] "strace ./app.exe" probably runs application from /bin


Christopher Faylor wrote:

> Let me rephrase the problem:
> 
> "cygpath does not properly deal with the current directory"
> 
> Thanks for the patch but we won't be applying it in this form.

I've been meaning to take a look at fixing this myself, because I'm
tired of:

$ cd /usr/bin

$ cygcheck ./ls
.\.\.\.\ - Cannot open

$ cygcheck ls
 - Cannot open
Error: could not find ls

$ cygcheck ls.exe
 - Cannot open
Error: could not find ls.exe

$ cygcheck ./ls.exe
.\ls.exe
  .\cygwin1.dll
    C:\WINXP\system32\ADVAPI32.DLL
      C:\WINXP\system32\ntdll.dll
      C:\WINXP\system32\KERNEL32.dll
      C:\WINXP\system32\RPCRT4.dll
  .\cygintl-8.dll
    .\cygiconv-2.dll

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]