Missing symbol 'for_realloc_lhs' in 'C:\Program Files\MATLAB\R2017a/bin/win64\libifcoremd.dll'
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fortran with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!