From: Axel Kotulla (kotulla@talisker.informatik.rwth-aachen.de)
Date: 01/29/93


From: kotulla@talisker.informatik.rwth-aachen.de (Axel Kotulla)
Subject: problems with g++ 2.3.3
Date: 29 Jan 1993 13:30:42 GMT

Hey,

I have one question in regard to the new g++ in GCC 2.3.3:
If I try to compile the most simplest C++-program:

#include <iostream.h>

main()
{
  cout << "Hello world\n";
}

I get the linker-message:
% g++ cpp.cc
/tmp/cca002021.o: Undefined symbol _cout referenced from text segment
/tmp/cca002021.o: Undefined symbol ostream::operator<<(const char *) referenced from text segment

Does anybody know what is wrong, perhaps in my environment-settings?

Thanks in advance

Axel Kotulla (E-Mail: axel@pool.informatik.rwth-aachen.de)

-- 
Axel Kotulla (E-Mail: axel@pool.informatik.rwth-aachen.de)