Jens Schleusener wrote: > Oh, just I found in /usr/include/fcntl.h the lines > > /* Redefine open and creat for large file enabled programming environment. > */ > #ifdef _LARGE_FILES > #define open open64 > #define creat creat64 > #endif > > just a line as you suspected in your previous mail.
Yep. Support for largefiles. > So I added the configure-option "--disable-largefile" and the unpatched > version compiles also well. Yes, that will also work. But since it does disable largefile support then if you have the other version working with largefile suport included that is going to be much better. Because sure enough you will run into a >2GB file as soon as you turn that off. Bob _______________________________________________ Bug-findutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-findutils
