Paul Eggert wrote: > I installed the following patch, which should be harmless > on valid nanosleep hosts; does it detect the bug on your platform?
Yes, it does. With this patch, "gmake check" passes all tests on AIX 4.3.2. However, when built with "make", the program src/[ is not built. ("make" succeeds but simply does not build src/[ !) "make check" then fails because it cannot find ../../src/[ . Similar to the problem on OSF/1 4.0d. Bruno