This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
undefined references
- To: <bug-gcc at gnu dot org>
- Subject: undefined references
- From: Jennifer Okada <jokada at oceanit dot com>
- Date: Thu, 15 Jun 2000 11:17:47 -1000
Hi. I'm not sure if this is the right place to ask this question but here
goes.
I'm using version egcs -2.91.66 on Red Hat Linux. I'm trying to compile a
C++ program, but I'm getting errors about undefined references to 'cout' and
'ostream::operator << (int)'. I included <iostream.h> so I don't know what
the problem is. Any ideas? Thanks.