From: "b279" Newsgroups: comp.os.msdos.djgpp Subject: Please read this one instead: I can't compile Date: Wed, 26 Sep 2001 20:58:03 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Complaints-To: newsabuse AT supernews DOT com Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. What does that mean?