From: "Dieter Scholz" Newsgroups: comp.os.msdos.djgpp Subject: Compiler displays message: Cannot exec 'cc1plus' Date: Sat, 29 May 1999 12:56:51 +0200 Lines: 29 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 NNTP-Posting-Host: port028.muc.ginko.net Message-ID: <374fc820@news.ginko.net> X-Trace: 29 May 1999 12:57:36 +0100, port028.muc.ginko.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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