dekoning-lab / WFES2-GUI

GUI implementation of wfes2.
GNU General Public License v3.0
0 stars 1 forks source link

Problems compiling in Windows with MinGW #60

Open AlbertoCasasOrtiz opened 3 years ago

AlbertoCasasOrtiz commented 3 years ago

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.