Mail Archives: djgpp/1999/06/03/16:55:21
From: | "Dieter Scholz" <dieter_scholz AT gmx DOT de>
|
Newsgroups: | comp.os.msdos.djgpp
|
References: | <374fc820 AT news DOT ginko DOT net>
|
Subject: | Re: Compiler displays message: Cannot exec 'cc1plus'
|
Date: | Wed, 2 Jun 1999 20:57:14 +0200
|
Lines: | 42
|
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: | port020.muc.ginko.net
|
Message-ID: | <3755853b@news.ginko.net>
|
X-Trace: | 2 Jun 1999 21:25:47 +0100, port020.muc.ginko.net
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Dieter Scholz <dieter_scholz AT gmx DOT de> schrieb in im Newsbeitrag:
374fc820 AT news DOT ginko DOT net...
> 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 <iostream.h>
> 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
>
>
>
>
>
H.-B. Broeker (thanks!) gave me the hint that the different versions of gpp
and gcc caused that error. I updated to gpp281b.zip. Now everything works
fine.
Bye, Dieter
- Raw text -