Task:
build and install python 2.5.1 on AIX 5.3 to /opt/python2.5 with the
subdirectories:
./lib
./bin
./include
./man
./info
a.s.o
The ./bin ./man are created fine but for ./lib & ./include the
structure is
/opt/python2.5/lib/python2.5
/opt/python2.5/include/python2.5
where i would like t
Thanks for clearifing the issue.
Hajo
--
http://mail.python.org/mailman/listinfo/python-list
Hi folks,
i have an failover environment for a python application which can
fail-over to a AIX, Sun or Linux Box.
At the moment the python interpreter ( 2.4.2 on all platforms ) and the
application are installed localy but all data and configuration are on
a shared location ( NFS/GPFS)
So far no pr
Hi folks,
maybe somebody can help.
I am trying to build python 2.4.2 on AIX 5.1 with gcc 3.3.2
The build option for python are:
$ ./configure \
--enable-unicode \
--enable-shared \
--with-gcc \
--mandir=/usr/local/man \
--infodir=/usr/local/info
After make i see a libpython2.4