On 16 Mar 2014 22:06, Yuri Levinsky <yuril(at)celltick(dot)com> wrote:
>
> Craig,
> Is this output correct now?
> #define SIZEOF_OFF_T 8
> #define SIZEOF_VOID_P 8
Well, you are getting 64-bit pointers. So if you are trying to produce a 64-bit executable then yes, this looks appropriate.