- 积分
- 83
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-10-16
- 最后登录
- 1970-1-1
|
发表于 2014-10-26 13:53:23
|
显示全部楼层
你好,我执行了chmod -R 777 GEOS-Chem-Libraries/* 之后再执行make COMPILER=pgi PREFIX=/usr/local/netcdf GCC=yes之后还是会报错checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
configure: finding Fortran compiler (will not be used if Fortran API is not desired)
checking whether we are using the GNU Fortran compiler... no
checking whether pgf90 accepts -g... yes
checking whether we are using the GNU Fortran 77 compiler... no
checking whether pgf90 accepts -g... yes
configure: setting up Fortran 90
checking what FC is set to... pgf90
checking for Fortran flag to compile .f90 files... unknown
configure: error: Fortran could not compile .f90 files
make[1]: *** [nc4] Error 1
make[1]: Leaving directory `/usr/local/GEOS-Chem-Libraries/src'
make: *** [all] Error 2
|
|