Sounds like a documentation bug. Where in the tutorial does it say to use SRILM?
On 10/20/2015 04:20 PM, Anysta Nysta wrote: > Hye, > I desperately need help to solve the following errors. I run the srilm > 1.4.6 on Cygwin and already install all the packages required for Moses. > When I run command "make MACHINE_TYPE=i686-gcc4 SRILM=/srilm NO_TCL=X > World" based on the online tutorial, I got the following result. Is > there anything I miss.. > > Thank you. > ........................................................................................................................................................................... > > make[2]: /usr/local/lang/gcc-4.0.1/bin/gcc: Command not found > /srilm/common/Makefile.common.targets:85: recipe for target > '../obj/i686-gcc4/op > tion.o' failed > make[2]: *** [../obj/i686-gcc4/option.o] Error 127 > make[2]: Leaving directory '/srilm/misc/src' > make[2]: Entering directory '/srilm/dstruct/src' > /usr/local/lang/gcc-4.0.1/bin/gcc -mtune=pentium3 -Wreturn-type > -Wimplicit -I > . > -I/srilm/include -c -g -O3 -o ../obj/i686-gcc4/qsort.o qsort.c > make[2]: /usr/local/lang/gcc-4.0.1/bin/gcc: Command not found > /srilm/common/Makefile.common.targets:85: recipe for target > '../obj/i686-gcc4/qs > ort.o' failed > make[2]: *** [../obj/i686-gcc4/qsort.o] Error 127 > make[2]: Leaving directory '/srilm/dstruct/src' > make[2]: Entering directory '/srilm/lm/src' > /usr/local/lang/gcc-4.0.1/bin/gcc -mtune=pentium3 -Wreturn-type > -Wimplicit -I > . > -I/srilm/include -c -g -O3 -o ../obj/i686-gcc4/matherr.o matherr.c > make[2]: /usr/local/lang/gcc-4.0.1/bin/gcc: Command not found > /srilm/common/Makefile.common.targets:85: recipe for target > '../obj/i686-gcc4/ma > therr.o' failed > make[2]: *** [../obj/i686-gcc4/matherr.o] Error 127 > make[2]: Leaving directory '/srilm/lm/src' > make[2]: Entering directory '/srilm/flm/src' > /usr/local/lang/gcc-4.0.1/bin/g++ -mtune=pentium3 -Wreturn-type > -Wimplicit -DINS > > TANTIATE_TEMPLATES -I. -I/srilm/include -c -g -O3 -o > ../obj/i686-gcc4/FDisc > ount.o > FDiscount.cc > make[2]: /usr/local/lang/gcc-4.0.1/bin/g++: Command not found > /srilm/common/Makefile.common.targets:93: recipe for target > '../obj/i686-gcc4/FD > iscount.o' failed > make[2]: *** [../obj/i686-gcc4/FDiscount.o] Error 127 > make[2]: Leaving directory '/srilm/flm/src' > make[2]: Entering directory '/srilm/lattice/src' > /usr/local/lang/gcc-4.0.1/bin/g++ -mtune=pentium3 -Wreturn-type > -Wimplicit -DINS > > TANTIATE_TEMPLATES -I. -I/srilm/include -c -g -O3 -o > ../obj/i686-gcc4/Latti > ce.o Lattice.cc > make[2]: /usr/local/lang/gcc-4.0.1/bin/g++: Command not found > /srilm/common/Makefile.common.targets:93: recipe for target > '../obj/i686-gcc4/La > ttice.o' failed > make[2]: *** [../obj/i686-gcc4/Lattice.o] Error 127 > make[2]: Leaving directory '/srilm/lattice/src' > make[2]: Entering directory '/srilm/utils/src' > make[2]: Nothing to be done for 'release-libraries'. > make[2]: Leaving directory '/srilm/utils/src' > make[1]: Leaving directory '/srilm' > make release-programs > make[1]: Entering directory '/srilm' > for subdir in misc dstruct lm flm lattice utils; do \ > (cd $subdir/src; make SRILM=/srilm MACHINE_TYPE=i686-gcc4 > OPTION= releas > e-programs); \ > done > make[2]: Entering directory '/srilm/misc/src' > make[2]: Nothing to be done for 'release-programs'. > make[2]: Leaving directory '/srilm/misc/src' > make[2]: Entering directory '/srilm/dstruct/src' > make[2]: Nothing to be done for 'release-programs'. > make[2]: Leaving directory '/srilm/dstruct/src' > make[2]: Entering directory '/srilm/lm/src' > /usr/local/lang/gcc-4.0.1/bin/g++ -mtune=pentium3 -Wreturn-type > -Wimplicit -DINS > > TANTIATE_TEMPLATES -I. -I/srilm/include -c -g -O3 -o > ../obj/i686-gcc4/ngram > .o ngram.cc > make[2]: /usr/local/lang/gcc-4.0.1/bin/g++: Command not found > /srilm/common/Makefile.common.targets:93: recipe for target > '../obj/i686-gcc4/ng > ram.o' failed > make[2]: *** [../obj/i686-gcc4/ngram.o] Error 127 > make[2]: Leaving directory '/srilm/lm/src' > make[2]: Entering directory '/srilm/flm/src' > /usr/local/lang/gcc-4.0.1/bin/g++ -mtune=pentium3 -Wreturn-type > -Wimplicit -DINS > > TANTIATE_TEMPLATES -I. -I/srilm/include -c -g -O3 -o > ../obj/i686-gcc4/fngra > m-count.o > fngram-count.cc > make[2]: /usr/local/lang/gcc-4.0.1/bin/g++: Command not found > /srilm/common/Makefile.common.targets:93: recipe for target > '../obj/i686-gcc4/fn > gram-count.o' > failed > make[2]: *** [../obj/i686-gcc4/fngram-count.o] Error 127 > make[2]: Leaving directory '/srilm/flm/src' > make[2]: Entering directory '/srilm/lattice/src' > /usr/local/lang/gcc-4.0.1/bin/g++ -mtune=pentium3 -Wreturn-type > -Wimplicit -DINS > > TANTIATE_TEMPLATES -I. -I/srilm/include -c -g -O3 -o > ../obj/i686-gcc4/latti > ce-tool.o > lattice-tool.cc > make[2]: /usr/local/lang/gcc-4.0.1/bin/g++: Command not found > /srilm/common/Makefile.common.targets:93: recipe for target > '../obj/i686-gcc4/la > ttice-tool.o' > failed > make[2]: *** [../obj/i686-gcc4/lattice-tool.o] Error 127 > make[2]: Leaving directory '/srilm/lattice/src' > make[2]: Entering directory '/srilm/utils/src' > make[2]: Nothing to be done for 'release-programs'. > make[2]: Leaving directory '/srilm/utils/src' > make[1]: Leaving directory '/srilm' > > > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
