Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Giza++ on Ubuntu 19.1 #7

Open
JohnasSolomon opened this issue May 12, 2020 · 1 comment
Open

Installing Giza++ on Ubuntu 19.1 #7

JohnasSolomon opened this issue May 12, 2020 · 1 comment

Comments

@JohnasSolomon
Copy link

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

@JohnasSolomon JohnasSolomon changed the title I entered the following commands and got the below error: Installing Giza++ on Ubuntu 19.1 May 12, 2020
@hieuhoang
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants