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: error: Unable to link with the boost::unit_test_framework library #125

Open
baudelee opened this issue Apr 17, 2018 · 3 comments

Comments

@baudelee
Copy link

When i use ./autogen.sh and ./configure, get this error。 As i find this component has been installed in the Centos 7 x64.
Is there any way to resolve this issue?

Thanks,
Baude

@snikulov
Copy link
Contributor

@baudelee any chance to see the error log for this issue?
Could you please add it to report?
Thank you!

@martind1111
Copy link

Got the same error on Fedora 31:
checking for boost::test library... not found
configure: error: Unable to link with the boost::unit_test_framework library
The version of boost installed on my host is 1.69.0-9

@martind1111
Copy link

The problem on my system is that the libboost_unit_test_framework is not installed, but yet, the block in the configure file that sets the enable_tests variable sets it to yes even if the Boost Unit Test Framework is not present. This leads to a link failure because the system attempts to build the tests, but fails linking them with libboost_unit_test_framework library.

firedaemon-cto pushed a commit to FireDaemon/pion that referenced this issue Aug 27, 2020
* change gettimeofday to be clearer - issue splunk#127

* clarify date_number docs - github issue splunk#125

* add docs for from_iso_extended_string function - issue splunk#116

* update documentation for 1.73 release - changes.xml
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

3 participants