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

MKL "libirc.lib" problem

dqkngoc
Beginner
514 Views

I have a problem with MKL.

EvertimeI build my program, "libirc.lib" error happens in the linking stage...

>>Linking...
>>LINK : fatal error LNK1104: cannot open file 'libirc.lib'

I've already include the library files below..

ippcorel.lib ippsemerged.lib ippsmerged.lib
ippmemerged.lib ippmmerged.lib
mkl_c.libmkl_lapack.lib
libguide.lib

How can I solve this program.?

0 Kudos
1 Reply
TimP
Honored Contributor III
514 Views
Since you don't give many details, I'll guess that you have objects built by an Intel C or Fortran compiler, and may be using an outdated version of MKL. Then you would need libraries provided with the compiler. In the case of libguide, you should choose the newer one between the MKL and the compiler version of the same library. If you used the compiler link driver and PATH settings, it should find its libraries automatically.
0 Kudos
Reply