On Wednesday, July 6, 2016 at 4:35:54 AM UTC+12, TM wrote:
>
> This option is not straight forward. There are too many dependencies.
> Easier in Linux not so easy in AIX.
POWER hardware?
It might be easier and quicker to get Linux running on the machine, and figure
it out there, than to try it u
On 07/05/2016 10:35 AM, TM wrote:
> This option is not straight forward. There are too many dependencies.
> Easier in Linux not so easy in AIX.
>
> Is it possible to copy the python executable (ie the code below)?
> # cp -p python python-devel
What is this python-devel thing? You said you wanted
This option is not straight forward. There are too many dependencies.
Easier in Linux not so easy in AIX.
Is it possible to copy the python executable (ie the code below)?
# cp -p python python-devel
Thanks,
Tony
On Tue, Jul 5, 2016 at 12:12 PM, Dieter Maurer wrote:
> TM wrote at 2016-7-5 11
TM writes:
> I have successfully compiled Python-2.7.12 on AIX 6.1 TL09, using steps
> below. However I need the python-devel library/headers. How do I compile
> Python, so that I can use this?
The distinction between "python" and "python-devel" is not a Python
notion but one of package manageme
Hi,
I have successfully compiled Python-2.7.12 on AIX 6.1 TL09, using steps
below. However I need the python-devel library/headers. How do I compile
Python, so that I can use this?
# ./configure --with-gcc="gcc" --with-cxx="gcc" --disable-ipv6
# make
Any help is greatly appreciated.
Thanks,
Ton