moses-smt / mosesdecoder

Moses, the machine translation system
http://www.statmt.org/moses
GNU Lesser General Public License v2.1
1.59k stars 778 forks source link

symal: permission denied #235

Closed xuefeich closed 2 years ago

xuefeich commented 2 years ago

command train-model.perl failed due to the "../bin/symal: permission denied" and I have checked the permission of symal is 777 and sudo chmod -R 777 syaml doesn't work

hieuhoang commented 2 years ago

WHat happens wHen you run ./bin/symal ? And what do you get when you run ./bjam ?

xuefeich commented 2 years ago

bjam failed due to ...failed gcc.link

hieuhoang commented 2 years ago

you have to successfully compile moses with bjam before running the training

xuefeich commented 2 years ago

Thank you, the problem is solved, I didn't notice that the compilation was not successful before