[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: print/echo lost from COMMAND_PROMPT Function
From: |
Chet Ramey |
Subject: |
Re: print/echo lost from COMMAND_PROMPT Function |
Date: |
Wed, 5 Feb 2020 09:45:14 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 |
On 2/4/20 4:59 PM, Manish Patel wrote:
> Thank you Chet,
>
> In that case, how do I compile my own bash with specific version of
> readline?
> I can not install readline to system but I can compile both in my home
> directory.
You can grab any readline distribution from the usual GNU sources, build
it, and install it in a directory under your home directory (DESTDIR).
Then you can build bash and configure --with-installed-readline
(--with-installed-readline=DIRECTORY).
You may find that the readline version you choose is too old to use and
won't satisfy the external dependencies of the bash version you're using.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/