Thursday 25 July 2013

Install gcc with all pre-requisites - easily!



Download the tar file from http://gcc.gnu.org

untar to /tmp or wherever

cd to /tmp/

Run this command to get correct versions of mpfr, mpc, gmp:

./contrib/download_prerequisites

Then compile as usual

./configure
make 
make install

No comments: