Skip to content

Problems compiling in Windows with MinGW #60

@AlbertoCasasOrtiz

Description

@AlbertoCasasOrtiz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions