c++ - Error while compiling srilm in linux ubuntu 12.04 -
I try to install SR Linux on my computer using OS Linux Ubuntu 12.04, GCC version 4.6.3 and machine type I686 is doing At the end of the process, it returns the result of 2 errors as follows:
-o ../obj/i686/tclmain.o tclmain.cc tclmain.cc:8:17: Fatal error: TCL. H: Do not close any such file or directory compilation. To make [2]: * [../obj/i686/tclmain.o] Making error 1 [2]: create / home / supriadi / workspace / srilm / misc / src 'except the directory [1]: [Release-Library] Making Error 1: Excluding Directory / home / supriadi / workspace / srilm 'Make: * [World] Error 2
What should I do to fix this problem? Thanks buddy
You are missing TCL's dev files. Use
install sudo apt-get tcl-dev tk-dev
Comments
Post a Comment