[Patches] [Patch #101249] port to Monterey (64-bit AIX) and pthread fix

noreply@sourceforge.net noreply@sourceforge.net
Mon, 21 Aug 2000 08:16:44 -0700


Patch #101249 has been updated. 

Project: 
Category: Build
Status: Open
Summary: port to Monterey (64-bit AIX) and pthread fix

Follow-Ups:

Date: 2000-Aug-21 15:16
By: tmick

Comment:
This patch partly (some stuff went in already) ports Python to Monterey. Remember to 'autoconf' and 'autoheader'.

- Fix bug in thread_pthread.h::PyThread_get_thread_ident() where sizeof(pthread) < sizeof(long). As Tim sort of suggested, note that function is inherently hosed.
- Add 'configure' for:
  - SIZEOF_PTHREAD is pthread_t can be included via <pthread.h>
  - setting Monterey system name
  - appropriate CC,LINKCC,LDSHARED,OPT, and CCSHARED for Monterey
- Add section in README for Monterey build

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101249&group_id=5470