0

how to install gcc on centos

hello .., i need support to install gcc complier version 4.8 or higher version on centos..

CentOS GCC Add a comment
wilson
asked Oct 03 2017

Answer

0

try below steps to install gcc.

# yum install centos-release-scl-rh
# yum install devtoolset-3-gcc devtoolset-3-gcc-c++
# scl enable devtoolset-3 bash
Add a comment
Pirai
asked Oct 03 2017
edited Oct 05 2018
Post your Answer