From: LAPASSET Newsgroups: comp.os.msdos.djgpp Subject: Re: PLEASE help me!!!!!!! Date: Thu, 02 Sep 1999 03:33:37 +0200 Organization: Dominique Lines: 57 Message-ID: <37CDD3F1.1B6933D@club-internet.fr> References: <19990830122020 DOT 06830 DOT 00002271 AT ng-cl1 DOT aol DOT com> NNTP-Posting-Host: montpellier-1-195.club-internet.fr Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------3746ED525B4124F2D0954647" X-Trace: front6.grolier.fr 936408688 29616 195.36.180.195 (4 Sep 1999 01:31:28 GMT) NNTP-Posting-Date: 4 Sep 1999 01:31:28 GMT X-Mailer: Mozilla 4.06 [fr] (Win98; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com --------------3746ED525B4124F2D0954647 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit LogosAZ a écrit: > I can compile c programs fine, but when I go to compile a c++ program I get an > error messege telling me: > > Compiling: Example.cpp > installation problem, cannot exec `cc1plus': No such file or directory > (ENOENT) > There were some errors > > I KNOW I have the .exe cc1plus because I found it. I even re-installed DJGPP! I > have the latest version. What could be the problem? > > ~Thanx find your cc1plus file and move it to the bin directory of djgpp if you have installed djgpp at c:\djgpp move cc1plus.exe to c:\djgpp\bin\ there is a bad path in the zip file where cc1plus.exe is extract, the file is not decompressed where it should be. Domi --------------3746ED525B4124F2D0954647 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit LogosAZ a écrit:
I can compile c programs fine, but when I go to compile a c++ program I get an
error messege telling me:

Compiling: Example.cpp
 installation problem, cannot exec `cc1plus': No such file or directory
(ENOENT)
 There were some errors

I KNOW I have the .exe cc1plus because I found it. I even re-installed DJGPP! I
have the latest version. What could be the problem?

~Thanx

find your cc1plus file and move it to the bin directory of djgpp
if you have installed djgpp at c:\djgpp
move cc1plus.exe to c:\djgpp\bin\
there is a bad path in the zip file where cc1plus.exe is extract, the file is not decompressed where it should be.
Domi
  --------------3746ED525B4124F2D0954647--