Hi, I'm trying to install Moses server on a linux machine at 64-bit, gcc 4.1.2-46. I have installed the boost library, but when I run the configure file, it does not find them:
./configure --with-srilm=/home/turchmo/Libraries/srilm/ --with-xmlrpc-c=/home/turchmo/Libraries/xmlrpc-c/xmlrpc-c-config --with-boost=/home/turchmo/Libraries/boost_1_41_0/ --enable-threads ... checking for ranlib... ranlib checking for XMLRPC-C... ok configure: Building threaded moses checking for boostlib >= 1.35.0... configure: error: We could not detect the boost libraries (version 1.35 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation. in the moses documentation it is written that if i work on 64-bit machine, I may have to add: --with-boost-thread=boost_thread-gcc43-mt I tried but I got the same error. What is it the label "boost_thread-gcc43-mt"? is it a link to something? Please can u help to understand what it is going here? Thanks Marco
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
