This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fixes shared modules on Mac OS X
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, nobody, tonylownds
Priority: normal Keywords: patch

Created on 2000-10-07 03:37 by tonylownds, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None tonylownds, 2000-10-07 03:37 None
Messages (7)
msg34596 - (view) Author: Tony Lownds (tonylownds) Date: 2000-10-07 03:37
 
msg34597 - (view) Author: Nobody/Anonymous (nobody) Date: 2000-10-07 15:23
1) some of the fixes have previously been checked in.
2) uname of release is Darwin not darwin
3) it looks as if this patch is corrupted
msg34598 - (view) Author: Nobody/Anonymous (nobody) Date: 2000-10-07 18:07
1) some of the fixes have previously been checked in.
2) uname of release is Darwin not darwin
3) it looks as if this patch is corrupted
msg34599 - (view) Author: Nobody/Anonymous (nobody) Date: 2000-10-08 23:31
Redid patch against an up-to-date CVS tree
msg34600 - (view) Author: Tony Lownds (tonylownds) Date: 2000-10-07 03:47
Martin v. Loewis suggested I post this patch; it changes configure.in and configure:

1. Mac OS X is recognized by the Next-ish host recognition code as "darwin/1.2"

2. When specifying just --with-dyld, modules can compile as shared

3. --with-dyld and --with-next-framework, modules can compile as shared

4. --with-suffix=.exe, and Lib/plat-darwin1.2 is being made, the regen script invokes python as python.exe
msg34601 - (view) Author: Tony Lownds (tonylownds) Date: 2000-10-07 03:54
New version does not patch configure, as this was 160 needless kb. New version is 4181 bytes.
msg34602 - (view) Author: Tony Lownds (tonylownds) Date: 2000-10-08 23:33
Re-did patch against an updated CVS checkout.
History
Date User Action Args
2022-04-10 16:02:29adminsetgithub: 33306
2000-10-07 03:37:34tonylowndscreate