Skip to content

Undefined Reference to Matplot++ Library Functions While Linking Custom Target #155

Answered by alandefreitas
mmtaksuu asked this question in Q&A
Discussion options

You must be logged in to vote

It seems like you installed Matplot++ with MSVC, and the MSVC binaries are not compatible with MinGW32.

MinGW32 is not officially supported but you can try to build from source with MinGW32 or use FetchContent.

This might work.

If this doesn't work, you move to MSVC (CLion works with MSVC now) or you can adapt the build script to work with MinGW (and even open a PR if that works :D).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mmtaksuu
Comment options

@alandefreitas
Comment options

@mmtaksuu
Comment options

Answer selected by mmtaksuu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants