- 积分
- 11388
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-5-7
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在下用的gfortran编译器,编译命令如下:
./configure FC=gfortran CC=gcc --prefix=path_hdf5 --enable-fortran --enable-cxx
错误如下:
Makefile:2503: recipe for target 'links.chkexe_' failed
make[4]: *** [links.chkexe_] Error 1
make[4]: Leaving directory '/mnt/hgfs/wrfile/hdf5-1.8.18/test'
Makefile:2488: recipe for target 'build-check-s' failed
make[3]: *** [build-check-s] Error 2
make[3]: Leaving directory '/mnt/hgfs/wrfile/hdf5-1.8.18/test'
Makefile:2483: recipe for target 'test' failed
make[2]: *** [test] Error 2
make[2]: Leaving directory '/mnt/hgfs/wrfile/hdf5-1.8.18/test'
Makefile:2252: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/mnt/hgfs/wrfile/hdf5-1.8.18/test'
Makefile:586: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
|
|