Re: [Moses-support] Error while compiling Moses on Ubuntu 12.04 64bit

2013-05-16 Thread Tom Hoar
Installing libboost-all-dev with apt-get and compiling moses on Ubuntu 12.04 64-but works. Your apt-get command is correct. You'll need to troubleshoot why apt-get failed to install libboost-all-dev. On 05/17/2013 09:35 AM, Eziz.Tursun wrote: I have installed giza++ and irstlm successfully, bu

[Moses-support] Error while compiling Moses on Ubuntu 12.04 64bit

2013-05-16 Thread Eziz.Tursun
I have installed giza++ and irstlm successfully, but there are some problem while compile Moses on Ubuntu 12.04 64bit. there is one of error messages: "lm/filter/bin/gcc-4.6/release/debug-symbols-on/link- static/threading-multi/main.o:/usr/local/include/boost/thread/detail/thread.hpp:180: more und

Re: [Moses-support] Problem with linking libraries

2013-05-16 Thread Hieu Hoang
i saw that it wasn't addressed too but my solution to difficult linking problems is to avoid bjam/automake/cmake/make. ie. anything that tries to help, but makes it more difficult to understand. I would just execute a direct g++ command, eg g++ -L [path] -lmira -o whatever.exe I did this with m

Re: [Moses-support] Problem with linking libraries

2013-05-16 Thread Nick Ruiz
Hi all, I saw this message from last month that doesn't look like it's been addressed. This is somewhat of a common problem for people writing code in Moses and new to compiling with bjam. Does anyone have any advice? Thanks, Nick On 04/29/2013 04:16 PM, Prashant Mathur wrote: Hi all, I ha