I have built a custom MKL shared library libcustommkl.dylib on mac OS X 10.6 with xcode 3.2. When I link libcustommkl.dylib, it reports link error: "libcustommkl.dylib, file is not of required architecture."
MKL version is 1.1.088.
What's wrong with me?
链接已复制
3 回复数
Hi,
- You pointed the wrong version of MKL (MKL version is 1.1.088.).
May be you are using MKL from Intel Compiler? In this case please look at this KB article to point the correct version of MKL you are using.
- it seems that you built your custom dll say for ia32 architecture but trying to link with intel64 architecture or visa versa.
--Gennady