Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-ID: <3787A4C3.666322AC@vinschen.de> Date: Sat, 10 Jul 1999 21:53:39 +0200 From: Corinna Vinschen X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 To: cygwin-developers Subject: Re: 19990705 snapshot References: <19990708172005 DOT A3884 AT cygnus DOT com> <6840 DOT 990710 AT logos-m DOT ru> <19990710133156 DOT A1241 AT cygnus DOT com> <37879DFE DOT CE830B78 AT vinschen DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Corinna Vinschen wrote: > [...] > I have another problem. I can't find any reason for this: > E.g. > strace -o ls.out ls -l > > leads into an empty trace output file. No other error or warning > message. Debugging is a little difficult in that way... > The result is the same with -f option. What's going wrong here??? > > Corinna ...and a second problem: I have two programs named `ls' on my pc. One is /usr/bin/ls (without .exe suffix) and the other is /Program Files/NTRESKIT/LS.EXE In the environment variable $PATH, /usr/bin is mentioned earlier than /Program Files/NTRESKIT. On commandline ls -l starts /usr/bin/ls, strace ... ls -l starts /Program Files/NTRESKIT/LS.EXE Why? Corinna