- 积分
- 7
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2021-10-18
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
今天在安装WRF,其中在编译WPS时出了错,如下:
make[1]: Entering directory '/home/cdd/Build_WRF/WPS/geogrid/src'
make[1]: 'geogrid.exe' is up to date.
make[1]: Leaving directory '/home/cdd/Build_WRF/WPS/geogrid/src'
( cd src/ngl ; make -i -r DEV_TOP="/home/cdd/Build_WRF/WPS" CC="gcc" FC="gfortran" RANLIB="ranlib " all )
make[1]: Entering directory '/home/cdd/Build_WRF/WPS/ungrib/src/ngl'
( cd g2 ; make -i -r DEV_TOP="/home/cdd/Build_WRF/WPS" all ; ranlib libg2_4.a )
make[2]: Entering directory '/home/cdd/Build_WRF/WPS/ungrib/src/ngl/g2'
Makefile:67: warning: overriding recipe for target '.F.o'
/home/cdd/Build_WRF/WPS/configure.wps:112: warning: ignoring old recipe for target '.F.o'
Makefile:72: warning: overriding recipe for target '.f.o'
/home/cdd/Build_WRF/WPS/configure.wps:108: warning: ignoring old recipe for target '.f.o'
Makefile:75: warning: overriding recipe for target '.c.o'
/home/cdd/Build_WRF/WPS/configure.wps:104: warning: ignoring old recipe for target '.c.o'
gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 intmath.f
intmath.f:207:14:
207 | if(iand(i,i-1)/=0) then
| 1
Error: Arguments of ‘iand’ have different kind type parameters at (1)
intmath.f:172:14:
172 | if(iand(i,i-1)/=0) then
| 1
Error: Arguments of ‘iand’ have different kind type parameters at (1)
make[2]: [Makefile:72: intmath.o] Error 1 (ignored)
gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 simpack.f
simpack.f:56:9:
56 | use intmath
| 1
Fatal Error: Cannot open module file ‘intmath.mod’ for reading at (1): No such file or directory
compilation terminated.
make[2]: [Makefile:72: simpack.o] Error 1 (ignored)
gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 compack.f
compack.f:58:9:
58 | use intmath
| 1
Fatal Error: Cannot open module file ‘intmath.mod’ for reading at (1): No such file or directory
compilation terminated.
make[2]: [Makefile:72: compack.o] Error 1 (ignored)
gfortran -c -ffixed-form -O -fconvert=big-endian -frecord-marker=4 misspack.f
misspack.f:61:9:
61 | use intmath
| 1
Fatal Error: Cannot open module file ‘intmath.mod’ for reading at (1): No such file or directory
compilation terminated.
make[2]: [Makefile:72: misspack.o] Error 1 (ignored)
/bin/rm -f libg2_4.a
ar ru libg2_4.a gridtemplates.o pdstemplates.o drstemplates.o gribmod.o realloc.o intmath.o addfield.o addgrid.o addlocal.o getfield.o gb_info.o gf_getfld.o gf_free.o gf_unpack1.o gf_unpack2.o gf_unpack3.o gf_unpack4.o gf_unpack5.o gf_unpack6.o gf_unpack7.o gettemplates.o getlocal.o getdim.o getpoly.o gribcreate.o gribend.o gribinfo.o mkieee.o rdieee.o simpack.o simunpack.o cmplxpack.o compack.o misspack.o pack_gp.o reduce.o comunpack.o specpack.o specunpack.o jpcpack.o jpcunpack.o enc_jpeg2000.o dec_jpeg2000.o pngpack.o pngunpack.o enc_png.o dec_png.o gbytesc.o skgb.o ixgb2.o getidx.o getg2i.o getg2ir.o getgb2s.o getgb2r.o getgb2l.o getgb2.o getgb2p.o getgb2rp.o putgb2.o g2grids.o gdt2gds.o params.o params_ecmwf.o mova2i.o
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating libg2_4.a
ar: intmath.o: No such file or directory
make[2]: [Makefile:57: libg2_4.a] Error 1 (ignored)
ranlib libg2_4.a
ranlib: 'libg2_4.a': No such file
make[2]: [Makefile:58: libg2_4.a] Error 1 (ignored)
make[2]: Leaving directory '/home/cdd/Build_WRF/WPS/ungrib/src/ngl/g2'
ranlib: 'libg2_4.a': No such file
make[1]: [Makefile:10: g2/libg2_4.a] Error 1 (ignored)
ln -sf g2/libg2_4.a .
make[1]: Leaving directory '/home/cdd/Build_WRF/WPS/ungrib/src/ngl'
请问各位大神这个要怎么解决呀?
|
|