Skip to content

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

Answered by alandefreitas
mmtaksuu asked this question in Q&A

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

You must be logged in to vote
3 replies
@mmtaksuu

@alandefreitas

@mmtaksuu

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