Subject: Re: Anyone working on KDE4?
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 05/18/2007 15:47:35
On Fri, May 18, 2007 at 12:18:20PM +0100, Raymond Meyer wrote:
> > Check the configuration header of libstdc++ whether it has C99 support
> > active.
> 
> How do I do that?

g++/c++config.h, _GLIBCXX_USE_C99_MATH should be defined.

Joerg