I have successfully configured the graph tool but where I try to build with ./make command I am getting the following error [root@localhost graph-tool-2.2.35]# make make all-recursive make[1]: Entering directory `/root/Desktop/graph-tool-2.2.35' Making all in src make[2]: Entering directory `/root/Desktop/graph-tool-2.2.35/src' Making all in graph make[3]: Entering directory `/root/Desktop/graph-tool-2.2.35/src/graph' Making all in centrality make[4]: Entering directory `/root/Desktop/graph-tool-2.2.35/src/graph/centrality' CXX graph_betweenness.lo CXX graph_centrality_bind.lo CXX graph_closeness.lo CXX graph_eigentrust.lo CXX graph_eigenvector.lo CXX graph_hits.lo CXX graph_katz.lo CXX graph_pagerank.lo CXX graph_trust_transitivity.lo CXXLD libgraph_tool_centrality.la /usr/bin/ld: cannot find -l/usr/include collect2: error: ld returned 1 exit status make[4]: *** [libgraph_tool_centrality.la] Error 1 make[4]: Leaving directory `/root/Desktop/graph-tool-2.2.35/src/graph/centrality' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/root/Desktop/graph-tool-2.2.35/src/graph' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/Desktop/graph-tool-2.2.35/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/Desktop/graph-tool-2.2.35' make: *** [all] Error 2 [root@localhost graph-tool-2.2.35]# I am using following operating system and library packages with versions Centos 7 Gcc 4.8.2 BOOST 1_57.0 Python 2.7.5 CGAL 4.5 Expat2.1.0 Gmp 6.00 I have run ./configure --disable-cairo --disable-sparsehash Could you please help me out? The config.log file is attached I have already tried the following: make maintainer-clean autoreconf --force --install ./configure make Many Thanks in advance config.log <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/file/n4025913/config.log> -- 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.