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 -L/
On Nov 3, 10:40 pm, chuck 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"
> export LDFLAGS="-L/
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"
export LDFLAGS="-L/usr/lib64 -L/opt/freeware/lib64
-L/opt/freeware/