Compiling for HPUX and AIX

Michael Piotrowski mxp at dynalabs.de
Mon Feb 25 15:09:20 EST 2002


"czrpb" <nanotech at europa.com> writes:

> I am having the following issues compiling:
>
> HPUX 11.0
> =========

[...]

I just tried building Python 2.2 on HP-UX and had no problems; here's
my build script:

---------------------------------------------------------------------
#! /usr/bin/sh

unset LANG
export CCOPTS='+z'

make distclean

CC=cc ./configure --without-gcc --without-cxx \
 --prefix=/opt/python && make
---------------------------------------------------------------------

HTH

-- 
Michael Piotrowski, M.A.                                  <mxp at dynalabs.de>



More information about the Python-list mailing list