Xref: news2.mv.net comp.os.msdos.djgpp:2039 From: mt31415 AT aol DOT com (Mt31415) Newsgroups: comp.os.msdos.djgpp Subject: Re: Q: C++ compilation Date: 19 Mar 1996 05:40:13 -0500 Organization: America Online, Inc. (1-800-827-6364) Lines: 10 Sender: root AT newsbf02 DOT news DOT aol DOT com Message-ID: <4im2ud$jui@newsbf02.news.aol.com> References: <4ikvbn$oj0 AT news DOT csus DOT edu> Reply-To: mt31415 AT aol DOT com (Mt31415) NNTP-Posting-Host: newsbf02.mail.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp >>syntax: gcc test.cc >>Is that correct? Here are the errors djgpp v2.0 printed out: >>test.cc(.text+0x1e): undefined reference to `cout' >>test.cc(.text+0x23): undefined reference to `ostream::operator<<(char const *)' Try using `gxx' instead of `gcc'.