[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] -Wl,-rpath not passed through?
From: |
Steffen Nurpmeso |
Subject: |
Re: [Tinycc-devel] -Wl,-rpath not passed through? |
Date: |
Sat, 04 Jun 2016 15:46:08 +0200 |
User-agent: |
s-nail v14.8.8-246-g97c4a50 |
Hi!
Pretty stormy here, huh?
i wrote:
|Hello again!
|
|I have just recognized that i need to use -Wl,-rpath now (new
|So then, here we go:
| address@hidden nail.git]$ readelf -d s-nail
| 0x000000000000000f (RPATH) Library rpath: [/usr/lib]
|This is still true for [mob:1ca685f], but which no longer needs
|a cherry-picked commit to do it. Cool! :-)
With the attached diff we get
address@hidden nail.git]$ readelf -d s-nail
Dynamic section at offset 0xf6a78 contains 19 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libssl.so.1.1]
0x0000000000000001 (NEEDED) Shared library: [libcrypto.so.1.1]
0x000000000000000f (RPATH) Library rpath:
[/home/steffen/usr/opt/.ssl-1.1.0/lib:/home/steffen/usr/lib:/home/steffen/usr/opt/tcc-mob/lib:/home/steffen/usr/opt/pcc/lib:/lib:/usr/local/lib:/usr/lib]
Yay.
Ciao!
--steffen
tcc-rpath.diff
Description: Text Data
- [Tinycc-devel] -Wl,-rpath not passed through?, Steffen Nurpmeso, 2016/06/02
- Re: [Tinycc-devel] -Wl,-rpath not passed through?,
Steffen Nurpmeso <=
- Re: [Tinycc-devel] -Wl,-rpath not passed through?, David Mertens, 2016/06/04
- Re: [Tinycc-devel] -Wl,-rpath not passed through?, Michael Matz, 2016/06/05
- Re: [Tinycc-devel] -Wl,-rpath not passed through?, Steffen Nurpmeso, 2016/06/06
- Re: [Tinycc-devel] -Wl,-rpath not passed through?, Steffen Nurpmeso, 2016/06/06
- Re: [Tinycc-devel] -Wl,-rpath not passed through?, Steffen Nurpmeso, 2016/06/06
- Re: [Tinycc-devel] -Wl,-rpath not passed through?, Michael Matz, 2016/06/06
- Re: [Tinycc-devel] -Wl,-rpath not passed through?, Steffen Nurpmeso, 2016/06/06