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

Unresolved symbol __iob, linking with Visual Studio Express 2005

rmitchle
Beginner
402 Views
I am using Visual Studio Express 2005, with the latest Microsft Platform SDK installed (see http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/). I cannot get rid of the following linker errors:

mkl_ia32.lib(vml_w7_errors.obj) : error LNK2019: unresolved external symbol __iob referenced in function __vmlStdErrorHandlerStderr
mkl_ia32.lib(vml_t7_errors.obj) : error LNK2001: unresolved external symbol __iob
mkl_ia32.lib(vml_a6_errors.obj) : error LNK2001: unresolved external symbol __iob
mkl_ia32.lib(vml_p6_errors.obj) : error LNK2001: unresolved external symbol __iob

My linker input line in the IDE is as follows:
mkl_c.lib mkl_lapack.lib libguide.lib pthreadVC.lib Advapi32.lib winmm.lib User32.lib kernel32.lib $(NoInherit)

"Ignore All Default Libraries" is set to "No".
I'm usually quite good at diagnosing linker errors, but this one is eluding me.
0 Kudos
2 Replies
Todd_R_Intel
Employee
402 Views

This is a known issue with MKL which is targetted for a future release. If you submit an issue at premier support, you will be notified when the fix is available.

-Todd
0 Kudos
Andrey_G_Intel2
Employee
402 Views
This problem was fixed in MKL 8.0.1.
0 Kudos
Reply