Re: strange behaviour of gcc 4.0.2
- From: Markus Kossmann <markus.kossmann@xxxxxxx>
- Date: Sun, 26 Feb 2006 13:12:48 +0100
Michael.Ruehling@xxxxxxxxxxx wrote:
Hi,Please post the code which causes the error, the compiler commandline and
at least i was ready to attack some program which is to be done
since December. So i started typing some files and tried to compiler
them. And guess what, my compiler told me that he does not know
anything about cout/cin/cerr and all that stuff concerning
StreamIO. Is this correct and when yes, why? It seems part of
C++ standard lib.
the exact error message. As long you don't do that we can only guess what's
going wrong.
Two guesses:
You are using gcc ( the C-compiler) instead of g++ ( the C++-compiler) to
compile your stuff. So the stndard C++-library is not linked.
Your code is not conforming to the standard regarding namespaces.
.
- References:
- strange behaviour of gcc 4.0.2
- From: Michael . Ruehling
- strange behaviour of gcc 4.0.2
- Prev by Date: strange behaviour of gcc 4.0.2
- Next by Date: Re: strange behaviour of gcc 4.0.2
- Previous by thread: strange behaviour of gcc 4.0.2
- Next by thread: Re: strange behaviour of gcc 4.0.2
- Index(es):
Relevant Pages
|