Comiling error of graph tool

Hello, I am encountering the compiling issue of graph-tool 2.26 (latest
version.), when I run command "make -j 16"

I am using,
gcc 5.4.0
boost: 1.66
python: 3.5 (anaconda distribution)
os: CentOS7

Output of "make -j 16" is attached as out.txt.

Output of Configure, using commands "./configure
CXX="/sw/arcts/centos7/gcc/5.4.0/bin/g++"
LDFLAGS="-L/scratch/jiadeng_fluxoe/kojimano/packages/one_six/lib"
CPPFLAGS="-I/scratch/jiadeng_fluxoe/kojimano/packages/one_six/lib"
--with-python-module-path="/home/kojimano/anaconda3/envs/CogMap2/lib/python3.5/site-packages"
--prefix="/home/kojimano/anaconda3/envs/CogMap2/lib"
--with-boost="/scratch/jiadeng_fluxoe/kojimano/packages/one_six"
-with-boost=yes --disable-cairo --disable-sparsehash
" is attched as out_config.txt, config.log.

attachment.html (1.74 KB)

out.txt (5.46 KB)

out_config.txt (13.6 KB)

config.log (111 KB)

​Resending this email due to membership issues and last mail failed.
​
Hello, I am encountering the compiling issue of graph-tool 2.26 (latest
version.), when I run command "make -j 16"

I am using,
gcc 5.4.0
boost: 1.66
python: 3.5 (anaconda distribution)
os: CentOS7

Output of "make -j 16" is attached as out.txt.

Output of Configure, using commands "./configure
CXX="/sw/arcts/centos7/gcc/5.4.0/bin/g++" LDFLAGS="-L/scratch/jiadeng_
fluxoe/kojimano/packages/one_six/lib" CPPFLAGS="-I/scratch/jiadeng_
fluxoe/kojimano/packages/one_six/lib" --with-python-module-path="/
home/kojimano/anaconda3/envs/CogMap2/lib/python3.5/site-packages"
--prefix="/home/kojimano/anaconda3/envs/CogMap2/lib" --with-boost="/scratch/
jiadeng_fluxoe/kojimano/packages/one_six" -with-boost=yes --disable-cairo
--disable-sparsehash
" is attched as out_config.txt, config.log.

attachment.html (2.49 KB)

out.txt (5.46 KB)

out_config.txt (13.6 KB)

config.log (111 KB)

Your LDFLAGS and CPPFLAGS point to the same directory, which does not make
sense. The first need to point to the shared object files, and the latter
the include files.

Thank you!! Problem solved and everything working fine now!!!

attachment.html (2.35 KB)