[issue32398] OSX C++ linking workaround in distutils breaks other packages

2020-05-22 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'm going to close this as the OP hasn't responded in over 2 years and Ronald was -1 on the solution. If the OP or someone else experiences this same problem, either this issue or a new one can be opened to address it. Thank you! -- nosy: +cheryl.s

[issue32398] OSX C++ linking workaround in distutils breaks other packages

2017-12-24 Thread Ronald Oussoren
Ronald Oussoren added the comment: As I mentioned on the pull request it is not clear to me what the actual issue is. What are the settings for building that cause problems? In particular, what are the compiler/linker related variables in Python's Makefile (and _sysconfigdata.py)? With the

[issue32398] OSX C++ linking workaround in distutils breaks other packages

2017-12-21 Thread R. David Murray
R. David Murray added the comment: I doubt we can make the change this way for backward compatibility reasons. That doesn't mean the situation can't be improved, though. -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker

[issue32398] OSX C++ linking workaround in distutils breaks other packages

2017-12-21 Thread Eduardo Suarez-Santana
Eduardo Suarez-Santana added the comment: When compiling GDAL with python support, before Lib/distutils/unixccompiler.py:180, self.compiler_cxx = ['/bin/sh', '/usr/x86_64-pc-linux-gnu/bin/libtool', '--mode=compile', '--tag=CXX', 'x86_64-pc-linux-gnu-c++'] linker = ['x86_64-pc-linux-gnu-cc', '

[issue32398] OSX C++ linking workaround in distutils breaks other packages

2017-12-21 Thread Eduardo Suarez-Santana
Change by Eduardo Suarez-Santana : -- title: GDAL compilation error -> OSX C++ linking workaround in distutils breaks other packages ___ Python tracker ___