Date: Tue, 29 Oct 2002 22:41:32 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: lauras AT softhome DOT net Message-Id: <9003-Tue29Oct2002224132+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3391450208.20021029132921@softhome.net> (message from Laurynas Biveinis on Tue, 29 Oct 2002 13:29:21 +0200) Subject: Re: GCC 3.2 building with 2.04 trouble on W2K (NTVDM crash) References: <3391450208 DOT 20021029132921 AT softhome DOT net> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Tue, 29 Oct 2002 13:29:21 +0200 > From: Laurynas Biveinis > > Yes, `sleep' worked. So when I poke around in temp directory when the > program sleeps, I see only that the file (the one which just failed), with > non-zero length, and completely unaccessible: > > Using DJGPP tools: > --- > sh-2.05b$ ls -l > total 3 > -rw-r--r-- 1 Administ root 0 Oct 29 13:25 dj210000 > -rw-r--r-- 1 Administ root 451 Oct 29 13:25 dj300000 > -rw-r--r-- 1 Administ root 1756 Oct 29 13:25 dj410000 > sh-2.05b$ touch dj410000 > touch: creating `dj410000': Permission denied (EACCES) > sh-2.05b$ ls -l dj4100000 > ls: dj4100000: No such file or directory (ENOENT) > --- > Those error messages from ls and touch seem very interesting. > > And for example CygWin tools report: > --- > Administrator AT BYVIS c:/devel/djgpp/tmp > $ ls -l > ls: dj410000: No such file or directory > total 1 > -rwxrwxrwx 1 Administ None 0 Oct 29 13:27 dj210000 > -rwxrwxrwx 1 Administ None 451 Oct 29 13:27 dj300000 What does "ls -lg" say about that file? (I mean the DJGPP version of `ls'.) What does "dir /v" say? I suspect that some other program has that file open. The question is, which program is that?