Error:
berry@berry-inspiron-3521:~$ ./bjam
--with-boost=~/workspace/temp/boost_1_55_0 -j4
bash: ./bjam: No such file or directory

before this i ran this command :

wget 
http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.gz
   tar zxvf boost_1_55_0.tar.gz
   cd boost_1_55_0/
   ./bootstrap.sh
   ./b2 -j4 --prefix=$PWD --libdir=$PWD/lib64 --layout=system
link=static install || echo FAILURE

As there is no directory with this path /workspace/temp/boost_1_55_0
but in home i do have directory with path ~/boost_1_55_0

so what should i do now to tell Moses where boost is with the --with-boost flag.
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to