How to Check the Version of my gcc?

The symlink to the 4.8.2 directory is nothing to worry about, it’s normal for the libstdc++ headers on Red Hat Enterprise Linux (and therefore CentOS) to be arranged like that. gcc –version will tell you the version of the gcc executable in your path. rpm -q libstdc++-devel will tell you the version of the package … Read more