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.