-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello,
Trying to install on high sierra, at the make step I got the error:
/bin/sh ../libtool --tag=CXX --mode=link g++ -W -Wno-deprecated -I./nlp_common -I./incr_models -I./sw_models -I./phrase_models -I./smt_preproc -I./error_correction -I./downhill_simplex -I./stack_dec -I./hat_trie -I./picojson -DTHOT_MASTER_INI_PATH="/Users/bilge/Desktop/thot/share/thot/ini_files/master.ini" -DTHOT_LIBDIR="/Users/bilge/Desktop/thot/lib" -Ino/src/include -g -Wall -Wno-deprecated -O2 -std=c++11 libthot.la -o thot_lm_perp incr_models/thot_lm_perp.o -lgmp -lz -lpthread -ldl -lm
libtool: error: cannot find the library 'libthot.la' or unhandled argument 'libthot.la'
make[3]: *** [thot_lm_perp] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Any idea for how to solve this ?
Thanks