Compiling for HPUX and AIX

czrpb nanotech at europa.com
Mon Feb 25 16:09:59 EST 2002


Michael:

That seemed to work, thanks!

Could I bother you to explain why and more importantly why Python
itself can not figure this out?

thanks!! -- Quentin

--- In python-list at y..., Michael Piotrowski <mxp at d...> wrote:
> "czrpb" <nanotech at e...> 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 d...>
> -- 
> http://mail.python.org/mailman/listinfo/python-list





More information about the Python-list mailing list