Table of Contents

Error: command gcc failed with exit status 1 - Install gcc

Install gcc9 on Centos using following command...

sudo yum install centos-release-scl
sudo yum install scl-utils-build
sudo yum install devtoolset-9
scl enable devtoolset-9 bash


Related Posts