From: Richard Newsgroups: comp.os.msdos.djgpp Subject: What does this error message mean and how do I fix it? Date: Fri, 23 Jun 2000 20:55:12 +0100 Message-ID: NNTP-Posting-Host: bury-rd.demon.co.uk X-NNTP-Posting-Host: bury-rd.demon.co.uk:194.222.45.189 X-Trace: news.demon.co.uk 961790168 nnrp-14:616 NO-IDENT bury-rd.demon.co.uk:194.222.45.189 X-Complaints-To: abuse AT demon DOT net MIME-Version: 1.0 X-Newsreader: Turnpike (32) Version 4.01 <6xjQrYUZo2cVYS+TxEoJwQoRj+> Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When I try and compile some C++ source code I got from the net I get the following error message: Installation problem, cannot exec 'cc1plus': No such file or directory (ENOENT) I did a search and found an executable file named cc1plus in: c:\djgpp\lib\gcc-lib\djgpp\2.952 Along with some header files. Problem is, I don't know what cc1plus does and what I need to do to fix the error. I used to use DJGPP for C only but downloaded the C++ parts recently. I have never before now tried to write or compile anything written in C++ rather than C. Thanks for any help, see ya, Richard Lloyd