Our FORTRAN projects can be built successfully in VS 2022 with IFORT compiler.
After switched to IFX(no code changes), got two kinds of link errors for some functions/subroutines:
- undefined symbol
- duplicate symbol
What FORTRAN project properties need to be set/modify to solve these errors?
Thanks.
連結已複製
5 回應
Thanks, John.
The errors were thrown out of 2 big FORTRAN projects. Project 1 depends on project 2.
Yes, we are using "implicit none".
What's the issue to use it with IFX compiler?