实在搞不懂,老外的代码都不自己编译试试么。。。
基本流程:http://blog.csdn.net/hzhxxx/article/details/28634893
如果遇到类似问题:
configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.,mpfr2.4.0
解决:
sudo yum install gmp gmp-devel mpfr mpfr-devel libmpc libmpc-devel