问题
安装gcc-4.4.7
时报GMP找不到
官网下载源码安装
过程
1、官网下载最新版gmp-6.1.2.tar.bz2
GMP官网下面Download the latest release of GMP中选择下载
2、上传到Linux主机,解压
tar -jxvf gmp-6.1.2.tar.bz2
3、编译安装
在gmp-6.1.0
同一级建立一个gmp-6.1.0-obj
,进入gmp-6.1.0-obj
:
../gmp-6.1.0/configure --prefix=/user/gmp-6.1.0/gmp-6.1.0-obj --build=x86_64-linux
在gmp-6.1.0-obj
中再执行:
make
make check
make install
TIPS
-
--build=x86_64-linux
为主机版本,可通过uname -a
查看
参考资料
gmp4.3.2 装配 configure: error: could not find a working compiler