On Thu, 2009-10-15 at 10:06 +0100, Paul Freeman wrote:
> (some previous posts indicated this might be todo with 64bit file offsets
> so we've played around with disable-largefile and setting _FILE_OFFSET_BITS
> manually but without any success)

If your OS is 64bit, you can't disable 64bit file offsets. But yes, your
problems clearly points to pread() being broken for some reason. The
easiest way to see if that's the only thing broken is to comment out
HAVE_PREAD from config.h after configure and recompile.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to