Xref: news-dnh.mv.net comp.os.msdos.djgpp:2663 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!info.ucla.edu!news.ucdavis.edu!usenet From: Patrick Hayes Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help with configuring DJGPP for C++ Date: 15 Oct 1995 06:50:41 GMT Organization: University of California, Davis Lines: 13 References: <45nm07$n6m AT status DOT gen DOT nz> Nntp-Posting-Host: modem73.ucdavis.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp sarge AT iconz DOT co DOT nz (Edward Sargisson) wrote: >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. I came up with the same problem and I tried that and it still doesn't work. I have all the files that Alex has.