Date: Thu, 30 Sep 1999 15:57:56 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Rodeo Red cc: djgpp AT delorie DOT com Subject: Re: hello.cpp: No such file or directory In-Reply-To: <82501512F4BF960A.4FBD75FEEB6CD7C2.FCC19419C78901A5@lp.airnews.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 Wed, 29 Sep 1999, Rodeo Red wrote: > Compiling: hello.cpp > Bad command or file name > no errors > Creating: hello2.exe > no errors > > If there are no errors, why does it say > Bad command or file name > in the second line ? . "No errors" means the compiler exited with a zero exit code. The "Bad command or file name" message means some installation problem: the compiler cannot find some program it needs to run. To see what program that is, add -v to the compilation switches that RHIDE passes to the compiler. The program which GCC invokes immediately before "Bad command" is printed is the one you should look for.