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:
makefile:252: *** need fortran-95+TR-15581/fortran-2003 compiler, not f77. Stop.
Solution
Run
export FC=gfortran
then retry the command that caused the error (e.g. make
)
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow