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