Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Linking

MMukherjee
Beginner
1,008 Views

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

0 Kudos
3 Replies
andrew_4619
Honored Contributor III
968 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
928 Views
0 Kudos
andrew_4619
Honored Contributor III
919 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