help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

/lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/li


From: Suneeel
Subject: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.6)
Date: 1 May 2006 22:29:15 -0700
User-agent: G2/0.2

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]