On Sun, Mar 24, 2002 at 07:38:18PM -0300, Martin Marconcini wrote: > Hello, I have this small C++ program, and when I compile it I get the errors [snip] > $ gcc testing.cc -o testing > /tmp/ccjD2129.o: Undefined symbol `_cout' referenced from text segment Perhaps you should use a C++ compiler to compile your C++ program. Replace gcc with g++ and you may achieve enlightenment. -andy