Date: Sun, 27 Oct 2002 00:52:41 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <7263-Sun27Oct2002005241+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <10210262054.AA01678@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: GCC 3.2 building with 2.04 trouble on W2K (NTVDM crash) References: <10210262054 DOT AA01678 AT clio DOT rice DOT edu> 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 > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Date: Sat, 26 Oct 2002 15:54:01 -0500 (CDT) > > --- > > _open() failed: > > filename = c:/devel/djgpp/tmp/fxincaaa > > oflag = 0 > > DOS error code = 2 > > I'm not sure why it's trying to open a non-existent file Most probably, `open' wants to find out whether a file by that name does or does not exist, when `fopen' calls it.