On Wed, 13 Mar 2002, David Champion wrote:

> On 2002.03.13, in <[EMAIL PROTECTED]>,
>       "Ken Weingold" <[EMAIL PROTECTED]> wrote:
> > Oh, cool.  So the following means that mutt doesn't need any of the
> > ncurses libraries at all after the binary is built?
> >
> > ./mutt:
> >          -lintl.1 => /usr/local/lib/libintl.so.1
> >          -liconv.2 => /usr/local/lib/libiconv.so.2
> >          -lc.12 => /usr/lib/libc.so.12
>
> Yep. If it were depending on your ncurses build, you'd see another line
> like
>            -lncurses => /home/hazmat/ncurses-5.2/libncurses.so
> or something.

if it were - but by default ncurses doesn't build shared libraries.
(On some systems such as FreeBSD which have poor linker semantics
combined with a lagging-edge version of ncurses, that results in
linking with the system's copy of ncurses - but ldd shows that, too ;-).

-- 
T.E.Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net

Reply via email to