Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29255 Discussions

how to link other's library complied by ifc 7.0 under ifort 8.0

Deleted_U_Intel
Employee
313 Views
I just want link other's library using ifort 8.0 but the complier told me it can't find f_iob ,f_iob etc.the library complied using ifc 7.0
what shall i do?
thahks!
0 Kudos
1 Reply
Steven_L_Intel1
Employee
313 Views
You must recompile all Fortran code using 8.0. You cannot link in code compiled with earlier versions.
0 Kudos
Reply