bug-gnu-libiconv
[Top][All Lists]
Advanced

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

Re: [bug-gnu-libiconv] rpath still set by libtool for iconv build even w


From: Bruno Haible
Subject: Re: [bug-gnu-libiconv] rpath still set by libtool for iconv build even with disable-rpath configuration flag is set
Date: Mon, 13 Nov 2023 16:53:07 +0100

Fred Heinecke wrote:
> strings /tmp/build_output/usr/local/bin/iconv | grep "/tmp/build_output"    # 
> This shows "/tmp/build_output/usr/local/lib"

'strings' is not a reliable way to check for an RPATH in a binary.
Instead, you need to use
  objdump -x /tmp/build_output/usr/local/bin/iconv | grep RUNPATH
or
  readelf -d /tmp/build_output/usr/local/bin/iconv | grep RUNPATH

Bruno






reply via email to

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