回 帖 发 新 帖 刷新版面

主题:为什么我的程序无法编译成功啊

为什么我在编译程序的时候出现这样的问题呢,程序别人是可以执行的,到了我这里就不行了,不知的什么原因,有人明白么,谢谢
我用的ubuntu,安装的intelfortran

g@g-ThinkPad-X200:~/program/findhapV2$ ifort -o findhap findhap.f90 
findhap.f90(621): error #5276: Unbalanced parentheses
                          pedx,found,k,cross,where,hold,l,locus)
---------------------------------------------------------------^
findhap.f90(621): error #5082: Syntax error, found ',' when expecting one of: ( % [ : . = =>
                          pedx,found,k,cross,where,hold,l,locus)
------------------------------^
findhap.f90(621): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( % [ . = =>
                          pedx,found,k,cross,where,hold,l,locus)
----------------------------------------------------------------^
compilation aborted for findhap.f90 (code 1)

回复列表 (共1个回复)

沙发

上一行的續行符是不是不對?

我来回复

您尚未登录,请登录后再回复。点此登录或注册