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

configure: check for boost -mt libs #192

Open
martin-raden opened this issue Dec 3, 2020 · 0 comments
Open

configure: check for boost -mt libs #192

martin-raden opened this issue Dec 3, 2020 · 0 comments
Labels

Comments

@martin-raden
Copy link
Member

sometimes only the multi-threading libs are installed, which causes linking to the standard libs (without -mt suffix) to die..

in that case we might need something like this

LIBS="$LIBS -lboost_regex-mt -lboost_program_options-mt -lboost_filesystem-mt -lboost_system-mt -lboost_iostreams-mt -lz" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant