Python on HP-UX

2009-08-27 Thread Westlund, David
Hi I'm trying to compile Python on an HP-UX v11.23 running on an Itanium. I have tried with both gcc and cc, and python versions 2.5.4, 2.6.2 as well as an SVN checkout. In all cases, alloca.h needs to be included. On most systems I'm guessing it is already included from stdlib.h, but not on HP

Re: Problem building Python on HP-UX

2005-09-02 Thread sponix2ipfw
I don't know much about HP-UX, and I'm sure someone will shoot me down for saying this, but all *nix is about the same to me. I'd just try a ./configure --prefix=/opt/tcl_tk on both the TCL and TK installs, and then just drop the ./configure params in there to use /opt/tcl_tk/ as the prefix to the

Re: Problem building Python on HP-UX

2005-09-02 Thread Trent Mick
) - shared library > must be position independent. Use +z or +Z to recompile. > > I have tried building tcl/tk without any configure options as well as > with --disable-shared and --disable-load but this doesn't help. > > Anyone seen anything like this or know how to get

Problem building Python on HP-UX

2005-09-02 Thread Dr. Who
I'm trying to build Python 2.4.1 on HP-UX 11.00 with full tcl/tk IDLE support. So far, I haven't had any luck. I always wind up getting errors of the form: ld: DP relative code in file /ptg/devtools/hppa1.1/pre/lib/libtk8.4.a(tkWindow.o) - shared library must be position independent. Use +z or