www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/05/03/14:32:10

X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f
From: abrady AT prontomail DOT com (Art)
Newsgroups: comp.os.msdos.djgpp
Subject: problem with 'ls'
Date: 3 May 2002 11:23:58 -0700
Organization: http://groups.google.com/
Lines: 45
Message-ID: <6c283161.0205031023.133f415c@posting.google.com>
NNTP-Posting-Host: 192.245.82.11
X-Trace: posting.google.com 1020450238 23466 127.0.0.1 (3 May 2002 18:23:58 GMT)
X-Complaints-To: groups-abuse AT google DOT com
NNTP-Posting-Date: 3 May 2002 18:23:58 GMT
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

Hello,

my djgpp programs stop working below one directory, and I'm not sure
why.

An example program is 'ls.exe'. If I run cmd.exe, and go into my 'dev'
directory, it stops working. Here is a shell grab:
------------------------
D:\>ls
MsSdkTmp                 dev                        nobackup

D:\>cd dev
D:\dev>ls
ccc      docs  maya  tmp

D:\dev>cd ccc
D:\dev\ccc>ls
d:/djgpp/bin/ls: .: No such file or directory (ENOENT)
------------------------

So in the 'ccc' directory 'ls' stops working. The same thing happens
for 'tmp','maya','doc', and any other directory under 'dev' (even new
ones that I create). I thought this might be a depth of tree problem,
or something, so I did the following:

------------------------
D:\>mkdir temp
D:\>cd temp
D:\temp>mkdir temp
D:\temp>ls
temp
D:\temp>cd temp
D:\temp\temp>mkdir temp
D:\temp\temp>ls
temp
D:\temp\temp>cd temp
D:\temp\temp\temp>ls
------------------------

In fact, the 'dev' directory is the only directory I can find that has
this problem. Does anyone have any idea why no djgpp programs don't
work under a specific directory?

Thanks,
Aaron

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019