bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/24815] ld fails to find symbols from DT_NEEDED entries


From: nsz at gcc dot gnu.org
Subject: [Bug ld/24815] ld fails to find symbols from DT_NEEDED entries
Date: Tue, 30 Jul 2019 12:36:58 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]