# HG changeset patch # User reimar # Date 1103816160 0 # Node ID 8de3c196a7835cb1d3e3dc4c34d615298534b7de # Parent 878f3e2a07da06f40a8d659bb6e236bc349644f3 do not use pthreads on hpux (broken, hardly useful). For reference, I get the following when starting a version compiled with it: Pthread internal error: message: __libc_reinit() failed, file: /ux/core/kern/pthreads/pthread.c, line: 1093 Return Pointer is 0xc0e29273 Quit diff -r 878f3e2a07da -r 8de3c196a783 configure --- a/configure Thu Dec 23 15:18:39 2004 +0000 +++ b/configure Thu Dec 23 15:36:00 2004 +0000 @@ -2678,6 +2678,8 @@ EOF if mingw32 ; then _ld_pthread='' +elif hpux ; then + _ld_pthread='' elif ( cc_check && $TMPO ) ; then # QNX _ld_pthread='' elif ( cc_check -lpthread && $TMPO ) ; then