Subject: |
Re: [Merge] ~bhill/epics-base:shared-rpath-independent-of-static-build into epics-base:7.0 |
From: |
mdavidsaver via Core-talk <[email protected]> |
To: |
Bruce Hill <[email protected]> |
Date: |
Thu, 26 Sep 2019 16:07:25 -0000 |
Mark, if you want to understand what flags were used to build a binary, then the output of 'readelf' is quite helpful. eg. the RUNPATH entry shows the -rpath which was passed to the linker, and the NEEDED entries are the direct library dependencies (the -l passed to the linker).
$ readelf -d bin/linux-x86_64/caget |head
Dynamic section at offset 0x8d90 contains 32 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libca.so.4.13.3]
0x0000000000000001 (NEEDED) Shared library: [libCom.so.3.17.4]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libm.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000001d (RUNPATH) Library runpath: [$ORIGIN/../../lib/linux-x86_64]
--
https://code.launchpad.net/~bhill/epics-base/+git/epics-base/+merge/373243
Your team EPICS Core Developers is requested to review the proposed merge of ~bhill/epics-base:shared-rpath-independent-of-static-build into epics-base:7.0.
- References:
- [Merge] ~bhill/epics-base:shared-rpath-independent-of-static-build into epics-base:7.0 Bruce Hill via Core-talk
- Navigate by Date:
- Prev:
Re: pvData introduction Kasemir, Kay via Core-talk
- Next:
Re: [Merge] ~bhill/epics-base:shared-rpath-independent-of-static-build into epics-base:7.0 mdavidsaver via Core-talk
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
<2019>
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Re: [Merge] ~bhill/epics-base:shared-rpath-independent-of-static-build into epics-base:7.0 rivers via Core-talk
- Next:
Re: [Merge] ~bhill/epics-base:shared-rpath-independent-of-static-build into epics-base:7.0 mdavidsaver via Core-talk
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
<2019>
2020
2021
2022
2023
2024
|