Date: Sun, 15 Aug 1999 14:26:23 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Bruce.Woods" cc: djgpp AT delorie DOT com Subject: Re: DJGPP Compiler In-Reply-To: <37B653F5.39EC@xtra.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 15 Aug 1999, Bruce.Woods wrote: > I have been exe gcc from windows dos prompt and getting the following > error; gcc.exe filename no such file or directory (ENDENT) > gcc.exe: no input files Please post the *exact* command line that you used, including the exact name of the source file. > The txt source files do exist and I am exe from > the directory that contains these files, checked spelling etc. Please type "DIR" in the directory and make sure that you see the file. Some Windows utilities save the source with an additional extension, like filename.c.txt, and don't show you the extension when you list the files. DIR will show the actual names. > I have now tried restarting my pc in dos mode and doing the same. I get > the following error; load error: no DPMI - get csdpmi*b.zip Download csdpmi4b.zip from the v2misc directory. DJGPP programs need a DPMI server to run, and without Windows you don't have it.