Matthew Woehlke <[EMAIL PROTECTED]> writes: > 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.
That would explain why 'configure' doesn't try -qlanglvl=extc99. A compiler that lacks stdbool.h is not a C99 compiler. It sounds like an installation issue. Most likely you just have an old compiler or set of include files installed in your system. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
