- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page