Hi all,

I've just installed GCC 4.1.0 on RedHat Linux 9. My programs compile
fine, but I'm not able to run them.

#include "iostream.h"

int main()
{
        cout<<"hjkjhlkj";
}

compiles fine,  but I get this error when I run it.

 /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by
/usr/lib/libstdc++.so.6)


Is there some config file that I need to update?

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to