Mail Archives: djgpp/1999/11/25/06:20:00
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.
- Raw text -