You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a workaround for #161, where MEX fails due to incompatibility between the new linker of Xcode 15 on macOS and Intel oneAPI 2023. The fix is to replace the linker option "-undefined error" with "-undefined dynamic_lookup". See also #158. Note that we have to modify `LDFLAGSVER`. Setting `LDFLAGS` or `LINKFLAGS` does not work, although the latter is suggested at https://www.mathworks.com/help/matlab/ref/mex.html.
Mexification fails on macOS with Xcode 15 and Intel oneAPI 2023, but this is likely a bug of MEX. See
https://www.mathworks.com/matlabcentral/answers/2082233-does-mex-of-matlab-r2023b-update-6-on-macos-13-work-with-xcode-15-and-intel-oneapi-2023
The text was updated successfully, but these errors were encountered: