[issue18976] distutils/command/build_ext passes wrong linker flags

2014-10-19 Thread Benedikt Morbach
Benedikt Morbach added the comment: fixed with issue17219 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ P

[issue18976] distutils/command/build_ext passes wrong linker flags

2014-08-07 Thread Roumen Petrov
Roumen Petrov added the comment: more simple correction is attached to issue17219 -- nosy: +rpetrov ___ Python tracker ___ ___ Python-

[issue18976] distutils/command/build_ext passes wrong linker flags

2014-08-07 Thread Mark Lawrence
Mark Lawrence added the comment: @Eric what do you make of the attached patch? -- nosy: +BreamoreBoy versions: -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker ___

[issue18976] distutils/command/build_ext passes wrong linker flags

2013-09-08 Thread Benedikt Morbach
New submission from Benedikt Morbach: At http://hg.python.org/cpython/file/1043cc2cb0ff/Lib/distutils/command/build_ext.py#l247 build_ext.py compares sys.executable against sys.exec_prefix. When cross compiling cpython, it notices that the interpreter running the build is located at exec_prefi