I compiled without problem coreutils 5.93, but when I executed "make check" there was one failed test. The failed test was close-stdout
You haven't given any information about the system you compiled GNU coreutils 5.93 on, so it is hard to figure out what might have gone wrong. The configure option was: ./configure --prefix=/ When using GNU configure, and you wish to install programs in the root, you should use the empty prefix, and not add a extra slash. I.e. ./configure --prefix= Cheers. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils