I am trying to build both Python 2.7.4 and Python 3.3.1 on HPUX 11.31 Itanium with gcc 4.7.0. For both projects, I am getting the same build error:
make
...
running build scripts
...
/bin/sh[5]: 26906 Abort (coredump)
make: *** [sharedmods] Error 134
I can't find anything recent or relevant about this error. I can build Python 2.7.3 using the same process, and it builds fine. We have a working Python 3.1.2 that I built a while ago, also using the same process.
My configure line is simple:
./configure --prefix="some path" --with-threads
I have tried with and without threads. I am also building a 64 bit version, using "-mlp64"