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

Missing mkl_c_dll.lib

eldo
Beginner
983 Views
Hi,

I am trying to link a program with my download of the MLK library but I get the error message:

LINK : fatal error LNK1181: cannot open input file 'mkl_c_dll.lib'

and when I look in the 'MKL files', I have no such file.

Did something go wrong in my installation of the MKL or what could have happened here?

Thanks,
Erik
0 Kudos
1 Reply
ArturGuzik
Valued Contributor I
983 Views
Quoting - eldo
Hi,

I am trying to link a program with my download of the MLK library but I get the error message:

LINK : fatal error LNK1181: cannot open input file 'mkl_c_dll.lib'

and when I look in the 'MKL files', I have no such file.

Did something go wrong in my installation of the MKL or what could have happened here?

Thanks,
Erik
Erik,

your installation is fine. This dummy lib was removed from the latest version of MKL. See this link. You may need to change your link line(s).

A.
0 Kudos
Reply