On 01/07/2014 03:29 PM, Gerry Steele wrote:
Thanks I failed to spot that.
I intend to completely ignore that install of boost, so I'm not sure why it is finding it there.
I've run configure with:
./configure --prefix=/home/gs/graph-tool-2.2.27/gt-rbsinst --with-boost=/home/gs/c/lib/boost.1.53.0-sopy-ucs4/ LDFLAGS=-L/home/gs/Python-2.7.6/python-2.7.6-shared-ucs4/lib
Why then is the graph-tool configure finding it and not the one under the --with-boost= parameter
The configure script finds the include paths, but the compiler/linker still need to known where the binaries are. This is done via the LDFLAGS. You only passed the path to the python library, but you need to pass the path to the boost libraries as well. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>