Subject: Re: buildlink vs. real gcc ?!
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Thomas Klausner <wiz@netbsd.org>
List: tech-pkg
Date: 03/04/2003 15:52:06
On Tue, Mar 04, 2003 at 03:40:43PM +0100, Hubert Feyrer wrote:
> 	undefined reference to `use_default_colors'
> 	collect2: ld returned 1 exit status

Your curses installation is missing use_default_colors.

Inclusion of ncurses.mk does not mean that the ncurses package is used,
only if necessary.
In this case, you can just do
USE_NCURSES=	# use_default_colors
though I think we already got that function since before 1.6F, so it's better
if you add
INCOMPAT_CURSES=       NetBSD-1.4* NetBSD-1.5* NetBSD-1.6-* NetBSD-1.6.*-* NetBSD-1.6[A-E]-*
instead.

Cheers,
 Thomas