如何修复 'need fortran-95+TR-15581/fortran-2003 compiler, not f77. Stop.'

问题:

尝试编译软件时,你看到此错误消息:

makefile_error.txt
makefile:252: *** need fortran-95+TR-15581/fortran-2003 compiler, not f77.  Stop.

解决方案

运行

set_fc_gfortran.sh
export FC=gfortran

然后重试导致错误的命令(例如 make


Check out similar posts by category: Allgemein