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: mingw find import library
Type: enhancement Stage: resolved
Components: Build, Cross-Build Versions: Python 3.4
process
Status: closed Resolution: wont fix
Dependencies: Superseder: MinGW is unsupported - close all open issues and list them here.
View: 45538
Assigned To: Nosy List: Jean-Pierre.Flori, rpetrov
Priority: normal Keywords: patch

Created on 2013-08-02 19:16 by rpetrov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
0017-MINGW-find-import-library.patch rpetrov, 2013-08-02 19:16
Messages (2)
msg194198 - (view) Author: Roumen Petrov (rpetrov) * Date: 2013-08-02 19:16
Split of issue3871 - build core modules: required by setup.py on hosts with installed only shared (DLL) packages.
msg204713 - (view) Author: Jean-Pierre Flori (Jean-Pierre.Flori) Date: 2013-11-29 10:31
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:
* http://trac.sagemath.org/ticket/15317
As it would be better for everyone to avoid duplicating work, I'm reporting here.

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 #7384 should surely be open.

Best,
JP
History
Date User Action Args
2022-04-11 14:57:48adminsetgithub: 62834
2021-10-21 09:59:20iritkatrielsetresolution: duplicate -> wont fix
2021-10-20 12:41:20iritkatrielsetstatus: open -> closed
superseder: MinGW is unsupported - close all open issues and list them here.
resolution: duplicate
stage: resolved
2013-11-29 10:32:00Jean-Pierre.Florisetnosy: + Jean-Pierre.Flori
messages: + msg204713
2013-08-02 19:16:45rpetrovcreate