gcc compiler installation
hi everyone,
I am trying to install a gcc compiler (offline), so i downloaded a gcc gz file and unzip according to the procedure, when i run ./configure to check whether the system is compatible, then i were asked to install three prerequisites software (gmp, mpc and mpfr) in order to complete the installation.
So i installed these three packages in gz file, when i trying to run ./configure in the packages, there's an error prompt out "configure: error: could not find a working compiler"
I am lost why do i need a compiler in order to install the prerequisites software of gcc compiler? Can anyone help? Thanks in advanced.