spacepaste

  1.  
  2. I follow the instructions in this site https://kheafield.com/code/kenlm/ for downloading KenLM Language Model Toolkit but i have problem
  3. when i try run 'make -j2'
  4. the error:
  5. c++: internal compiler error: Killed (program cc1plus)
  6. Please submit a full bug report,
  7. with preprocessed source if appropriate.
  8. See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
  9. lm/CMakeFiles/kenlm_benchmark.dir/build.make:62: recipe for target 'lm/CMakeFiles/kenlm_benchmark.dir/kenlm_benchmark_main.cc.o' failed
  10. make[2]: *** [lm/CMakeFiles/kenlm_benchmark.dir/kenlm_benchmark_main.cc.o] Error 4
  11. CMakeFiles/Makefile2:1877: recipe for target 'lm/CMakeFiles/kenlm_benchmark.dir/all' failed
  12. make[1]: *** [lm/CMakeFiles/kenlm_benchmark.dir/all] Error 2
  13. Makefile:138: recipe for target 'all' failed
  14. make: *** [all] Error 2
  15.