Fortran Coder

标题: 出现这种怎么办呐 [打印本页]

作者: huhelong    时间: 2024-1-9 14:38
标题: 出现这种怎么办呐
Compiling with Intel® Fortran Compiler Classic 2021.10.0 [Intel(R) 64]...
main.f90
Analysis.f90
Linking...
正在创建库 D:\code\fortran\Console1\x64\Debug\Console1.lib 和对象 D:\code\fortran\Console1\x64\Debug\Console1.exp
LINK : warning LNK4217:符号“ANALYSIS”(在“ Analysis.obj”中定义)已由“main.obj”(函数“MAIN__”中)导入
Embedding manifest...

Build log written to  "file://D:/code/fortran/Console1/x64/Debug/BuildLog.htm"
Console1 - 0 error(s), 1 warning(s)
========== 生成: 成功 1 个,失败 0 个,最新 0 个,跳过 0 个 ==========


作者: 布衣龙共    时间: 2024-1-9 20:00
main 和 analysis 两个源代码文件中都有 ANALYSIS
同一个工程中只能有一个同名的符号。




欢迎光临 Fortran Coder (http://bbs.fcode.cn/) Powered by Discuz! X3.2