Mail Archives: djgpp/2001/09/27/03:35:44
b279 (b279 AT inetone DOT net) wrote:
: I can't compile my program. I'm using Rhide I have a program I got off a
: disk, but it won't compile. I get all these errors about undeclared classes
: and variables. I have compiled it before on other compilers and it works
: fine. I have a class in my program, is the compiler in Rhide not a C++
: compiler?
: I used the command line gcc -o window.exe window.c, but it reports back the
: same errors. What is wrong?
: I renamed the file to window.cc and used gxx instead.
: I typed gxx -o window.exe window.cc, but now I have an error saying:
: gcc.exe: installation problem; cannot exec 'cc1plus': No such file or
: directory.<ENOENT>
: What does that mean?
It means either:
1. You haven't installed the C++ compiler (gpp*b.zip).
2. You didn't match the versions of gcc*b.zip and gpp*b.zip.
Right,
MartinS
- Raw text -