At 11:57 AM 3/10/2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: >- 10.20 does not have pthreads. The threading library is called CMA threads, >and is pretty different in terms of implementation and API's from that of >Pthread library.
I understand that once can install pthreads, but that seems dicey... here is what I figure to be the correct patch; please confirm... (I'm guessing hpux9 won't even suggest pthreads can be enabled and we won't try.) Index: configure.in =================================================================== RCS file: /home/cvs/apr/configure.in,v retrieving revision 1.518 diff -u -r1.518 configure.in --- configure.in 10 Mar 2003 09:50:38 -0000 1.518 +++ configure.in 10 Mar 2003 18:50:38 -0000 @@ -445,6 +445,11 @@ OSDIR="unix" eolstr="\\n" ;; + *hpux10* ) + enable_threads="no" + OSDIR="unix" + eolstr="\\n" + ;; *) OSDIR="unix" eolstr="\\n"