I am getting following error when compiling my program with gcc version 4.9.0
gcc --version
gcc (GCC) 4.9.0 20131023 (experimental)
Error
./A.out: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./A.out)
But I gcc 4.7.3 is fine. Any guess why this may be happening.