"Alfred M\. Szmidt" <[EMAIL PROTECTED]> wrote: > Just tried the coreutils in CVS, I'm assuming that it is similar to > 5.90. And I had to go `eek eek eek'. :-) > > chdir-long.c gets compiled for some oddball reason on GNU, which it > shouldn't. I'm not sure how to skip compilation of that file on > systems that don't define PATH_MAX, doing a #error seems quite wrong.
It should be compiled only if your system defines PATH_MAX. If it doesn't work that way, then there's something wrong with m4/chdir-long.m4 -- its test program includes <unistd.h> and <limits.h>. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
