Newsgroups: comp.os.msdos.djgpp From: jrwren AT oakland DOT edu (evarlast) Subject: simple c++, yet no compilation Message-ID: Date: Thu, 15 May 1997 23:51:37 -0400 Organization: techtronix Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk upon this: #include void main(void) { cout << "blah"; }; I get this as a result. - my DJGPP.ENV is set fine. P:\lbah>gcc blah.cpp P:/tmp\ccdaaaaa(.text+0x16):blah.cc: undefined reference to `cout' P:/tmp\ccdaaaaa(.text+0x1b):blah.cc: undefined reference to `ostream::operator<< (char const *)' P:\lbah> Any Idea's anyone?