Difficulty
Easy
GCC
This guide assumes you are switched to su - . This guide assumes you are using the eSG provided installation image.
Goal
Install GCC using scl packages
Install Repository & Toolchain
yum install centos-release-scl yum install devtoolset-3-toolchain
Enable Installed GCC
scl enable devtoolset-3 bash
Note: This will temporarily enable the installed gcc.