https://sourceware.org/bugzilla/show_bug.cgi?id=24815

--- Comment #10 from Szabolcs Nagy <nsz at gcc dot gnu.org> ---
> /usr/bin/ld: /lib/liblzma.so.5: definition of lzma_end
...
> /usr/bin/ld:
> /usr/lib/gcc/x86_64-pc-linux-musl/9.1.0/../../../../lib/libxml2.so:
> undefined reference to `lzma_end@XZ_5.0'

you need to check the symbol versions and symbol table.

readelf -sW /lib/liblzma.so.5 |grep lzma_end

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to