From: Miguel Guerreiro Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiler displays message: Cannot exec 'cc1plus' Date: Mon, 31 May 1999 19:18:53 +0000 Organization: Servico de News da Universidade do Algarve Lines: 33 Message-ID: <3752E09C.83AE4AFD@aaual.ualg.pt> References: <374fc820 AT news DOT ginko DOT net> NNTP-Posting-Host: 10.11.85.111 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.04 [en] (WinNT; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dieter Scholz wrote: > Hello, > > I want to learn C++. So I downloaded the necessary DJGPP-Files (BNU281b, > CSDPMI4b, DJDEV202, GCC281b , GPP280B, TXI312b and RHIDE14b) and installed > them in a DOS 6.2 environment (Celeron 400/128MB Ram). I altered the > AUTOEXEC.BAT as mentioned in the FAQ. > > My problem: > After compiling the following C++-File "Hello.cpp" (using the RHIDE-IDE) - > > #include > int main() > { > cout << "Hello world\n"; > } > > - the following compiler-message appeared: > > installation problem, cannot exec 'cc1plus', no such file or directory > (ENOENT) > > What's wrong? > > Thanks, Dieter Had the same problem myself... I just copied the file from where it was (don't remember exactly, but it was there on the djgpp tree) to the ./bin directory and it worked fine! Try it.