pruebauno@latinmail.com wrote:
> Error Message:
> cc_r -c -DNDEBUG -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -I
> . -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o
> Objects/fileobject.c
> "Objects/fileobject.c", line 382.2: 1506-205 (S) #error "Large file
> support, but neither off_t nor fpos_t is large enough."
I don't think -D_FILE_OFFSET_BITS does anything for AIX. I think you
need -D_LARGE_FILES=1. Also, I doubt you want -D_LARGEFILE64_SOURCE as
well.
--
albert chin (china @at@ thewrittenword .dot. com)