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

cannot find -lboost_program_options-mt #3

Open
Wenping-Cui opened this issue Apr 28, 2021 · 0 comments
Open

cannot find -lboost_program_options-mt #3

Wenping-Cui opened this issue Apr 28, 2021 · 0 comments

Comments

@Wenping-Cui
Copy link

Wenping-Cui commented Apr 28, 2021

In the makefile,
"
BOOSTLIBS_PO=-lboost_program_options-mt
BOOSTLIBS_UTF=-lboost_unit_test_framework-mt
"
should be changed to
"
BOOSTLIBS_PO=-lboost_program_options
BOOSTLIBS_UTF=-lboost_unit_test_framework
"
for the current version of boost.

Details can be found at
https://askubuntu.com/questions/486006/cannot-find-boost-thread-mt-library.

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