- 积分
- 13703
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-6-27
- 最后登录
- 1970-1-1
|
发表于 2011-10-26 18:20:23
|
显示全部楼层
我用ubuntu1104,gfortran4.5+gcc4.5编译wrf3.3主模块时出现这样的bug:
COMPILING module_radiation_driver.F WITH OMP
module_surface_driver.f90: In function ‘surface_driver’:
module_surface_driver.f90:6:0: internal compiler error: in build_int_cst_wide, at tree.c:1178
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.5/README.Bugs> for instructions.
module_radiation_driver.f90: In function ‘radiation_driver’:
module_radiation_driver.f90:9:0: internal compiler error: in build_int_cst_wide, at tree.c:1178
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.5/README.Bugs> for instructions.
make[3]: [module_radiation_driver.o] 错误 1 (忽略)
你大家看看问题所出现在哪一块啊? |
|