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

Boost 1.58: Boost.atomic not found #2

Open
fpnick opened this issue Jun 19, 2018 · 0 comments
Open

Boost 1.58: Boost.atomic not found #2

fpnick opened this issue Jun 19, 2018 · 0 comments

Comments

@fpnick
Copy link

fpnick commented Jun 19, 2018

Hi,

I'm working on Ubuntu 16.04.4 LTS and trying to compile sparsex.
When doing a plain ./configure I get

checking for Boost library >= 1.48... yes (found version 1.58)
checking for Boost.atomic... no
configure: error: Boost.atomic was not found. Check your installation of the Boost library or, if you specified a variant with the `--with-boost_atomic' option, either omit it or try another variant.

However, when using ./configure --with-boostlibdir=/usr/lib/x86_64-linux-gnu it seems to work:

checking for Boost library >= 1.48... yes (found version 1.58)
checking for Boost.atomic... yes
checking for Boost.regex... yes
checking for Boost.serialization... yes
checking for Boost.system... yes

I don't see why configure doesn't find Boost.atomic in the first try?

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