Re: Compiling python2.5 on IBM AIX

2007-07-17 Thread pruebauno
On Jul 17, 3:58 am, [EMAIL PROTECTED] wrote: > > I haven't compiled it myself, but I'm told that the installation I > > work with was compiled with: > > > export PATH=$PATH:/usr/vacpp/bin:/usr/vacpp/lib > > ./configure --with-gcc="xlc_r -q64" --with-cxx="xlC_r -q64" --disable- > > ipv6 AR="ar -X64"

Re: Compiling python2.5 on IBM AIX

2007-07-17 Thread George Trojan
[EMAIL PROTECTED] wrote: >> I haven't compiled it myself, but I'm told that the installation I >> work with was compiled with: >> >> export PATH=$PATH:/usr/vacpp/bin:/usr/vacpp/lib >> ./configure --with-gcc="xlc_r -q64" --with-cxx="xlC_r -q64" --disable- >> ipv6 AR="ar -X64" >> make >> make install

Re: Compiling python2.5 on IBM AIX

2007-07-17 Thread bravo . loic
> I haven't compiled it myself, but I'm told that the installation I > work with was compiled with: > > export PATH=$PATH:/usr/vacpp/bin:/usr/vacpp/lib > ./configure --with-gcc="xlc_r -q64" --with-cxx="xlC_r -q64" --disable- > ipv6 AR="ar -X64" > make > make install I've tried with the followong c

Re: Compiling python2.5 on IBM AIX

2007-07-16 Thread Gerard Flanagan
On Jul 16, 12:29 pm, [EMAIL PROTECTED] wrote: > hi, > > I'm trying to make a local install of python 2.5 on AIX and I'm > getting some trouble with _curses. > > Here is how I tried to compile it : > > export BASE=/usr/local/python251 > > cd Python.2.5.1 > ./configure --prefix=${BASE}/\ > LD

Re: Compiling python2.5 on IBM AIX

2007-07-16 Thread Gerard Flanagan
On Jul 16, 12:29 pm, [EMAIL PROTECTED] wrote: > hi, > > I'm trying to make a local install of python 2.5 on AIX and I'm > getting some trouble with _curses. > > Here is how I tried to compile it : > > export BASE=/usr/local/python251 > > cd Python.2.5.1 > ./configure --prefix=${BASE}/\ > LD

Compiling python2.5 on IBM AIX

2007-07-16 Thread bravo . loic
hi, I'm trying to make a local install of python 2.5 on AIX and I'm getting some trouble with _curses. Here is how I tried to compile it : export BASE=/usr/local/python251 cd Python.2.5.1 ./configure --prefix=${BASE}/\ LDFLAGS="-L\${BASE}/lib/"\ PPFLAGS="-I\${BASE}/include/"\ make