Missing symbol 'for_realloc_lhs' in 'C:\Program Files\MATLAB\R2017a/bin/win64\libifcoremd.dll'
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Fortran with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!