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>