Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building with MinGW attempts to link to Boost. #218

Open
SteveCookTU opened this issue Apr 29, 2021 · 0 comments
Open

Building with MinGW attempts to link to Boost. #218

SteveCookTU opened this issue Apr 29, 2021 · 0 comments

Comments

@SteveCookTU
Copy link

Following the getting started page, I generated the build file contents using cmake -G "MSYS Makefiles" ... Used the MSYS generator because I am using MinGW64 from within MSYS.

Upon running make, it all performs as expected until it reaches linking to the executable. It fails to link to items in the boost::thread namespace. Looking at the CMakeLists.txt in the repo, I know I do not have Boost_FOUND predefined and pthreads is successfully found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant