Eric Blake wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[please don't top-post on technical lists]
According to Jean-Louis Martineau on 11/23/2009 5:17 AM:
If was because off the following define:
#define _LARGE_FILES 1
I removed it and it works.
I had others bug because <config.h> is not the first header loaded.
So, just so I'm sure, is there anything that gnulib needs to do, or was
this purely a usage bug on your end? We want 64-bit offset support by
default in gnulib.
It was a usage bug on my end. Our config.h already correctly set
_LARGE_FILES, redefining it was the bug.
Jean-Louis