Gilles Espinasse wrote: > The script I send run until test fail. This vary from 1 to 150 attempts.
OK, I took a look. The files differ by one character in a timestamp. http://en.wikipedia.org/wiki/Ar_(Unix) cmp is the wrong tool for comparison. There is a race condition and thus a but in the glibc configure.in file. Perhaps it should be: cmp -si 34 conftest.a conftest2.a I'll file a bug, but I doubt it will be addressed. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
