Date: Fri, 09 Feb 2001 10:35:15 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Brandenburger Thomas" Message-Id: <5567-Fri09Feb2001103515+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: (Thomas DOT Brandenburger AT ps DOT net) Subject: Re: Windows 2000 References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Brandenburger, Thomas" > Date: Thu, 8 Feb 2001 16:33:35 -0600 > > I have not seen any comments on Windows 2000 Professional or Server. I > can't get it to work. I have tried the version of the directions which > relate to NT but get an error when trying to compile from the DOS command > line that claims there is no such file as "CPP". Add -v to the compilation command line and post the results here. The DJGPP FAQ describes in section 6.5 the most ``popular'' reasons for this problem; perhaps one of them is yours. > When attempting to create > a file and save it using RHIDE I get "Error creating file Invalid Argument > (EINVAL) (14) where all I am attempting to save is the file: Does a file by that name already exist in the same directory? If so, I think this is a known bug with W2K: it returns some bogus error code when a DJGPP program tries to overwrite an existing file with a new version, and confuses the library. This is solved in the development sources of the DJGPP library, but you will have to rebuild RHIDE to get a fixed version. As a work-around, try deleting the previous version of the file (e.g., from another DOS box) before saving it.