libtool
[Top][All Lists]
Advanced

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

[sr #107416] relink with a DESTDIR install mistakenly links against old


From: Adam
Subject: [sr #107416] relink with a DESTDIR install mistakenly links against old installed libraries rather than those in DESTDIR
Date: Wed, 6 Nov 2024 04:55:10 -0500 (EST)

Follow-up Comment #3, sr #107416 (group libtool):

I ran into this bug when building util-linux-2.35.2, which uses libtool
2.4.6.

It looks like --enable-fast-installed is on by default, but the binaries are
still wrongly relinked:

objdump -t ./.libs/libmount.so.1.1.0 | grep clock
0000000000000000       F *UND*  0000000000000000
clock_gettime@@GLIBC_2.2.5


objdump -t ./.libs/libmount.so.1.1.0T | grep clock
0000000000000000       F *UND*  0000000000000000
clock_gettime@@GLIBC_2.17


I haven't been able to find any workarounds for this that work and would
appreciate any help.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?107416>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

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