我正在尝试使用python visitations组件配置程序。我能够安装该软件,但是当我使用python标志--pysaleplot重新运行configure选项然后运行make时出现以下错误。
Making all in pySALEPlot
Making all in src
updatevars: "character cinfo(300)*100" is mapped to "character cinfo(300,100)"
error: Command "/opt/local/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops -I/tmp/tmpO0aK8p/src.macosx-10.13-x86_64-2.7 - I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include -
I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c -c readdatfile.F90 -o /tmp/tmpO0aK8p/readdatfile.o" failed with exit status 1
make[3]: *** [all-local] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
这是我使用的Fortran编译器的问题吗?