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

problem with intel fortran compiler 8.0

changhee
Beginner
645 Views
I've used intel fortran compiler 7.1(IFC7.1) with no problem, and I installed intel fortran compiler 8.0 just now.
When compilling an existing application, which wasdone successfully, with intel fortran compiler 8.0, I found the following error.
fatal error LNK1104:cannot open file 'liblEPCF90MT.lib'
I don't know why intel fortran compiler 8.0 can't compile the application which was done successfully with old compiler.
Is there any idea?
Thanks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
645 Views
It compiled just fine, but didn't link because you still have parts of the code compiled with 7.1. Recompile ALL the sources with 8.0 and this error should go away. Also, check to make sure that you don't have explicit references to the 7.1 libraries in your project's Link properties.
0 Kudos
Reply