Python-list Digest, Vol 19, Issue 209

Scott Leerssen scott at leerssen.com
Thu Apr 14 13:04:43 EDT 2005


On Apr 13, 2005, at 12:41 PM, python-list-request at python.org wrote:

> From: Scott Leerssen <scott at leerssen.com>
> Date: April 13, 2005 12:29:35 PM EDT
> To: python-list at python.org
> Subject: unstatisfied symbols building Python 2.4.1 on HP-UX 10.20
>
>
> 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?
>

*blush*

Actually, the box on which I was building was HP 11.11.  I finally  
googled up a reference and this helped:

http://mail.python.org/pipermail/python-bugs-list/2005-January/ 
027083.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1465 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050414/249f1e5e/attachment.bin>


More information about the Python-list mailing list