From: Stephen Anthony Uy Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems Installing DJGPP Date: Fri, 05 Nov 1999 01:51:12 -0800 Organization: University of California, Irvine Lines: 8 Message-ID: References: NNTP-Posting-Host: mecn213-024.reshsg.uci.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.6/32.525 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 04 Nov 1999 05:35:15 GMT, "Derek Battams" wrote: >* To compile the program I used gcc -o test.exe test.cc You want to use gxx, not gcc. I made the same mistake when I compiled my first C++ program.