[issue17454] ld_so_aix not used when linking c++ (scipy)

2020-12-01 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue17454] ld_so_aix not used when linking c++ (scipy)

2020-11-13 Thread Kevin
Kevin added the comment: This was fixed by https://github.com/python/cpython/pull/10437 -- nosy: +kadler ___ Python tracker ___

[issue17454] ld_so_aix not used when linking c++ (scipy)

2014-06-03 Thread Michael Haubenwallner
Changes by Michael Haubenwallner michael.haubenwall...@salomon.at: -- nosy: +haubi ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17454 ___ ___

[issue17454] ld_so_aix not used when linking c++ (scipy)

2013-05-23 Thread Delhallt
Delhallt added the comment: proposed patch -- keywords: +patch nosy: +delhallt Added file: http://bugs.python.org/file30348/Python-2.7.5-linkso.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17454

[issue17454] ld_so_aix not used when linking c++ (scipy)

2013-03-18 Thread alef
New submission from alef: error: Command xlC_r xlC_r -bI:/pathp/to/lib/python2.7/config/python.exp unixccompiler.py at line 251 override linker[0] with self.compiler_cxx[0]. This is not true for AIX that uses the script ld_so_aix, and not xlC_r. -- assignee: eric.araujo