[issue16189] ld_so_aix not found

Michael Haubenwallner report at bugs.python.org
Wed Jun 4 08:30:43 CEST 2014


Michael Haubenwallner added the comment:

Problem here is that LDSHARED points to $(BINLIBDEST)/config/ld_so_aix, but it should be $(LIBPL)/ld_so_aix.

Although an independent problem, this diff shares context with file#35476, so this patch depends on issue #10656.

----------
keywords: +patch
versions: +Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35478/issue16189-distutils-do-not-find-ld_so_aix.patch

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


More information about the Python-bugs-list mailing list