Subject: Re: mutt package not working...
To: Andrew Brown <atatat@atatdot.net>
From: Julian Coleman <J.D.Coleman@newcastle.ac.uk>
List: tech-pkg
Date: 08/21/2000 15:33:16
> >> i can't get mutt-1.2.5 to build from pkgsrc.  all goes well until the
> >> final link step and then i get this:
> >> 
> >>     cc ... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib ... -lncurses ...
> >>     ...
> >>     menu.o: In function `print_enriched_string':
> >>     menu.o(.text+0x7f): undefined reference to `_acs_char'
> >>     menu.o(.text+0x97): undefined reference to `_acs_char'
> >>     menu.o(.text+0xaf): undefined reference to `_acs_char'
> >>     menu.o(.text+0xc7): undefined reference to `_acs_char'
> >>     menu.o(.text+0xdf): undefined reference to `_acs_char'

This is odd.  _acs_char comes from /usr/include/curses.h, so we're compiling
with NetBSD curses.  However, from the line above, we're linking with the
ncurses library, so it's not suprising some symbols aren't found.

J

-- 
                    My other computer also runs NetBSD
                          http://www.netbsd.org/