Fortran mex function: error LNK2019: unresolved external symbol (dgesv)

2 次查看(过去 30 天)
I can't seem to resolve this. I am using 2015b and trying to use the INTEL precompiled library. I successfully compiled and ran this in VisualStudio. And these are the 3 libraries it showed me it used to link. So I copied them to my working directory in matlab. Here is my mex command:
mex call_lapack.f -lmkl_core_dll.lib -lmkl_intel_c_dll.lib -lmkl_sequential_dll.lib
And I get the unresolved function for dgesv #2019 when it goes to link it.
What can I do ??? TIA for any help....Rick
  1 个评论
Adithya Addanki
Adithya Addanki 2016-5-26
Hi Rick,
As you might have seen this happens in the linking phase. What is the exact output with "-v" flag in the mex command. This may give some more information as to why it is failing to see those linked libraries.
Thank you,
Adithya

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Write C Functions Callable from MATLAB (MEX Files) 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by