You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
works ok for me. The error is from the c++ standard library, are you sure you installed gcc correctly? Are you using the default compiler on your system?
I entered the following commands and got the below error:
**git clone https://github.com/moses-smt/giza-pp.git
cd giza-pp
make**
/usr/bin/ld: HMMTables.cpp:(.text.startup+0x19): undefined reference to`std::ios_base::Init::~Init()'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:37: GIZA++] Error 1
make[1]: Leaving directory '/home/user/giza-practice/giza-pp-master/GIZA++-v2'
make: *** [Makefile:7: gizapp] Error 2
The text was updated successfully, but these errors were encountered: