Error about CXXABI on SLC6 with gcc 4.9

Dear all,

I have a SLC6 machine with the devtools installed. I use gcc 4.9 :

[asdf@pcald02a root]$ source /opt/rh/devtoolset-3/enable [asdf@pcald02a root]$ gcc --version gcc (GCC) 4.9.1 20140922 (Red Hat 4.9.1-10)

I try to use the root 6.04 for SLC6/64 with gcc 4.9 :

[asdf@pcald02a root]$ cd /afs/cern.ch/sw/lcg/app/releases/ROOT/6.04.02/x86_64-slc6-gcc49-opt/root [asdf@pcald02a root]$ . bin/thisroot.sh [asdf@pcald02a root]$ root root: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by root)

I guess it is related to incompatible versions of libstdc++ libraries. However, shouldn’t this root binary work in my environment ?

Thank you
Barth