- 积分
- 97
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-2-21
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 hailing_wu 于 2020-8-9 13:37 编辑
在./compile em_real时出现问题,主要有这两个问题
1、
ifort: error #10236: File not found: '/home/whl/usr/WRF/WRFV3/external/RSL_LITE/librsl_lite.a'
ifort: error #10236: File not found: '/home/whl/usr/WRF/WRFV3/frame/pack_utils.o'
Makefile:28: recipe for target 'em_real' failed
make[1]: [em_real] Error 1 (ignored)
WRF/WRFV3/external/RSL_LITE/路径下的确没有librsl_lite.a
WRF/WRFV3/frame/径下没有pack_utils.o,但是有pack_utils.c
2、
gcc: error: unrecognized command line option '-ip'; did you mean '-p'?
gcc: error: unrecognized command line option '-ip'; did you mean '-p'?
makefile:43: recipe for target 'buf_for_proc.o' failed
make[3]: [buf_for_proc.o] Error 1 (ignored)
|
|