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

LINK : fatal error LNK1104: cannot open file 'libCEPCF90MD.lib'

bradlepc
Beginner
709 Views
I'm trying to build a very large Fortran program and getting the message above. I get it with Intel 9 or 10. This program builds fine on CVF. Any idea what this message means?

Pete
0 Kudos
3 Replies
TimP
Honored Contributor III
709 Views
Do you have a .obj which hasn't been rebuilt since CVF? I don't have a working CVF installation to verify whether that library came with CVF; it isn't part of an ifort installation. EPC hasn't been in ifort since before 8.0.
0 Kudos
bradlepc
Beginner
709 Views
I got past it with /NODEFAULTLIB:libCEPCF90MD

There may have been an issue with out of date object files also.

Pete
0 Kudos
Steven_L_Intel1
Employee
709 Views
That library has nothing to do with CVF. It comes from Intel Fortran 7.1 or earlier. You would have exactly the same problem building with CVF using the same files, unless you recompiled all of the Fortran sources.
0 Kudos
Reply