You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: