From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp References: <3845cd1a DOT 0 AT news2 DOT tm DOT net DOT my> Subject: Re: Newbie: C++ compiling Lines: 20 Organization: Pin Eight Software X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-Trace: /Kkf2I5UkolHj0xI59RDFuBTRPNa+LrYajCJU+3OkWZswsL7N1154Hpc6ex24esMD9HbFZlj6RWY!mCn7/QaILkBumtONXxTBJq4M3abEkIBzt/ipzPiv85MV4MxUf60umuGBmUYoBDSQKkluw1kWVA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Thu, 02 Dec 1999 05:27:11 GMT Distribution: world Date: Thu, 02 Dec 1999 05:27:12 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Chiew Heng Wah" wrote: > > I am new with DJGPP. Posted and emailed. > I have a problem while attempting to compile a C++ program. > I have downloaded and installed the lpg and gpp binaries at > the appropriate directories. I have no problems compiling > other C programs. Only C++ programs giving problems. > > ============Error Message=========== > %gcc hello.cpp For C++, use gxx instead of gcc. Damian Yerrick