From: Aaron McDaid (hoss at domain technologist.com)
Date: Fri 20 Apr 2001 - 19:27:19 IST
On Fri, Apr 20, 2001 at 10:41:46AM +0100, Lennon, Conor wrote:
> /tmp/cchQ2x6N.o: In function `main':
> /tmp/cchQ2x6N.o(.text+0x9): undefined reference to `cout'
> /tmp/cchQ2x6N.o(.text+0xe): undefined reference to `ostream::operator<<(char
> const *)'
> collect2: ld returned 1 exit status
Same here but then I told gcc to link the c++ libs
gcc hello.cpp -lstdc++
And it worked.
Debian 2.2 though, shouldn't make a difference.
I'd stick with g++ anyway though
> Conor
Aaron
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:09:58 GMT