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

Problems installing ifort compiler

AlbertGP
Beginner
269 Views

Hello,

 

I am having trouble installing the ifort compiler. I dowonloaded and installed the standalone version. However, when trying to compile a "Hello world" program from the comand line, the following message appeared:

 

Fatal error LNK1104:  cannot open "ImageHlp.lib"

 

Despite me not using any library on that program.

The only information I found on the internet is setting up correctly the library path on MVS, a function that has been removed in MVS 2017, that i have installed (and don't use).

 

I only want to complie text files to executables. I am using W10.

 

Thanks in advance,

 

Albert

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
262 Views

imagehlp.lib is a system library that is part of the Windows SDK, a required component. See Installing Microsoft Visual Studio* for Use with Intel® Compilers  In the list of "Optional" components, you can deselect all except "Windows 10 SDK".

0 Kudos
Reply