Hi all,

I am trying installing Moses on Ubuntu 14.04. this is the sequence of commands 
I executed for the installation. 

sudo apt-get install g++ git subversion automake libtool zlib1g-dev 
libboost-all-dev libbz2-dev liblzma-dev python-dev libtcmalloc-minimal4

wget 
http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.gzr=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fboost%2Ffiles%2Fboost%2F1.55.0%2F&ts=13
tar zxvf boost_1_55_0.tar.gz
cd boost_1_55_0/
./bootstrap.sh
./b2 -j5 --prefix=$PWD --libdir=$PWD/lib64 --layout=tagged link=static 
threading=multi,single install || echo FAILURE



git clone https://github.com/moses-smt/mosesdecoder.git
cd mosesdecoder/
./bjam -j5

After this command I got the error "Build Failed"
Also sharing the error logs

Attachment: build.log.gz
Description: application/gzip

_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to