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

Linking Error using DSS

xi
Beginner
374 Views
Dear Intel Team!

I have the following problem:

I am building a static library which includes a function that encapsulates a routine which uses the DSS exactly the way as shown in the example in the Intel Math Kernel Library Reference Manual.
Building the library is ok, no errors occur.

But when I want to use the build library from another program following linking error occurs:

HiLMaTLib.lib(_get_proc_pardiso.obj) : error LNK2019: unresolved external symbol _mkl_solver_get_proc_pardiso referenced in function _GET_PROC_PARDISO
C:DevelopHiLMaTDebugHiLMaTLibTest.exe : fatal error LNK1120: 1 unresolved externals

Do you have any idea or suggestions what I am doing wrong, or what library I additionally have to link to?

With kind regards, Markus
0 Kudos
0 Replies
Reply