首页 新闻 会员 周边

redhat7.5 编译gfortran7.5,出现如下报错,如何解决,急!急!急!

0
悬赏园豆:20 [待解决问题]

configure: creating ./config.status
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile
config.status: error: cannot find input file: testsuite/Makefile.in' config.status: error: cannot find input file: testsuite/Makefile.in'
make[2]: *** [configure-stage1-libiberty] 错误 1
make[2]: *** 正在等待未完成的任务....
make[2]: *** [configure-build-libiberty] 错误 1
checking size of void *... 8
checking size of unsigned short... 2
checking size of unsigned... 4
checking size of unsigned long... 8

configure: summary of build options:

Version: GNU MP 6.1.0
Host type: none-pc-linux-gnu
ABI: standard
Install prefix: /usr/local
Compiler: gcc -std=gnu99
Static libraries: yes
Shared libraries: no

make[2]: 离开目录“/setup/tmp/gcc-7.1.0-source/gcc-7.1.0/gcc-build-7.1.0”
make[1]: *** [stage1-bubble] 错误 2
make[1]: 离开目录“/setup/tmp/gcc-7.1.0-source/gcc-7.1.0/gcc-build-7.1.0”
make: *** [all] 错误 2

沐雨&清杺的主页 沐雨&清杺 | 初学一级 | 园豆:120
提问于:2022-09-13 17:21
< >
分享
所有回答(1)
0

试试 https://github.com/firnsy/yubipam/issues/1 的回复中提到的方法:

Seems there went something wrong with your autotools.

Please do the following in the root of the source:
aclocal
autoconf
autoheader
automake --add-missing

dudu | 园豆:30994 (高人七级) | 2022-09-13 18:06
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册