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

Install Error at make command on Ubuntu 18.04 #27

Open
kouohhashi opened this issue Sep 22, 2019 · 8 comments
Open

Install Error at make command on Ubuntu 18.04 #27

kouohhashi opened this issue Sep 22, 2019 · 8 comments

Comments

@kouohhashi
Copy link

Hi,
When I tried to install kytea-0.4.7 on my Ubuntu-18.04, I got error.

./configure seems to be completed without any errors.
But when I run make command i got

collect2: error: ld returned 1 exit status
Makefile:384: recipe for target 'kytea' failed
make[2]: *** [kytea] Error 1
make[2]: Leaving directory '/home/ext-share/tmp/kytea-0.4.7/src/bin'
Makefile:341: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ext-share/tmp/kytea-0.4.7/src'
Makefile:442: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Could you give me a hint?

Thanks in advance.

@jingshu-liu
Copy link

I'm having the same problem here did you find the solution ?

@phucdoitoan
Copy link

phucdoitoan commented May 27, 2020

I have exactly the same problem with Ubuntu 18.04.4 LTS

collect2: error: ld returned 1 exit status
Makefile:384: recipe for target 'kytea' failed
make[2]: *** [kytea] Error 1
make[2]: Leaving directory '/home/Downloads/kytea-0.4.7/src/bin'
Makefile:341: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/Downloads/kytea-0.4.7/src'
Makefile:442: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

@nikhiljaiswal
Copy link

Hi, I am facing the same issue. Has anyone resolved it? Please help.

@KyGao
Copy link

KyGao commented Nov 17, 2020

Try installing in this way: xtreme.

@mayhewsw
Copy link

This worked for me. Thanks!

@kaushal0494
Copy link

This worked for me:
tar -xzf kytea-0.4.6.tar.gz
cd kytea-0.4.6
mkdir -p m4
autoreconf -i
./configure --prefix=${CONDA_PREFIX}
make
make install
pip install kytea
kytea --help

@OrangeInSouth
Copy link

I had the same problem and have resolved it.

I found that I will fail if installing from kytea-0.4.6.tar.gz, and will success if installing from this repository (kytea-master.zip)

@shaoyangxu
Copy link

Try installing in this way: xtreme.

Love U.

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

9 participants