Re: compiling on AIX 5.3 with vacpp

2006-11-01 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > > indeed as you say. libintl.h is required so I hard coded it into > setup.py to no effect. At what point does setup.py get called? by make? Yes. When you do make, python itself is built. After that, with the built python setup.py gets called to build all the modules.

Re: compiling on AIX 5.3 with vacpp

2006-11-01 Thread pruebauno
[EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote: > > I am trying to compile Python 2.5 on AIX 5.3. I used > > > > building '_locale' extension > > ./Modules/ld_so_aix xlc_r -q64 -bI:Modules/python.exp > > build/temp.aix-5.3-2.5/home/pxadm/.test/Python-2.5/Modules/_localemodule.o > > -L/usr/local

Re: compiling on AIX 5.3 with vacpp

2006-10-27 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > I am trying to compile Python 2.5 on AIX 5.3. I used > > building '_locale' extension > ./Modules/ld_so_aix xlc_r -q64 -bI:Modules/python.exp > build/temp.aix-5.3-2.5/home/pxadm/.test/Python-2.5/Modules/_localemodule.o > -L/usr/local/lib -o build/lib.aix-5.3-2.5/_locale.s

compiling on AIX 5.3 with vacpp

2006-10-26 Thread pruebauno
I am trying to compile Python 2.5 on AIX 5.3. I used export PATH=/usr/bin:/usr/vacpp/bin OPT=-O2 ./configure --with-gcc="xlc_r -q64" --with-cxx="xlC_r -q64" --disable-ipv6 AR="ar -X64" make The following error stops make in its track: building '_locale' extension ./Modules/ld_so_aix xlc_r -q64