How to install GCC piece by piece with GMP, MPFR, MPC, ELF, without shared libraries?

The Easy Way If you’re a typical developer, you can install the easy way, using instructions at http://gcc.gnu.org/wiki/InstallingGCC or your system package manager such as: apt install gcc # for Debian, Ubuntu, etc. yum install gcc # for RedHat, CentOS, etc. brew install gcc # for Mac OS X The Hard Way GCC says the … Read more