"I don't understand 'm' flag!" fatal error during compilation #15
bmarcote
started this conversation in
Installation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During installation, pySCHED needs to compile part of the Fortran code belonging to the NRAO SCHED part.
In some occasions, the user may see that the compilation fails. If across the compilation error log you find several lines where the causing issue is the following one:
It is an indication that the version of the compiler you are using is too old. You may need to upgrade
gfortran
,gcc
,clang
,llvm
(or the compiler you are using), and/orlibgcc
, before trying to install pySCHED.Beta Was this translation helpful? Give feedback.
All reactions