[issue4032] distutils doesn't search ".dll.a" as library on cygwin

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue4032] distutils doesn't search ".dll.a" as library on cygwin

2017-10-27 Thread Masayuki Yamamoto
Masayuki Yamamoto added the comment: I opened PR 4153 that is an alternative for PR 4136 (issue2445). -- ___ Python tracker ___ ___ P

[issue4032] distutils doesn't search ".dll.a" as library on cygwin

2017-10-27 Thread Masayuki Yamamoto
Change by Masayuki Yamamoto : -- pull_requests: +4121 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue4032] distutils doesn't search ".dll.a" as library on cygwin

2017-10-27 Thread Erik Bray
Change by Erik Bray : -- pull_requests: +4120 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue4032] distutils doesn't search ".dll.a" as library on cygwin

2016-10-29 Thread Masayuki Yamamoto
Masayuki Yamamoto added the comment: And updated patch for 2.7 -- Added file: http://bugs.python.org/file45262/2.7-unixccompiler-implib.patch ___ Python tracker ___ __

[issue4032] distutils doesn't search ".dll.a" as library on cygwin

2016-10-29 Thread Masayuki Yamamoto
Masayuki Yamamoto added the comment: Move version to 3.7 and 2.7, and I updated two patches adding import library type for file searching. Current Cygwin is used UnixCCompiler, and the compiler has be able to build extension module that doesn't need to library link at build time (e.g. array).