On 09.12.2014 03:14, researcher wrote: > 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
I can't understand where this comes from. For some reason your linker flags are wrong (it should be -L/usr/include not -l/usr/include). Are you sure you are not doing something different during configuration? Best, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
