[SRILM User List] Cannot Execute SRILM
Asad A.Malik
asad_12204 at yahoo.com
Tue Jan 7 12:14:06 PST 2014
Hi All,
I am trying to install MOSES and for that I have to install SRILM. I
have downloaded SRILM version 1.7.0. I've extracted it, have used:
sudo apt-get install libc6-dev-i386
also as suggested by MOSES installation guide that "if your x86_64 type, you should edit thesbin/machine-type file" as
else if (`uname -m` == x86_64) then
set MACHINE_TYPE = i686
and change it to
else if (`uname -m` == x86_64) then
set MACHINE_TYPE = i686-m64
But my file was automatically having i686-m64. So therefore I don't have to chage it.
And for execution I enter:
make MAKE_PIC=1 SRILM=`pwd` NO_TCL=X World
It give me
following error:
make: pwd/sbin/machine-type: Command not found
Makefile:13: pwd/common/Makefile.common.variables: No such file or directory
make: *** No rule to make target `pwd/common/Makefile.common.variables'. Stop.
I've attached the screen shot also. Kindly tell me that what sould I do???
Regards
Asad A.Malik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.speech.sri.com/pipermail/srilm-user/attachments/20140107/006121bd/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2014-01-07 23:53:16.png
Type: image/png
Size: 33847 bytes
Desc: not available
URL: <http://www.speech.sri.com/pipermail/srilm-user/attachments/20140107/006121bd/attachment.png>
More information about the SRILM-User
mailing list