From: "Michael L. Miller" Newsgroups: comp.os.msdos.djgpp References: <37264d44 DOT 0 AT grucom4 DOT gru DOT net> <7ghceo$4ac$1 AT newssrv DOT otenet DOT gr> Subject: Re: compile problem under RHIDE... Date: Sun, 2 May 1999 21:22:35 -0400 Lines: 33 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: 198.190.223.193 Message-ID: <372cf889.0@grucom4.gru.net> X-Trace: 2 May 1999 21:14:49 -0500, 198.190.223.193 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When I change the file extensions from cpp to cc the problem does not appear. Is there an environment variable that must be set in djgpp.env? MLM Pavlos wrote in message news:7ghceo$4ac$1 AT newssrv DOT otenet DOT gr... > Michael L. Miller wrote in message <37264d44 DOT 0 AT grucom4 DOT gru DOT net>... > >When I compile a C++ file under RHIDE I get the following in the > >message window: > > > >Compiling: program.cpp > >Bad Command or File Name > >no errors > > > >I am able to make an exe file that works fine. What is causing the Bad > >Command or File Name message? Any help would be appreciated. > > > >Mike Miller > > > > > > > > Do you have DJGPP installed? Are the environment variables set-up correctly > (DGJPP, PATH)? > If not, read the documentation(readme.1st file) which describes the > installation proccess, as well how to set-up the environment variables. > > >