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

mingw find import library #62834

Closed
rpetrov mannequin opened this issue Aug 2, 2013 · 2 comments
Closed

mingw find import library #62834

rpetrov mannequin opened this issue Aug 2, 2013 · 2 comments
Labels
build The build process and cross-build type-feature A feature request or enhancement

Comments

@rpetrov
Copy link
Mannequin

rpetrov mannequin commented Aug 2, 2013

BPO 18634
Superseder
  • bpo-45538: MinGW is unsupported - close all open issues and list them here.
  • Files
  • 0017-MINGW-find-import-library.patch
  • 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 = None
    closed_at = <Date 2021-10-20.12:41:20.651>
    created_at = <Date 2013-08-02.19:16:45.211>
    labels = ['type-feature', 'build']
    title = 'mingw find import library'
    updated_at = <Date 2021-10-21.09:59:20.299>
    user = 'https://bugs.python.org/rpetrov'

    bugs.python.org fields:

    activity = <Date 2021-10-21.09:59:20.299>
    actor = 'iritkatriel'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-10-20.12:41:20.651>
    closer = 'iritkatriel'
    components = ['Build', 'Cross-Build']
    creation = <Date 2013-08-02.19:16:45.211>
    creator = 'rpetrov'
    dependencies = []
    files = ['31124']
    hgrepos = []
    issue_num = 18634
    keywords = ['patch']
    message_count = 2.0
    messages = ['194198', '204713']
    nosy_count = 2.0
    nosy_names = ['rpetrov', 'Jean-Pierre.Flori']
    pr_nums = []
    priority = 'normal'
    resolution = 'wont fix'
    stage = 'resolved'
    status = 'closed'
    superseder = '45538'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue18634'
    versions = ['Python 3.4']

    @rpetrov
    Copy link
    Mannequin Author

    rpetrov mannequin commented Aug 2, 2013

    Split of bpo-3871 - build core modules: required by setup.py on hosts with installed only shared (DLL) packages.

    @rpetrov rpetrov mannequin added build The build process and cross-build type-feature A feature request or enhancement labels Aug 2, 2013
    @Jean-PierreFlori
    Copy link
    Mannequin

    Jean-PierreFlori mannequin commented Nov 29, 2013

    Hello all,

    I've been working on porting Sage, which heavily relies on Python to say the least, to Cygwin so would be very interested in improving Python support for Cygwin.
    Lately we've been having troubles with Python and ncurses, see:

    As far as the import library issue is concerned, it it really a good idea to use the dylib stuff to search for import libs?
    It will do the trick, but it feels like a hack as dylib and implib stuff are clearly different things.

    The other big problem is that ncurses support is completely broken on cygwin.
    A follow-up to bpo-7384 should surely be open.

    Best,
    JP

    @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
    build The build process and cross-build type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant