I installed gcc-9.3.0 in linux following the simple steps in https://gcc.gnu.org/wiki/InstallingGCCThe installation was successful. I thought this process would install gmp and mpfr along the way. But I cannot find the gmp or mpfr libraries.
Should I install them when I do ./configure?