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 problem #53

Open
paulomann opened this issue Oct 18, 2016 · 1 comment
Open

Compiling problem #53

paulomann opened this issue Oct 18, 2016 · 1 comment

Comments

@paulomann
Copy link

paulomann commented Oct 18, 2016

Running the following command :

../configure --prefix=$NANOCUBE_SRC CXXFLAGS="-O3"

Gives me the following output :

configure: Detected BOOST_ROOT; continuing with --with-boost=/usr/include/boost157
checking for Boost headers version >= 1.48.0... no
configure: error: cannot find Boost headers version >= 1.48.0

Before that, using the ./bootstrap command, I received the following error :

configure.ac:30: error: possibly undefined macro: LT_LIB_DLLOAD
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation

PS : I have installed boost in my machine before, following this tutorial

@salivian
Copy link
Collaborator

Hi that's related to libtool

If you are on ubuntu, please install libltdl-dev

Thanks!

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