-
Notifications
You must be signed in to change notification settings - Fork 879
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
Unable to do make local #196
Comments
Seems like boost library isn't linking. Try to (re)install libboost-all-dev
using apt-get. If you have installed boost in a non standard location add
the location to LD_LIBRARY_PATH and export the variable before running make
--
Kamal Galrani IIT Bombay
|
I installed boost by sudo apt-get install libboost-all-dev again, and it gives the same error. |
Which Ubuntu version are you using? |
I am using Ubuntu 14.04 |
Try on a fresh installation. Otherwise (I wouldn't recommend this) purge boost (not that straightaway because of dependency issues) and then install boost. The following process is dangerous. Follow the steps only if you understand them. This may not necessarily fix your issue.
|
The text was updated successfully, but these errors were encountered: