Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems compiling in Windows with MinGW #60

Open
AlbertoCasasOrtiz opened this issue Nov 9, 2020 · 0 comments
Open

Problems compiling in Windows with MinGW #60

AlbertoCasasOrtiz opened this issue Nov 9, 2020 · 0 comments
Labels
question Further information is requested wontfix This will not be worked on

Comments

@AlbertoCasasOrtiz
Copy link
Member

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.

@AlbertoCasasOrtiz AlbertoCasasOrtiz added question Further information is requested wontfix This will not be worked on labels Nov 9, 2020
@AlbertoCasasOrtiz AlbertoCasasOrtiz removed this from To Do in WFES (Release) Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant