Re: unstatisfied symbols building Python 2.4.1 on HP-UX 10.20

2005-05-11 Thread [EMAIL PROTECTED]
Scott Leerssen wrote: > 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) >

unstatisfied symbols building Python 2.4.1 on HP-UX 10.20

2005-04-13 Thread 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_