Subject: Re: gcc4 status
To: None <tech-toolchain@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: tech-toolchain
Date: 05/22/2006 20:59:20
On Mon, May 22, 2006 at 08:49:26PM +0200, Matthias Drochner wrote:
> 
> joerg@britannica.bec.de said:
> > You are using gettext from pkgsrc?
> 
> There might be one, but the src/tools build uses a private copy.
> It might be that "configure" gets confused here, but a fix which
> works for me is as simple as

Disable the printf headers in libintl.h in that case. You won't need
them for the internal build and that's where the problem comes from.
Linking -lintl is the other option, of course.

Joerg