Hello Sir, I am trying to install moses on Fedora 18 64-bit system. Following are the commands or instructions which I followed from numerous tutorials.
***************-Build SRILM-******************
cd srilm
MAKE_PIC=1
export SRILM=$PWD
export MACHINE_TYPE=i686-m64
export PATH=${PATH}:$SRILM/bin/$MACHINE_TYPE
export PATH=${PATH}:$SRILM/bin
export MANPATH=$SRILM/man
make World
make test
make cleanest
**********---------Installing external directories----------**************
PREFIX=$HOME/usr
LIBDIR=$PREFIX/lib64
export PATH=$PREFIX/bin${PATH:+:$PATH}
export LD_LIBRARY_PATH=$LIBDIR${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
export LIBRARY_PATH=$LIBDIR${LIBRARY_PATH:+:$LIBRARY_PATH}
export CPATH=$PREFIX/include${CPATH:+:$CPATH}
#For autotools packages e.g. xmlrpc-c and zlib
./configure --prefix=$PREFIX --libdir=$LIBDIR [other options here]
*********Installing Boost****************
cd boost_1_55_0
./bootstrap.sh
./b2 --prefix=$PWD --libdir=$PWD/lib64 --layout=tagged link=static,shared
threading=multi,single install || echo FAILURE
./b2 install --prefix=/usr/share/boost-build
export BOOST_ROOT=$PWD
export BOOST_BUILD_PATH=/usr/share/boost-build
In mosesdecoder I entered following command
./bjam --with-boost=$BOOST_ROOT --with-srilm=$SRILM
The above commands lead to some error. I am attaching a build.log file.
Kindly go through it and please try to fix it
Regards,
Apurv Nagvenkar
DCST, Goa University
build.log.gz
Description: GNU Zip compressed data
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
