You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue.
"cannot find -lgfortran" is the first error here. You need to check the gfortran version using "gfortran --version".
If it is "7.5.0" you need to compile with "make CC=gcc-7" to make the gcc version match the gfortran version.
I'm facing the following issue when I try to build the dependencies of ARCSim.
System
Ubuntu 18.04
Steps to Reproduce
dependencies
directory and typemake
Error Log:
The text was updated successfully, but these errors were encountered: