On Mon, Feb 05, 2007 at 10:49:52AM -0600, Matthew Woehlke wrote: > Paul Eggert wrote: > >Albert Chin <[EMAIL PROTECTED]> writes: > >>It looks like the only way > >>to get the builtin va_copy() to work on AIX 5.3 is to add > >>-qlanglvl=extc99 to CFLAGS? > > > >For what it's worth, we should be encouraging that anyway. > >AC_PROG_CC_STDC should add -qlanglvl=extc99 to CC, and if this > >isn't working then we should fix AC_PROG_CC_STDC. > > I don't think it is (at least, it didn't when I tried to build coreutils > on AIX 5.1). My AIX machine is (supposedly) unavailable at the moment > but I will probably investigate why -qlanglvl=*c99 is not being used > when I get a chance.
It's not an issue on AIX 5.1 because 5.2+ introduced va_copy in /usr/include/stdarg.h. -- albert chin ([EMAIL PROTECTED])