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

v0.18.1: configure script fails to find boost libraries on Raspberry 4 #648

Open
possientis opened this issue Jun 5, 2020 · 3 comments
Open

Comments

@possientis
Copy link

The problem is fixed by adding the option:

--with-boost-libdir=/usr/lib/arm-linux-gnueabihf

However, I am guessing you'd like things to work straight out of the box without additional options as it does for v0.17.1

@wolfram74w
Copy link

Where is that command place at? Is it sudo apt-get install libboost1.74-all --with-boost-libdir=/usr/lib/arm-linux-gnueabihf

Or

.configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf ?

Thanks

@possientis
Copy link
Author

The latter, this is the option for the configure script that the user now needs to use for the script to succeed (given the default Raspbian set up on raspberry pi 4)

@AlterX76
Copy link

good...it helped me as well!

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