This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>gcc guide scl rpm}} {{howhard>2}} ====== 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 ==== <sxh>yum install centos-release-scl yum install devtoolset-3-toolchain</sxh> ==== Enable Installed GCC ==== <sxh>scl enable devtoolset-3 bash</sxh> Note: This will temporarily enable the installed gcc.