moses-smt / mgiza

A word alignment tool based on famous GIZA++, extended to support multi-threading, resume training and incremental training.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

library not found for -lrt

LeonIdeal opened this issue · comments

Hi, when I follow the steps cmake . and make
It runs with the error

[ 51%] Linking CXX executable ../bin/d4norm
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/d4norm] Error 1
make[1]: *** [src/CMakeFiles/d4norm.dir/all] Error 2
make: *** [all] Error 2

I wonder how to solve this problem, thanks!

apologies, too late for you but maybe useful for others in the future. MacOS doesn't have rt library so it will fail on link on the mac. Just comment mention of the rt lib from the Makefile