[Python-Dev] can't build with threads on OSF/1

Neil Schemenauer nas@arctrix.com
Fri, 13 Oct 2000 01:28:49 -0700


On Fri, Oct 13, 2000 at 10:18:23AM -0500, Charles G Waldman wrote:
> Unresolved:
> __pthread_mutex_init
[...]

What is the LIBS variable set to in Modules/Makefile?  It looks
your missing something like "-lpthread".

  Neil