Date: Wed, 28 Jul 1999 10:44:09 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Donna Gula cc: djgpp AT delorie DOT com Subject: Re: HELP! In-Reply-To: <379E4843.6B398B7A@bellsouth.net> 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 Tue, 27 Jul 1999, Donna Gula wrote: > Hey, I'm a beginner with C++ and DJGPP and whenever I try to compile a > program, it says "Bad command or file name" and I have the extension > ".cpp" or ".C" My first guess would be that you didn't install the C++ compiler from the gpp281b.zip archive. Look into your DJGPP tree and see if you have a program called cc1plus.exe there; if not, unzip gpp281b.zip. If the above doesn't help, add -v to the compilation command line and see what program does the compiler try to invoke immediately before the "Bad comamnd or file name" message--this is the missing one.