On Thu, May 28, 2009 at 11:46:50AM -0500, Brandon Casey wrote:
So we either require compiling with a c99 compiler (by ensuring that
_XPG6 is set) or exclude compiling with a c99 compiler on sun (by
ensuring that _XPG6 is not set). Actually, this would only affect Solaris
versions which support XPG6. Solaris 11 and 10 do. I don't know about
Solaris 9 and 8. Solaris 7 doesn't.
Which do we want to do?
FWIW, I didn't even try using sun's cc. I have been doing all of my
builds using gcc 3.1.1 (from around 2002, which is what happens to be
available on the old-ish Solaris install at my university).
-Peff