How to fix 'need fortran-95+TR-15581/fortran-2003 compiler, not f77. Stop.'
Problem:
While trying to compile a software, you see this error message:
example.txt
makefile:252: *** need fortran-95+TR-15581/fortran-2003 compiler, not f77. Stop.
Solution
Run
example.sh
export FC=gfortran
then retry the command that caused the error (e.g. make
)
Check out similar posts by category:
Allgemein
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow