In article <[email protected]>, <[email protected]> wrote: >Aahz: >> >> You probably want to start by figuring out which threading library is >> being used -- Python normally wants Posix threads, but IIRC, that's not >> the default on HP-UX, and you may need to fix the build process to use >> Posix. > >You're probably right, but I'm lost here, since I'm neither a *nix nor >a HP-UX expert in building software from source. I'm used to >"configure; make; make install", which usually works well on other >platforms...
Try finding a usergroup/list for HP, you will probably have better luck there. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "In 1968 it took the computing power of 2 C-64's to fly a rocket to the moon. Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft Windows 98. Something must have gone wrong." --/bin/fortune -- http://mail.python.org/mailman/listinfo/python-list
