C++ question

Alexey alexey at vocord.com
Thu May 25 09:39:34 UTC 2000


Hi.
Did any one face with following problem (if it's realy problem) ?
If I took "hello world" sample, re-name it from test.c to test.cc and
re-place
printf to cout it build test.o with g++ but try to link it to executable
file with gcc - the resul will be :
undefined reference to cout
undefined reference to ostream::operator <<(char const *)
I can fix it in target.cfg
CC=g++ instead of gcc, but is there another way to solve it?

Regards,
Alexey





More information about the users mailing list