编译fortran
/tmp/ccyz4qid.o: In function `MAIN__':
evaluation.f90:(.text+0x10b2): undefined reference to `aa_'
evaluation.f90:(.text+0x10ce): undefined reference to `csi_'
evaluation.f90:(.text+0x10ea): undefined reference to `pod_'
evaluation.f90:(.text+0x1106): undefined reference to `far_'
collect2: ld returned 1 exit status
……………………
变量名称修改太多次……导致前后不匹配……噗
本文探讨了在编译Fortran程序时遇到的未定义引用错误。具体涉及几个函数(aa_、csi_、pod_ 和 far_)未能正确链接的问题,并推测这可能是由于变量名称多次修改导致的一致性问题。
620

被折叠的 条评论
为什么被折叠?



