where did you get the code for mgiza from and what was the exact commands you used to compile?

I just tested mgiza compilation with the code from
   https://github.com/moses-smt/mgiza
using the commands
   cmake .
   cmake .
   make -j4
It seems to compile ok

On 06/03/2016 20:02, Sergey A. wrote:
Hello.

I'm trying to compile mgiza <http://www.statmt.org/moses/?n=Moses.ExternalTools#ntoc3>, but getting the below error. What am I doing wrong? Note that I don't have root access on the machine, so if libraries needed I'd like to know how to download and use them without installing on the server. BTW, I couldn't find anything in the archives <http://www.google.com/coop/cse?cx=006255449393150026232:wtqyknvwh4g>.

make[2]: *** No rule to make target `/usr/lib64/lib64/libboost_thread-mt.so.5', 
needed by `bin/hmmnorm'.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: *** No rule to make target `/usr/lib64/lib64/libboost_thread-mt.so.5', 
needed by `bin/d4norm'.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: *** No rule to make target `/usr/lib64/lib64/libboost_thread-mt.so.5', 
needed by `bin/mgiza'.  Stop.
make[2]: *** Waiting for unfinished jobs....
[ 96%] [ 98%] [100%] Building CXX object 
src/CMakeFiles/hmmnorm.dir/hmmnorm.cxx.o
Building CXX object src/CMakeFiles/d4norm.dir/d4norm.cxx.o
Building CXX object src/CMakeFiles/mgiza.dir/main.cpp.o
make[1]: *** [src/CMakeFiles/hmmnorm.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/d4norm.dir/all] Error 2
make[1]: *** [src/CMakeFiles/mgiza.dir/all] Error 2
make: *** [all] Error 2

Thanks in advance, I'll really appreciate any help here.

Sergey


_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to