Date: Thu, 25 Nov 1999 10:24:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: David Rohde cc: djgpp AT delorie DOT com Subject: Re: cannote exec 'cc1plus' In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 25 Nov 1999, David Rohde wrote: > I've been using djgpp for ordinary c programs for ages and now I get the > error when I try to compile c++: > > gcc.exe: instalation, cannote exec 'cc1plus': No such file or directory > (ENOENT) > > but the file is definately there in the c:\djgpp\lib\gcc-lib\djgpp\2.95 > > is it in the right place? Yes, if your GCC version is 2.95 (the latest one is 2.95.2). If you cannot figure this out, add -v to the compilation command line and look at what the compiler prints. It might give you a hint about what's wrong. If that doesn't help, post everything that the compiler prints here, and someone will help you.