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"
[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
> 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
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
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
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