Date: Tue, 17 Nov 1998 11:11:56 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Michael Levine cc: djgpp AT delorie DOT com Subject: Re: Problems from the Start In-Reply-To: <3.0.1.32.19981116173519.007a79b0@mindspring.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 16 Nov 1998, Michael Levine wrote: > then I saved it under greet.c and compiled it. In the window it told me > that it was a bad command and file name and there were no errors. Then when > I tried it in the dos prompt, it still said bad command and file name. You probably didn't install some of the programs required to compile it successfully. The file v2/readme.1st (from the same place where you got DJGPP) lists all the packages you need to download and install; please make sure you have all of them. Adding -v to the compilation command line will cause GCC to print the names of all the programs it invokes during compilation; this will show you exactly what program is missing. The DJGPP FAQ list (v2/faq211b.zip) is another place to look for solutions to such problems. Check out sections 6.5 and 6.6 of the FAQ, in particular.