Quote Originally Posted by LraiZer View Post
I was only trying to remove the -D_FILE_OFFSET_BITS=64 flag here so that the call to mmap64 is automatically redirected back to mmap() which works.
Ah. You're saying it is the use of mmap64() that is the issue., not 64-bit time?

Still weird. mmap64 should work an a 32-bit system (otherwise you could never mmap sections of large files - and you can...)