Message-Id: <200006240646.JAA29330@mailgw1.netvision.net.il> Date: Sat, 24 Jun 2000 09:47:11 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: Richard CC: djgpp AT delorie DOT com In-reply-to: (message from Richard on Fri, 23 Jun 2000 20:55:12 +0100) Subject: Re: What does this error message mean and how do I fix it? References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Richard > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 23 Jun 2000 20:55:12 +0100 > > Installation problem, cannot exec 'cc1plus': No such file or directory > (ENOENT) This means GCC can't find the C++ compiler, cc1plus.exe. > I did a search and found an executable file named cc1plus in: > > c:\djgpp\lib\gcc-lib\djgpp\2.952 This is the correct place, assuming that your DJGPP installation starts at C:\djgpp. > I used to use DJGPP for C only but downloaded the C++ parts recently. I'm guessing that your GCC version is different from the version of the C++ compiler you downloaded. What does "gcc --version" print? If it prints anything but "2.952", you need to remove the old installation of gcc and then download and install gcc2952b.zip. Mixing different versions of GCC will get you in trouble.