- 积分
- 3085
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-5-16
- 最后登录
- 1970-1-1
|
发表于 2016-3-26 15:35:47
|
显示全部楼层
你好,我装的也是4.1.3的版本,然后我configure的时候报如下的警告,我的PGI已经安装好,并运行过Fortran程序,而可以正常使用的,不知道这个这个警告是什么原因
[root@KJ1610 netcdf-4.1.3]# sudo ./configure -disable-netcdf-4 >configue.log
configure: WARNING: No F90 compiler found. F90 API will not be built.
configure: WARNING: No F77 compiler found. F77 API will not be built.
./configure: line 24268: type: g++: not found
configure: WARNING: No F90 compiler found. F90 API will not be built.
configure: WARNING: No F77 compiler found. F77 API will not be built.
然后我运行make check和make 命令分别报如下错误:
[root@KJ1610 netcdf-4.1.3]# make check >makecheck.log
../libtool: line 1133: g++: command not found
make[1]: *** [libnetcdf_c___la-netcdf.lo] 错误 1
make: *** [check-recursive] 错误 1
[root@KJ1610 netcdf-4.1.3]# make >make.log
../libtool: line 1133: g++: command not found
make[2]: *** [libnetcdf_c___la-netcdf.lo] 错误 1
make[1]: *** [all-recursive] 错误 1
make: *** [all] 错误 2
我想问一下PGI安装完难倒还要配置其他库吗?我的PGI装的是10.6的破解版 |
|