Missing symbol 'for_realloc_lhs' in 'C:\Program Files\MATLAB\R2017a/bin/win64\libifcoremd.dll'
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I built a toto.dll and a toto.lib with ifort (intel 2017 update 4 fortran compiler). I then use mex to produce mexw64 files, and using mex I link to toto.lib. Then, I run a .m inside matlab 2017a 64bits (under win10 64bits) file using functions from the various mexw64 I compiled. At the first such function I get :
Invalid MEX-file 'C:\path\to\mexfile.mexw64': Missing symbol 'for_realloc_lhs' in 'C:\Program Files\MATLAB\R2017a/bin/win64\libifcoremd.dll' required by 'C:\path\to\mexfile.mexw64'.
My fortran compiler is intel fortran 2017 update 4.
I found this :
but it doesn't help that much.
What should I do ?
It would be really very much appreciated if someone from matlab could help.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Fortran with MATLAB 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!