bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gl_STDARG_H on AIX 5.3 with IBM v8 C compiler


From: Matthew Woehlke
Subject: Re: gl_STDARG_H on AIX 5.3 with IBM v8 C compiler
Date: Mon, 05 Feb 2007 12:57:52 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061206 Thunderbird/1.5.0.9 Mnenhy/0.7.4.0

Albert Chin wrote:
On Mon, Feb 05, 2007 at 10:49:52AM -0600, Matthew Woehlke wrote:
Paul Eggert wrote:
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.

I wasn't talking about va_copy, I was talking about the general problem of configure not figuring out to use -qlanglvl=*c99. This *is* an issue for coreutils on AIX 5.1 (because otherwise one must use the c99-to-c89 patch when there is a c99 compiler available). We have the same underlying problem, with two completely different causes.

Clearer? :-)

--
Matthew
This message is non-smoking





reply via email to

[Prev in Thread] Current Thread [Next in Thread]