bug-bash
[Top][All Lists]
Advanced

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

Re: Installing bash with rpath


From: Mohammad Akhlaghi
Subject: Re: Installing bash with rpath
Date: Wed, 23 Jan 2019 14:20:39 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 1/23/19 2:13 PM, Chet Ramey wrote:
Is there any special reason that rpath isn't managed for Bash (similar to
how its managed for readline)?

Because bash, by default, links statically with its own copy of readline.
If you want to do things differently, there is a mechanism: specify the
--rpath option to the linker. I don't know why that's not working for you.

It is indeed very strange, because I am using the same script to build both bash and readline, but rpath is written in one and ignored in the other. I'll look for a solution in my scripts then.

Thanks a lot for the prompt help,
Mohammad



reply via email to

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