Paul Eggert wrote:
Matthew Woehlke writes:
any reason (other than SHTDI) that configure
does not figure out to use -qlanglvl=stdc99 on AIX?

My understanding is that 'configure' shouldn't try to use
-qlanglvl=stdc99, since that puts the compiler into a pedantic mode.
It should try -qlanglvl=extc99.  Doesn't it do that?  If not, can you
please investigate why not?  -qlanglvl=extc99 should be in
'configure'.

configure still botches the compiler. I finally got to tearing apart config.log; the reason appears to be because there is no stdbool.h on my system. Thoughts/suggestions? (Note that the compiler with only <stdio.h> does not understand 'bool', despite pages such as http://www-306.ibm.com/software/awdtools/vacpp/features/ claiming that it is supported.)

--
Matthew
<insert witty signature here>



_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to