[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bash 4.2] In vi mode, cc failed to change the whole line
From: |
Clark J. Wang |
Subject: |
Re: [bash 4.2] In vi mode, cc failed to change the whole line |
Date: |
Thu, 17 Feb 2011 14:39:31 +0800 |
On Thu, Feb 17, 2011 at 12:43 PM, Clark J. Wang <dearvoid@gmail.com> wrote:
> # ldd /usr/local/bash-4.2.0/bin/bash
> linux-gate.so.1 => (0xb7730000)
> libncurses.so.5 => /lib/libncurses.so.5 (0xb76ec000)
> libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb76e8000)
> libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb75a1000)
> /lib/ld-linux.so.2 (0xb7731000)
> #
>
> By the way I don't understand why there's no libreadline in the output of
> `ldd bash'. Anyone can explain?
>
> Got it. Bash compiled its own version of libreadline.a (static lib).
> --
> Clark
>
--
Clark