undefined reference to `LzmaDecode'
A free file archiver for extremely high compression
Brought to you by:
ipavlov
https://gitcode.com/hunzen/stardict-3_0_1_3
clone!
./autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man --disable-gnome-support --disable-gucharmap
Need to install lzma-dev. Or:
stddict.cpp:39:10: fatal error: lzma/LzmaDec.h: No such file or directory
39 | #include <lzma lzmadec.h=""></lzma>
But still compile error:
stardict-3_0_1_3/src/lib/stddict.cpp:1033:(.text+0xd4e0): undefined reference to `LzmaDecode'
Can you help me to fix it?