配置:错误:从 C 链接到 Fortran 库失败

配置:错误:从 C 链接到 Fortran 库失败

我正在关注本教程安装提到的软件(称为 PRESTO),但是当我输入时./configure,我收到以下消息:

checking how to get verbose linking output from /home/user/Softwares/iraf/unix/hlib//f77.sh... -v
checking for Fortran 77 libraries of /home/user/Softwares/iraf/unix/hlib//f77.sh...  -lf2c
checking for dummy main to link with Fortran 77 libraries... unknown
configure: error: in `/home/user/Softwares/tempo':
configure: error: linking to Fortran libraries from C fails
See `config.log' for more details

我尝试用 Google 搜索该错误,但没有找到太多相关报告。有什么建议的解决方法吗?

编辑:这是日志文件(太长,无法附加在这里)。

EDIT2:这里有一些有用的输出:

~/Softwares/tempo$ echo $F77
/home/user/Softwares/iraf/unix/hlib//f77.sh
(base) user@user:~/Softwares/tempo$ type -a f77
f77 is /usr/bin/f77
f77 is /usr/bin/f77

相关内容