[issue18235] _sysconfigdata.py wrong on AIX installations

Martin Panter report at bugs.python.org
Tue Oct 25 20:43:48 EDT 2016


Martin Panter added the comment:

Michael F.: It sounds like you have three separate but related problems:

1. Confusion between LDSHARED and BLDSHARED referring to the in-source build tree vs final installed files. I think this is what David and Michael H. were originally trying to fix here.

2. Only BLDSHARED has an extra -L flag. Where is the code that adds it? I can’t find it in configure.ac in either Python 3 or 2 versions.

3. BLDSHARED also fails to work for out-of-tree builds, because it refers to the build tree (.) rather than the source tree. This sounds like another bug to me; do you want to make a patch?

----------

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


More information about the Python-bugs-list mailing list