OK, I passed the configure stage, but now I can't pass the make stage:

root@ubuntu:/home/user/Téléchargements/graph-tool-2.14# make
make  all-recursive
make[1]: entrant dans le répertoire « /home/user/Téléchargements/graph-tool-2.14 »
Making all in src
make[2]: entrant dans le répertoire « /home/user/Téléchargements/graph-tool-2.14/src »
Making all in graph
make[3]: entrant dans le répertoire « /home/user/Téléchargements/graph-tool-2.14/src/graph »
Making all in centrality
make[4]: entrant dans le répertoire « /home/user/Téléchargements/graph-tool-2.14/src/graph/centrality »
  CXX      graph_closeness.lo
g++-5: internal compiler error: Processus arrêté (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
make[4]: *** [graph_closeness.lo] Erreur 1
make[4]: quittant le répertoire « /home/user/Téléchargements/graph-tool-2.14/src/graph/centrality »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire « /home/user/Téléchargements/graph-tool-2.14/src/graph »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /home/user/Téléchargements/graph-tool-2.14/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/user/Téléchargements/graph-tool-2.14 »
make: *** [all] Erreur 2


2016-04-13 18:45 GMT+02:00 Tiago de Paula Peixoto <tiago@skewed.de>:
On 13.04.2016 18:38, Yannis Haralambous wrote:
> I solved the problem by also installing g++-5 and setting CC variable
> to gcc-5 and CXX variable to g++-5. But now I have a new problem:
> although I have installed packages sparsehash 1.10-1ubuntu1 and
> libsparsehash-dev 1.10-1ubuntu1, the configure script does not see
> them

In Ubuntu, you have also to pass the option:

    --with-sparsehash-prefix=google

to ./configure.

--
Tiago de Paula Peixoto <tiago@skewed.de>


_______________________________________________
graph-tool mailing list
graph-tool@skewed.de
https://lists.skewed.de/mailman/listinfo/graph-tool