Subject: Re: No C99?
To: Peter Bex <Peter.Bex@student.kun.nl>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: netbsd-help
Date: 04/01/2003 08:58:12
On Tuesday, April 1, 2003, at 08:16  AM, Peter Bex wrote:

> I just can't believe GNU c still doesn't provide full C99 support.

The GCC 2.95.3-based compiler that ships with NetBSD does not have C99 
support.

> Perhaps this
> PR has been forgotten after it was suspended?

No, it has not been forgotten.  It will be closed when GCC 3.3 is 
imported into the NetBSD source tree.

> There actually is a stdbool.h in the sources, I see. (that's what I 
> was looking
> for)

Yes, but it is not installed, because the compiler does not support the 
type primitive used by stdbool.h.

> If GCC supports C99, it shouldn't take much effort to add it to 
> NetBSD, am I
> correct?

If you want a C99 environment, for now you can download and install GCC 
3.2.1 from the FSF.  Note that GCC 3.2-branch does not work on all 
NetBSD platforms.  GCC 3.3 will work out of the box on almost all 
NetBSD platforms.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>