NiuTrans / NiuTrans.SMT

NiuTrans.SMT is an open-source statistical machine translation system developed by a joint team from NLP Lab. at Northeastern University and the NiuTrans Team. The NiuTrans system is fully developed in C++ language. So it runs fast and uses less memory. Currently it supports phrase-based, hierarchical phrase-based and syntax-based (string-to-tree, tree-to-string and tree-to-tree) models for research-oriented studies.
GNU General Public License v2.0
148 stars 36 forks source link

clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [NiuTrans.Decoder] Error 1 make: *** [all] Error 2 #4

Closed HassanNaeemjutt closed 4 years ago

HassanNaeemjutt commented 5 years ago

clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [NiuTrans.Decoder] Error 1 make: [all] Error 2

xuchenneu commented 5 years ago

We can't reproduce this error. Can you provide more information?