On Wed, Mar 13, 2002, David Champion wrote: > Run "ldd mutt". This will tell you what shared dependencies the binary > has (including whether it used the shared or static libs from your > ncurses build).
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
-Ken
