- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LINK : fatal error LNK1104: cannot open file 'ifconsol.lib'
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well that is a fortran system lib, so either your install is broken and it is missing or more likely the link command (which you have not shown) or the environment in which you are running to not tell the linker where to look for it. If you do a google you will find plenty of answers to how to deal with this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For your project add /verbose in additional options. This will show in the output window what the linker does and where it is finding things. I note on a test I ran that :
"Searching C:\Program Files (x86)\Intel\oneAPI\compiler\2024.1\lib\ifconsol.lib:"

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