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
When compiling in Windows using MinGW, the following errors appears:
error: undefined reference to `__security_check_cookie'
undefined reference to `__GSHandlerCheck'
Those errors are caused by Intel MKL using Microsoft libraries, not compatible with MinGW, so the application must be compiled using a Microsoft compiler.
Looks like we have to wait till MinGW supports those libraries.
The text was updated successfully, but these errors were encountered:
When compiling in Windows using MinGW, the following errors appears:
Those errors are caused by Intel MKL using Microsoft libraries, not compatible with MinGW, so the application must be compiled using a Microsoft compiler.
Looks like we have to wait till MinGW supports those libraries.
The text was updated successfully, but these errors were encountered: