[New-bugs-announce] [issue17454] ld_so_aix not used when linking c++ (scipy)

alef report at bugs.python.org
Mon Mar 18 09:27:28 CET 2013


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
components: Distutils
messages: 184437
nosy: alef, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: ld_so_aix not used when linking c++ (scipy)
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17454>
_______________________________________


More information about the New-bugs-announce mailing list