Re: Large file support for Python? Ross wrote:
>
> I build Python ok on AIX 5.2 with this following GNU configure string:
>
> CFLAGS="-O2 -D_LARGE_FILES" OPT=$CFLAGS LDFLAGS=-s ./configure
> --prefix=/usr/local --disable-ipv6
>
> I then also define HAVE_BROKEN_POSIX_SEMAPHORES in pyconfig.h.
>
> Good luck,
> Ross
Works beautifull, thanks. I am not very good with compiler flags. |