Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15866

Re: print/echo lost from COMMAND_PROMPT Function

From Chet Ramey <chet.ramey@case.edu>
Newsgroups gnu.bash.bug
Subject Re: print/echo lost from COMMAND_PROMPT Function
Date 2020-02-05 09:45 -0500
Message-ID <mailman.338.1580913938.2412.bug-bash@gnu.org> (permalink)
References <cb99a479-dbf5-462d-191c-bb77aa896fd4@broadcom.com> <258ec5bc-56ef-54c9-fc9b-27dd968574c0@case.edu> <e8b5a34b-6b40-e764-37e6-fb977b03d25b@broadcom.com> <ab2281e2-e5e1-9437-efba-5fa02f39168a@case.edu>

Show all headers | View raw


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/

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: print/echo lost from COMMAND_PROMPT Function Chet Ramey <chet.ramey@case.edu> - 2020-02-05 09:45 -0500

csiph-web