Xref: news-dnh.mv.net comp.os.msdos.djgpp:2661 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!news.msfc.nasa.gov!elroy.jpl.nasa.gov!usc!howland.reston.ans.net!vixen.cso.uiuc.edu!news.uoregon.edu!waikato!status.gen.nz!usenet From: sarge AT iconz DOT co DOT nz (Edward Sargisson) Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help with configuring DJGPP for C++ Date: Sat, 14 Oct 1995 06:41:32 GMT Organization: Internet Company of New Zealand Lines: 10 References: Nntp-Posting-Host: sarge.internet.co.nz To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp alexc AT pop DOT winterlan DOT com (Alex Chun) wrote: >I've installed DJGPP and I can compile C programs, but when I try to compile >C++ programs I get the following errors: >test.cc(.text+0x14): undefined reference to `cout' >test.cc(.text+0x19): undefined reference to `ostream::operator<<(char const *)' add -lgpp to your command line.