Re: lynx, ncurses, gpm
On Thu, Nov 07, 2002 at 02:39:45PM +0000, Glyn Kennington wrote:
> Morten Bo Johansen wrote:
> > the ncurses FAQ makes mention of a problem with certain
> > versions of gpm that has a bug in them that prevents libgpm
> > from linking properly to ncurses. This could be tested by doing
> > a 'nm libgpm.so' and see if wgetch is defined in it and not
> > listed as an external.
>
> I'm not sure I understand nm here:
>
> $ nm /usr/lib/libgpm.so
> nm: /usr/lib/libgpm.so: no symbols
> $ nm -a /usr/lib/libgpm.so
> nm: /usr/lib/libgpm.so: no symbols
Try 'nm -D' (or --dynamic).
--
Colin Watson [cjwatson@flatline.org.uk]
Reply to: