From: David C. <cl...@au...> - 2005-05-20 23:30:59
|
I was able to compile Python 2.3.4 (haven't tried 2.3.5) on AIX. That wa= s a few months back; I remember having to experiment with the flags a littl= e bit and I don't remember the details but I also arrived at used --with-th= reads and --disable-ipv6, but I used the IBM VisualAge C compiler so I did not = use the --with-gcc option: export OPT=3D"-qcpluscmt -O -qmaxmem=3D-1 -DAIX_GENUINE_CPLUSPLUS" export LIBS=3D"-lC" # loadAndInit for IBM xlC_r ./configure --without-pymalloc --prefix=3D/opt/freeware --with-cxx=3DxlC_= r \ --enable-shared --with-threads --disable-ipv6 The Toolbox python will move up to 2.3.4 (the version that has been pendi= ng with our lawyers) into the Toolbox whenever they grant us permission to d= o so; as with this and other Toolbox packages, there is not a set time schedule. On Fri, May 20, 2005 at 06:04:22PM -0400, Aaron Morris wrote: > On 5/20/05, John ZY ZHUANG <zhu...@cn...> wrote: > > =20 > > Hi,=20 > > You know, we can install python 2.2 rpm packages from AIX toolbox for= Linux > > CD.=20 > > Could you pls provide Python 2.3.5 RPM package? A lot of people tried= to > > compile Python 2.3.x on AIX 5L, but failed.=20 > >=20 > > Have a nice day. > > =20 > > http://zhuangzy.cn.userv.ibm.com > > This website is available when my thinkpad running on intranet. > > =20 > > John Zhuang (=D7=AF=D7=BF=D3=C2), Senior I/T Specialist > > =20 > > Open System Services > > IBM Global Services - South China Delivery > > =20 > > Tel:8620 87553828 1926 Fax:8620 87550087 > > email: Zhu...@cn...=20 >=20 > When I compiled python 2.4 on AIX 5.2, I had to use the following flags= : >=20 > --with-gcc --with-threads --disable-ipv6 >=20 > --with-threads may be optional, but the other two were definitely requi= red >=20 > --=20 > Aaron W Morris (decep) <aar...@gm...> --=20 David Clissold cl...@au... |