delorie.com/archives/browse.cgi | search |
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" <eliz AT is DOT elta DOT co DOT il> |
To: | Richard <Lloyd AT bury-rd DOT demon DOT co DOT uk> |
CC: | djgpp AT delorie DOT com |
In-reply-to: | <UA9Q6FAgC8U5Ew$L@bury-rd.demon.co.uk> (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: | <UA9Q6FAgC8U5Ew$L AT bury-rd DOT demon DOT co DOT uk> |
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 |
> From: Richard <Lloyd AT bury-rd DOT demon DOT co DOT uk> > 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |