在安装mpfr时出现以下错误:
-bash: ./mpfr-3.1.2/make: No such file or directory
[root@localhost opt]# ./mpfr-3.1.2/make
-bash: ./mpfr-3.1.2/make: No such file or directory
[root@localhost opt]# /opt/mpfr-3.1.2/make
-bash: /opt/mpfr-3.1.2/make: No such file or directory
[root@localhost opt]# ../mpfr-3.1.2/make
-bash: ../mpfr-3.1.2/make: No such file or directory
[root@localhost opt]# mpfr-3.1.2/make
-bash: mpfr-3.1.2/make: No such file or directory
[root@localhost opt]# mpfr-3.1.2/configure
checking

在CentOS系统中安装mpfr时遇到‘-bash: ./mpfr-3.1.2/make: No such file or directory’的错误。configure可以正确执行,但make和make install需在目录外执行,如:`make`和`make install`,而非`mpfr-3.1.2/make`或`mpfr-3.1.2/make install`。
最低0.47元/天 解锁文章
1万+





