unstatisfied symbols building Python 2.4.1 on HP-UX 10.20

S

Scott Leerssen

I'm trying to build Python 2.4.1 on HP-UX 10.20 and get the following
during linking:

/usr/ccs/bin/ld: Unsatisfied symbols:
PyThread_acquire_lock (code)
PyThread_exit_thread (code)
PyThread_allocate_lock (code)
PyThread_free_lock (code)
PyThread_start_new_thread (code)
PyThread_release_lock (code)
PyThread_get_thread_ident (code)
PyThread__init_thread (code)


I tried adding the -D_REENTRANT flag to OPTS as suggested in the
README, but that didn't seem to help/harm. I searched the python lists
and found lots of folks commiserating on HP-UX building, but no
solutions other than building with '--without-threads', which simply
isn't an option for me. Any hints?

Thanks,
Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top