Installation of GCC Install GCC by running the following commands:
mkdir /usr/src/gcc-build && cd /usr/src/gcc-build && ../gcc-&gcc-version;/configure --prefix=/usr \    --with-slibdir=/lib --enable-shared \    --enable-languages=c,c++ && make bootstrap && make install