我试图在运行在虚拟机(VirtualBox 4.3.12 r93733)上的12.04版本(32位,内核Linux3.5.0-41-Generic)上安装srilm-1.6.0,gcc -v说它是gcc version 4.6.3。
我读过如何在ubuntu14.04上安装SRILM?,但没什么用
命令
make World和
make MACHINE_TYPE=i686 World和
make MACHINE_TYPE=i686-m64 World导致错误消息
make: /sbin/machine-type: Command not found
Makefile:13: /common/Makefile.common.variables: No such file or directory
make: *** No rule to make target `/common/Makefile.common.variables'. Stop.我做错了什么我该怎么做?
发布于 2015-02-22 07:48:20
正如博文中所说的,有关ubuntu14.04仔细阅读安装文件。例如:
将SRILM变量设置在顶层Makefile中,以指向该高级高级目录(绝对路径)。
https://askubuntu.com/questions/588457
复制相似问题