|
Firstly, you shouldn't really be using Red Hat Linux 8 now, because it's out of date and unsupported.
You should also really be using g++ to compile C++ programs, rather than gcc. You can however compile C++ programs with gcc if you link the C++ standard library (by including "-lstdc++" when you compile).
Last edited by Nylex; 05-31-2008 at 09:56 AM.
|