Hi all,
I am using FC 10. I have upgraded to the latest gcc version via yum -
$ yum list gcc-c++
Loaded plugins: refresh-packagekit
Installed Packages
gcc-c++.i386 4.3.2-7 installed
$ g++ -v
gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC)
Now, in RHEL , the g++ 4.x compiler actually uses the libstdc++ that comes with g++3.4.x series. Is it the same story in Fedora?
Am I using an ancient libstdc++ or am I using the libstdc++ that comes with the upstream g++4.x series?
Many Thanks!