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

MKL VC++ fatal error LNK1000

jagerfield
Beginner
478 Views

Hi

I installed the MKL10 with VC++6 and tried compiling a BLASexample, I got the error:

LINK : fatal error LNK1000: unknown error; consult documentation for technical support options.

Could anyone help please.

Thanks

TJ

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
478 Views

Hi Tj,

For linking blas functionality with MKL 10.0 you need to add the following libraries

mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide40.lib.

I hope it helps you solve your problem. Let me know if further problem persist.

--Gennady

0 Kudos
Reply