Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

LNK1104 'mkl_solver_lp64.lib' error

Rushikesh_H_
Beginner
916 Views

Hi everyone!!

I recently started using Parallel studio cluster edition on my windows 64 bit system. I am using visual studio 2015 edition for it. I am running already coded fortran console application using user provided library in resources. When i try to build the project, it gives me following error:

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

I tried the option to 'use Intel Math Kernel Library' but the error still remained.

Please help.Thanks

0 Kudos
5 Replies
mecej4
Honored Contributor III
916 Views

That is a library that was distributed with older versions of MKL. See https://software.intel.com/en-us/articles/mkl_solver_libraries_are_deprecated_libraries_since_version_10_2_Update_2 .

0 Kudos
Rushikesh_H_
Beginner
916 Views

So is there any way to solve this problem then?

0 Kudos
mecej4
Honored Contributor III
916 Views

I am not sure that there is a problem. Remove that library name from your build configuration and attempt to build. If the build succeeds, there is no problem. If it fails, note the names of the missing externals and report them, or provide a copy of the build log, and we can see what needs to be done.

0 Kudos
Gennady_F_Intel
Moderator
916 Views

mkl_solver_lp64.lib has been deprecated since MKL 10.2. Please try to rebuild your application accordingly MKL version you have. Please have a look how to do this by using MKL Linker Adviser : https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor

0 Kudos
Rushikesh_H_
Beginner
916 Views

Thanks. I will try that

0 Kudos
Reply