Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes shared modules on Mac OS X #33306

Closed
tonylownds mannequin opened this issue Oct 7, 2000 · 7 comments
Closed

Fixes shared modules on Mac OS X #33306

tonylownds mannequin opened this issue Oct 7, 2000 · 7 comments
Assignees
Labels
build The build process and cross-build

Comments

@tonylownds
Copy link
Mannequin

tonylownds mannequin commented Oct 7, 2000

BPO 401816
Nosy @gvanrossum
Files
  • None: None
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/gvanrossum'
    closed_at = <Date 2000-10-08.23:33:55.000>
    created_at = <Date 2000-10-07.03:37:34.000>
    labels = ['build']
    title = 'Fixes shared modules on Mac OS X'
    updated_at = <Date 2000-10-08.23:33:55.000>
    user = 'https://bugs.python.org/tonylownds'

    bugs.python.org fields:

    activity = <Date 2000-10-08.23:33:55.000>
    actor = 'tonylownds'
    assignee = 'gvanrossum'
    closed = True
    closed_date = None
    closer = None
    components = ['Build']
    creation = <Date 2000-10-07.03:37:34.000>
    creator = 'tonylownds'
    dependencies = []
    files = ['2870']
    hgrepos = []
    issue_num = 401816
    keywords = ['patch']
    message_count = 7.0
    messages = ['34596', '34597', '34598', '34599', '34600', '34601', '34602']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'nobody', 'tonylownds']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue401816'
    versions = []

    @tonylownds
    Copy link
    Mannequin Author

    tonylownds mannequin commented Oct 7, 2000

    No description provided.

    @tonylownds tonylownds mannequin closed this as completed Oct 7, 2000
    @tonylownds tonylownds mannequin assigned gvanrossum Oct 7, 2000
    @tonylownds tonylownds mannequin added the build The build process and cross-build label Oct 7, 2000
    @tonylownds tonylownds mannequin closed this as completed Oct 7, 2000
    @tonylownds tonylownds mannequin assigned gvanrossum Oct 7, 2000
    @tonylownds tonylownds mannequin added the build The build process and cross-build label Oct 7, 2000
    @tonylownds
    Copy link
    Mannequin Author

    tonylownds mannequin commented Oct 7, 2000

    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

    @tonylownds
    Copy link
    Mannequin Author

    tonylownds mannequin commented Oct 7, 2000

    New version does not patch configure, as this was 160 needless kb. New version is 4181 bytes.

    @nobody
    Copy link
    Mannequin

    nobody mannequin commented Oct 7, 2000

    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

    1 similar comment
    @nobody
    Copy link
    Mannequin

    nobody mannequin commented Oct 7, 2000

    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

    @nobody
    Copy link
    Mannequin

    nobody mannequin commented Oct 8, 2000

    Redid patch against an up-to-date CVS tree

    @tonylownds
    Copy link
    Mannequin Author

    tonylownds mannequin commented Oct 8, 2000

    Re-did patch against an updated CVS checkout.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant