Issue 21532: 2.7.7rc1 msi is lacking libpython27.a (original) (raw)
Issue21532
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/65731
classification
Title: | 2.7.7rc1 msi is lacking libpython27.a | |
---|---|---|
Type: | Stage: | |
Components: | Windows | Versions: |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | Nosy List: | loewis, steve.dower | |
Priority: | normal | Keywords: |
Created on 2014-05-19 05:42 by loewis, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (4) | ||
---|---|---|
msg218781 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2014-05-19 05:42 |
The 32-bit installer should include libpython27.a, the import library in GNU ld format. To build it, cygwin must be installed and on PATH when the MSI is built. The file will end up in libs/libpython27.a | ||
msg218798 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2014-05-19 15:16 |
Thanks for catching this. Do I need a specific version of Cygwin or will the latest version suffice? | ||
msg218800 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2014-05-19 16:16 |
I think any version should do. | ||
msg218802 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2014-05-19 17:42 |
I installed mingw32-binutils and it seems to work fine. 2.7.7 will have the file again. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:03 | admin | set | github: 65731 |
2014-06-22 20:39:02 | loewis | set | status: open -> closedresolution: fixed |
2014-05-19 17:42:31 | steve.dower | set | messages: + |
2014-05-19 16:16:25 | loewis | set | messages: + |
2014-05-19 15:16:40 | steve.dower | set | messages: + |
2014-05-19 05:42:15 | loewis | create |