Thanks for the report.
That's fixed in the latest test release.
ftp://alpha.gnu.org/gnu/fetish/fileutils-4.0m.tar.gz
[EMAIL PROTECTED] ([EMAIL PROTECTED]) writes:
| In trying to install fileutils-4.0 on my machine, running SuSE Linux 6.2
| with kernel 2.2.13, I have encountered a problem when issuing the "make"
| command. This produces the following error message at the point when
| the routine starts to process the subdirectory /src:
|
| ...
| make[2]: Leaving directory `/usr/local/fileutils-4.0/intl'
| Making all in src
| make[2]: Entering directory `/usr/local/fileutils-4.0/src'
| gcc -g -O2 -o cp cp.o copy.o cp-hash.o ../lib/libfu.a
| cp.o: In function `main':
| /usr/local/fileutils-4.0/src/cp.c:783: undefined reference to `stat64'
| /usr/local/fileutils-4.0/src/cp.c:785: undefined reference to `lstat64'
| collect2: ld returned 1 exit status
| make[2]: *** [cp] Error 1
| make[2]: Leaving directory `/usr/local/fileutils-4.0/src'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/usr/local/fileutils-4.0'
| make: *** [all-recursive-am] Error 2