Installation of GCC Install GCC by running the following commands:
mkdir /usr/src/gcc-build && cd /usr/src/gcc-build && ../gcc-2.95.2.1/configure --prefix=/usr \    --with-gxx-include-dir=/usr/include/g++ \    --enable-shared --enable-languages=c,c++ && make bootstrap && make install