Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
Rick
Rick am 10 Mai 2016
Kommentiert: Adithya Addanki am 26 Mai 2016
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 Kommentar
Adithya Addanki
Adithya Addanki am 26 Mai 2016
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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Write C Functions Callable from MATLAB (MEX Files) finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by