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

Linking

MMukherjee
Beginner
621 Views

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

0 Kudos
3 Replies
andrew_4619
Honored Contributor III
581 Views

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. 

MMukherjee
Beginner
541 Views
0 Kudos
andrew_4619
Honored Contributor III
532 Views

andrew_4619_0-1713874928523.png

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:"

 

andrew_4619_1-1713875484558.png

 

0 Kudos
Reply