Re: [Moses-support] A problem with a Moses compilation.

2012-07-16 Thread Aleksandr Belyaev
Just a note, I've tried to build moses in single-thread version, using option < threading=single > and it was successfully done. Though it doesn't solve the problem. ___ Moses-support mailing list Moses-support@mit.edu http://mailman.mit.edu/mailman/list

Re: [Moses-support] A problem with a Moses compilation.

2012-07-16 Thread Kenneth Heafield
Hi, Based on the test results from --debug-configuration, your newer version of Boost must have all of the following: libboost_system-mt.a libboost_thread.a libboost_program_options-mt.a libboost_unit_test_framework-mt.a libboost_iostreams-mt.a There's not much we can do to stop the com

Re: [Moses-support] A problem with a Moses compilation.

2012-07-16 Thread Aleksandr Belyaev
Hello Kenneth, > - Have you updated Moses since Tue Jul 3 12:14:41 2012 -0400? Alex > Fraser mentioned a similar issue with Boost 1.50 and I checked in a fix. Yes, I have the latest version of the moses from Github. > - You might have multiple versions of Boost installed. Theoretically, > i

Re: [Moses-support] A problem with a Moses compilation.

2012-07-16 Thread Kenneth Heafield
Hi, Could be a few things. - Have you updated Moses since Tue Jul 3 12:14:41 2012 -0400? Alex Fraser mentioned a similar issue with Boost 1.50 and I checked in a fix. - You might have multiple versions of Boost installed. Theoretically, it's possible to compile Moses under this scena

Re: [Moses-support] A problem with a Moses compilation.

2012-07-16 Thread Aleksandr Belyaev
$ uname -a Linux logincluster2 2.6.32-131.6.1-lustre-2.1.0 #1 SMP Tue Oct 11 12:13:45 CEST 2011 x86_64 GNU/Linux $ gcc --version gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3 Boost 1.50.0, I've rebuilt boost for 64-bit and create a symlink libboost_system-mt => libboost_system in 'lib' directory. And now I

Re: [Moses-support] A problem with a Moses compilation.

2012-07-13 Thread Hieu Hoang
hi alex what version of ubuntu, gcc & boost are you using? are you sure boost has been installed or compiled successfully? in the lib64/ directory, there should be a file called libboost_system-mt.??? you seem to be on a 64-bit machine. boost had to be build for 64-bit machines, not 32-bit

[Moses-support] A problem with a Moses compilation.

2012-07-13 Thread Aleksandr Belyaev
Good day, I'm trying to compile Moses on our Ubuntu cluster where I don't have a root access. I have the latest version of Boost, but gcc is quite old there. Here's the output : http://pastebin.com/e4FWcP0k Most likely I've missed similar problems in your archive but I honestly tried to find the