- 积分
- 46
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-10-30
- 最后登录
- 1970-1-1
|
1金钱
出现错误如下所示:fortran -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.
##############################
哪位大神救救我啊。前前后后捣鼓了半个多月了。
|
|