Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29590 ディスカッション

Problems installing ifort compiler

AlbertGP
ビギナー
843件の閲覧回数

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 件の賞賛
1 返信
Steve_Lionel
名誉コントリビューター III
836件の閲覧回数

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

返信