程序员人生 网站导航

configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.

栏目:服务器时间:2015-05-29 08:09:19

使用yum update gcc只能更新到gcc⑷.4.7⑴1.el6.x86_64
下载了更高版本的GCC
http://mirror.hust.edu.cn/gnu/gcc/gcc⑷.8.4/
配置时出现以下毛病:
configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.

解决办法:
下载安装缺少的依赖项
下载地址:
http://www.multiprecision.org/index.php?prog=mpc&page=download

可选的直接下载地址:
https://gmplib.org/download/gmp/gmp⑹.0.0a.tar.lz
https://gmplib.org/download/gmp/gmp⑹.0.0a.tar.bz2
ftp://gnu.mirror.iweb.com/gmp/gmp⑷.2.3.tar.gz
http://www.mpfr.org/mpfr-current/mpfr⑶.1.2.tar.xz
http://www.mpfr.org/mpfr-current/mpfr⑶.1.2.tar.gz
ftp://ftp.gnu.org/gnu/mpc/mpc⑴.0.3.tar.gz
ftp://gnu.mirror.iweb.com/mpc/mpc⑴.0.1.tar.gz
ftp://gnu.mirror.iweb.com/gmp/gmp⑷.3.2.tar.gz

安装文档:
https://gmplib.org/manual/Installing-GMP.html#Installing-GMP
http://www.mpfr.org/mpfr-current/mpfr.html#Installing-MPFR

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐