On 2012-11-30 19:50, buysell08 wrote: > 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 Never seen that before. From what I can tell on similar problems on google, it's an issue with your glibc causing double definitions when programs are compiled with _FILE_OFFSET_BITS= such as fio is. If you can give me access to your system, I can probably add a work-around for you. -- Jens Axboe -- 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