I'm getting 'stat64 already defined' type errors when trying to "make" fio on RedHat/Centos 6.3 (linux kernel 2.6.18-308). I couldn't find anything in the www.spinics.net/lists/fio mailing list archives about it. Has anybody else seen a problem like this? > make DEP .depend CC gettime.o : Assembler messages: :354: Error: symbol `fstatat64' is already defined :388: Error: symbol `fstat64' is already defined :418: Error: symbol `lstat64' is already defined :448: Error: symbol `stat64' is already defined :1704: Error: symbol `pread64' is already defined make: *** [gettime.o] Error 1 Here's backgound version info from gcc: > gcc -v Reading specs from /usr/lib64/gcc-4.4.2/gcc/x86_64-unknown-linux-gnu/4.4.2/specs Target: x86_64-unknown-linux-gnu Configured with: ./configure --prefix=/usr/local/gcc/4.4.2 --enable-threads --enable-shared --enable-languages=c,c++ --disable-multilib --with-mpfr=/usr/local/gcc/4.4.2 --libdir=/usr/lib64/gcc-4.4.2 --with-include=/usr/local/gcc/4.4.2/include --with-gxx-include-dir=/usr/local/gcc/4.4.2/include/g++-v3 Thread model: posix gcc version 4.4.2 (GCC) > uname -r 2.6.18-308.8.1.el5 Thanks in advance Ben -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html