gmp, mpfr, mpc, isl
download from source and compile install
cd
wget https://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-7.3.0/gcc-7.3.0.tar.gz
Notice:
ERROR: The certificate of ‘ftp.mirrorservice.org’ is not trusted.
ERROR: The certificate of ‘ftp.mirrorservice.org’ has expired.
to fix the upstairs:
sudo wget http://mirrors.concertpass.com/gcc/releases/gcc-7.3.0/gcc-7.3.0.tar.gz
US, San Francisco: https://bigsearcher.com/mirrors/gcc/.
US, San Jose: http://www.netgull.com.
US, Michigan: http://mirrors.concertpass.com/gcc/.
How to Install GCC on Debian 9.
How to switch between multiple GCC and G++ compiler versions on Ubuntu 20.04 LTS Focal Fossa.
Install and Use G++ on Ubuntu.
How can I install a specific version of gcc on ubuntu 18.04.
How to install GCC piece by piece with GMP, MPFR, MPC, ELF, without shared libraries?
Which versions of GMP, MPC, and MPFR were used to compile GCC?