Matthew Woehlke <[EMAIL PROTECTED]> writes: > ...for some reason, configure on AIX is incorrectly thinking that it > has strndup (declared, anyway) from the OS, when it does not UNLESS > '_ALL_SOURCE' is defined.
But _ALL_SOURCE is defined. At least, it should be, in config.h. Can you check what happened to it? That might explain your problems right there. > ...so it seems strstr should be pulled, and isn't? Was this something > that was just fixed, or is it new? It should be fixed in the latest gnulib, yes, but I don't know if that was in the snapshot you got. See the patch at the end of: http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00039.html _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
