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

Compiling issue: libboost_system.so.1.65.1: error adding symbols: DSO missing from command line #177

Open
qiguaiderenmen opened this issue May 20, 2022 · 1 comment

Comments

@qiguaiderenmen
Copy link

qiguaiderenmen commented May 20, 2022

Hi Adnan,

When I pull the newest 2.0 and build it, I get the error message in title, which is solved by modifying:

find_package(Boost COMPONENTS filesystem REQUIRED)

in CmakeList.txt, to:

find_package(Boost COMPONENTS filesystem system REQUIRED)

FYI, maybe it's just a rarely happened issue.

Best regard,
Simon Hao

@adnanmunawar
Copy link
Member

Hi Simon,

Thanks for the info. Can you please post the error message.

-Adnan

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

2 participants