Re: unable to compile Python 2.6.4 on AIX using gcc

2009-11-04 Thread Mark Dickinson
On Nov 3, 10:40 pm, chuck nospam_chuckwhi...@charter.net wrote: Hello -- I am trying to compile Python 2.6.4 on a Power 5 PC with AIX 5.3.  Here are the settings: export OBJECT_MODE=64 export AR=ar -X64 export MAKE=/usr/bin/gmake export CC=gcc export CFLAGS=-maix64 -O2 -g -mcpu=power5

Re: unable to compile Python 2.6.4 on AIX using gcc

2009-11-04 Thread chuck
Thanks Mark. That was indeed very helpful. Here's the current status: === 1. applied changes suggested by Bob Atkins in that thread. 2. setting env variables. export OBJECT_MODE=64 export CC=gcc export CFLAGS=-maix64 -mcpu=power5 export LDFLAGS=-maix64 -L/usr/lib64