Skip to content

Windows/MXE build fails on tag 0.10 due to dl linking #19

@hkunz

Description

@hkunz

The current CLEW tag 0.10 always links -ldl, which breaks cross-compiling for Windows with MXE. The master branch fixes this by linking dl only on non-Windows platforms with if(UNIX) in src/CMakeLists.txt, but no new tag exists.

Suggested action: Create a new tag (e.g., v0.11) from the fixed master so MXE and Windows builds work correctly. In the meantime, I have forked the CLEW repository and will create a tag there to serve as the official target for MXE cross-compilation: https://github.com/hkunz/clew.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions