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

Cygwin installer should create a link to libpythonX.Y.dll.a #43168

Closed
tebeka mannequin opened this issue Apr 6, 2006 · 2 comments
Closed

Cygwin installer should create a link to libpythonX.Y.dll.a #43168

tebeka mannequin opened this issue Apr 6, 2006 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir topic-installation type-bug An unexpected behavior, bug, or error

Comments

@tebeka
Copy link
Mannequin

tebeka mannequin commented Apr 6, 2006

BPO 1465554
Nosy @tebeka, @tarekziade
Superseder
  • bpo-1289136: distutils extension library path bug on cygwin
  • 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/tarekziade'
    closed_at = <Date 2020-11-15.23:14:54.258>
    created_at = <Date 2006-04-06.07:46:58.000>
    labels = ['expert-installation', 'type-bug', 'library']
    title = 'Cygwin installer should create a link to libpythonX.Y.dll.a'
    updated_at = <Date 2020-11-15.23:14:54.258>
    user = 'https://github.com/tebeka'

    bugs.python.org fields:

    activity = <Date 2020-11-15.23:14:54.258>
    actor = 'iritkatriel'
    assignee = 'tarek'
    closed = True
    closed_date = <Date 2020-11-15.23:14:54.258>
    closer = 'iritkatriel'
    components = ['Distutils', 'Installation']
    creation = <Date 2006-04-06.07:46:58.000>
    creator = 'tebeka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 1465554
    keywords = []
    message_count = 2.0
    messages = ['60898', '109773']
    nosy_count = 2.0
    nosy_names = ['tebeka', 'tarek']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '1289136'
    type = 'behavior'
    url = 'https://bugs.python.org/issue1465554'
    versions = ['Python 3.1', 'Python 2.7', 'Python 3.2']

    @tebeka
    Copy link
    Mannequin Author

    tebeka mannequin commented Apr 6, 2006

    Installer should create a link to
    /usr/lib/python25/config/libpython2.5.dll.a in /usr/lib

    /usr/lib/python25/config is *not* in the linker path
    and build extensions using distutils don't work. Create
    a link in /usr/lib fixes the problem.

    Another option is to change distutils to add
    /usr/lib/python25/config to linker path on cygwin
    platforms.

    @tebeka tebeka mannequin added topic-installation labels Apr 6, 2006
    @devdanzin devdanzin mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Mar 21, 2009
    @devdanzin devdanzin mannequin assigned tarekziade Mar 21, 2009
    @devdanzin devdanzin mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Mar 21, 2009
    @devdanzin devdanzin mannequin assigned tarekziade Mar 21, 2009
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Jul 9, 2010

    I've no idea if this has already been covered by the intensive work that I understand has been going on with distutils.

    @BreamoreBoy BreamoreBoy mannequin changed the title Cygwin installer should create a link to libpython2.5.dll.a Cygwin installer should create a link to libpythonX.Y.dll.a Jul 9, 2010
    @BreamoreBoy BreamoreBoy mannequin added type-bug An unexpected behavior, bug, or error and removed type-feature A feature request or enhancement labels Jul 9, 2010
    @BreamoreBoy BreamoreBoy mannequin changed the title Cygwin installer should create a link to libpython2.5.dll.a Cygwin installer should create a link to libpythonX.Y.dll.a Jul 9, 2010
    @BreamoreBoy BreamoreBoy mannequin added type-bug An unexpected behavior, bug, or error and removed type-feature A feature request or enhancement labels Jul 9, 2010
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir topic-installation type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant