Perhaps that's because "strace" isn't a Cygwin program:
% cygcheck strace
Found: D:\cygwin\bin\strace.exe
D:\cygwin\bin\strace.exe
D:\WINNT\System32\msvcrt.dll
D:\WINNT\System32\KERNEL32.dll
D:\WINNT\System32\NTDLL.DLL
Cygcheck itself exhibits the same symptom (it also is not linked against libcygwin.a):
% cygcheck /bin/strace
/bin/strace - Cannot open
% cygcheck /bin/strace.exe
/bin/strace.exe - Cannot open
Randall Schulz
Mountain View, CA USA
At 23:35 2002-11-24, Pavel Rozenboim wrote:
It seems that sometimes, full path confuses strace. For example in my system:~> strace /bin/ls strace.exe: error creating process /bin/ls , (error 3) ~> strace ls [Works, lots of output]
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

