Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+
Inside the gcc directory, do this command: ./contrib/download_prerequisites After that script, GMP, MPFR, and MPC will be ready to use. Continue with ./configure.
Inside the gcc directory, do this command: ./contrib/download_prerequisites After that script, GMP, MPFR, and MPC will be ready to use. Continue with ./configure.
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