[issue24935] LDSHARED is not set according when CC is set.

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

[issue24935] LDSHARED is not set according when CC is set.

2019-07-25 Thread Hong Xu
Change by Hong Xu : -- pull_requests: +14719 pull_request: https://github.com/python/cpython/pull/14950 ___ Python tracker ___ ___

[issue24935] LDSHARED is not set according when CC is set.

2018-06-25 Thread Martin Scherer
Change by Martin Scherer : -- keywords: +patch pull_requests: +7517 stage: -> patch review ___ Python tracker ___ ___

[issue24935] LDSHARED is not set according when CC is set.

2015-08-25 Thread yunlian
New submission from yunlian: On linux, when CC is set, we expect that the LDSHARED is set accordingly. Currently, only on OS X, the LDSHARED is set properly. Below is the proposed patch --- a/Lib/distutils/sysconfig.py2015-08-24 11:58:37.265683872 -0700 +++ b/Lib/distutils/sysconfig.py

[issue24935] LDSHARED is not set according when CC is set.

2015-08-25 Thread Mike Frysinger
Changes by Mike Frysinger vap...@users.sourceforge.net: -- nosy: +vapier ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24935 ___ ___

[issue24935] LDSHARED is not set according when CC is set.

2015-08-25 Thread Mike Frysinger
Mike Frysinger added the comment: looks like the patch was reversed, but otherwise should be clear what we're going for -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24935 ___