Im getting an weird error when compiling. I followed: https://github.com/NicolasLoew/vps/blob/master/TutorialTFS
Compiling on debian 8
Compiling on debian 8
PHP:
make
[ 1%] Generating CXX prefix source cotire/tfs_CXX_prefix.cxx
[ 2%] Generating CXX prefix header cotire/tfs_CXX_prefix.hxx
[ 3%] Building CXX precompiled header cotire/tfs_CXX_prefix.hxx.gch
Scanning dependencies of target tfs
[ 5%] Building CXX object CMakeFiles/tfs.dir/src/otpch.cpp.o
c++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
CMakeFiles/tfs.dir/build.make:71: recipe for target 'CMakeFiles/tfs.dir/src/otpch.cpp.o' failed
make[2]: *** [CMakeFiles/tfs.dir/src/otpch.cpp.o] Error 4
CMakeFiles/Makefile2:122: recipe for target 'CMakeFiles/tfs.dir/all' failed
make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2