kytea icon indicating copy to clipboard operation
kytea copied to clipboard

Install Error at make command on Ubuntu 18.04

Open kouohhashi opened this issue 5 years ago • 8 comments

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.

kouohhashi avatar Sep 22 '19 13:09 kouohhashi

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

jingshu-liu avatar Apr 24 '20 15:04 jingshu-liu

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

phucdoitoan avatar May 27 '20 05:05 phucdoitoan

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

nikhiljaiswal avatar Aug 20 '20 06:08 nikhiljaiswal

Try installing in this way: xtreme.

KyGao avatar Nov 17 '20 02:11 KyGao

This worked for me. Thanks!

mayhewsw avatar Nov 25 '20 15:11 mayhewsw

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

kaushal0494 avatar Dec 30 '20 05:12 kaushal0494

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)

OrangeInSouth avatar Sep 16 '21 07:09 OrangeInSouth

Try installing in this way: xtreme.

Love U.

shaoyangxu avatar Oct 31 '21 10:10 shaoyangxu