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

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

Byungmoon_C_
Beginner
1,799 Views

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 Replies
Steven_L_Intel1
Employee
1,799 Views

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.

0 Kudos
Byungmoon_C_
Beginner
1,799 Views

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

0 Kudos
Reply