Compiling v1.13 dev - configure: error: No usable boost::iostreams found
Hi, I am currently in the process of compiling v1.13 dev from source. I have generated the configure file using autogen.sh. I am running the configure script now using the command "./configure --enable-openmp CXX='g++-5'" however this returns the error "configure: error: No usable boost::iostreams found". I don't recall running into this error when I compiled v1.12 but maybe I just don't remember anymore. I have check the version of boost installed with Anaconda and it tells me that it is up-to-date so I presume I may just have to point the script to the correct location but have not found a solution that works for me online yet. What might I be doing wrong here? I have attached the config.log file. Best wishes, Philipp
On 02.03.2016 13:32, Philipp-Maximilian Jacob wrote:
configure:18694: g++-5 -o conftest -Wall -Wextra -ftemplate-backtrace-limit=0 -std=gnu++14 -DNDEBUG -ftemplate-depth-250 -Wno-deprecated -Wno-unknown-pragmas -O3 -fvisibility=default -fvisibility-inlines-hidden -fopenmp -I/home/pmj27/anaconda2/include/python2.7 conftest.cpp -lboost_iostreams-mt -lexpat -lm >&5 /usr/bin/ld: cannot find -lboost_iostreams-mt
As you can see from the above line of your config.log, the linker cannot find the library. This means it is not installed in a standard location. You should pass the directory where it can be found to the configure script via the LD_LIBRARY_PATH environment variable. Best, Tiago Ps. A new stable version of graph-tool (2.13) has been released. -- Tiago de Paula Peixoto <tiago@skewed.de>
Problem fixed. Also, thank you for the new release. I am still having trouble with the boost::coroutines in Ubuntu 14.04 though but we are discussing that already so no need to duplicate the discussion here. Best, Philipp -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
participants (3)
-
P-M -
Philipp-Maximilian Jacob -
Tiago de Paula Peixoto