From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Please read this one instead: I can't compile Date: 27 Sep 2001 07:17:35 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 27 Message-ID: <9oujqf$8h2$1@antares.lu.erisoft.se> References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. : 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