[ILUG] problems linking c++ with gcc on Redhat 6.2
Aaron McDaid
hoss at technologist.com
Fri Apr 20 19:27:19 IST 2001
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
More information about the ILUG
mailing list