kytea
kytea copied to clipboard
Install Error at make command on Ubuntu 18.04
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.
I'm having the same problem here did you find the solution ?
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
Hi, I am facing the same issue. Has anyone resolved it? Please help.
Try installing in this way: xtreme.
This worked for me. Thanks!
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
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)