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

fatal error LNK1104: cannot open file 'imslmkl_dll.lib'

Byungmoon_C_
Principiante
1.797 Visualizações

Hi, 

I have followed the IMSL installation instruction per 

https://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries

but I get the following error message when I tried to compile, 

"fatal error LNK1104: cannot open file 'imslmkl_dll.lib' "

I can see this file in the folder

"C:\Program Files (x86)\VNI\imsl\fnl701\Intel64\lib"

I would appreciate your help.

Thanks,

Byung

 

0 Kudos
2 Respostas
Steven_L_Intel1
Funcionário
1.797 Visualizações

Are you building a 32-bit or 64-bit application? Perhaps you didn't get the Library files paths quite right, or didn't modify both the Win32 and x64 paths. Please double-check.

Byungmoon_C_
Principiante
1.797 Visualizações

Hi Steve

You were right; I had the line copied to a wrong place (for Win32, line for Include had the line for Library instead).

Thank you so much for your help!

Byung

Responder