Missing symbol 'for_realloc_lhs' in 'C:\Program Files\MATLAB\R2017a/bin/win64\libifcoremd.dll'
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Fortran with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!