Alexander Kahl wrote: > gcc -std=gnu99 -I. -march=pentium4 -O2 -pipe -fomit-frame-pointer -s > -fgnu89-inline -c utimecmp.c > In file included from utimecmp.c:33: > utimens.h:2: error: conflicting types for 'futimens' > /tools/include/sys/stat.h:370: error: previous declaration of 'futimens' was > here > make[2]: *** [utimecmp.o] Error 1 > make[2]: Leaving directory `/mnt/lfs/coreutils-build/coreutils/lib' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/mnt/lfs/coreutils-build/coreutils/lib' > make: *** [all-recursive] Error 1 > > using newest glibc from cvs
Hmmmm, Glibc-2.6 is now released and coreutils-6.9 doesn't compile against it because of this error. It seems Glibc has now gained futimens() and it disagrees with the Coreutils implementation. Maybe some new autofoo is required? Thanks Greg _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
