View Single Post

   
  #4 (permalink)  
Old 01-05-2008, 07:00 AM
pruebauno@latinmail.com
 
Posts: n/a
Default 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.

Reply With Quote