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

linker warnings with MKL / IPP

Witold_Wolski
Beginner
646 Views

Platform Win XP, VS 2008.

The project settings are:

Additional Library Dependencies: "$(MKLROOT)lib";"$(IPPROOT)stublib";

Additional Dependencies mkl_intel_c_dll.lib mkl_sequential_dll.lib mkl_core_dll.lib ippcore.lib ipps.lib

They are specified according the MKL and IPP user guide. Still we are getting the following linker warnings...

mkl_core_dll.lib(libimalloc.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in mkl_sequential_dll.lib(mkl_sequential.dll); second definition ignored

ippcore.lib(ippcore-6.0.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in mkl_sequential_dll.lib(mkl_sequential.dll); second definition ignored

ipps.lib(ipps-6.0.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in mkl_sequential_dll.lib(mkl_sequential.dll); second definition ignored

What is the solution?

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
646 Views
Witold,is it the real runrime problem or just warnings?
0 Kudos
Gennady_F_Intel
Moderator
646 Views
Witold, i tried to check this problem but only with MVSC 2005 - no linker's warnings at all. I creted the simplest project. wich contains solvers ( from MKL) and couple of functions from ipps and ippi.
0 Kudos
Reply