[issue16189] ld_so_aix not found

2016-09-13 Thread Martin Panter
Martin Panter added the comment: Closing this assuming that revision ca1ddd365f5f (committed to 3.5 and 3.6+ branches) fixed it. -- nosy: +martin.panter resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> AIX shared library extension modules

[issue16189] ld_so_aix not found

2014-06-06 Thread Michael Haubenwallner
Changes by Michael Haubenwallner michael.haubenwall...@salomon.at: -- hgrepos: +253 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16189 ___ ___

[issue16189] ld_so_aix not found

2014-06-04 Thread Michael Haubenwallner
Changes by Michael Haubenwallner michael.haubenwall...@salomon.at: -- hgrepos: -247 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16189 ___ ___

[issue16189] ld_so_aix not found

2014-06-04 Thread Michael Haubenwallner
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

[issue16189] ld_so_aix not found

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

[issue16189] ld_so_aix not found

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

[issue16189] ld_so_aix not found

2012-10-10 Thread Rainer Schaaf
New submission from Rainer Schaaf: When building an extension on AIX with distutils the build fails like this: /usr/local/lib/python3.3/config/ld_so_aix xlc_r -bI:/usr/local/lib/python3.3/config/python.exp build/temp.aix-5.3-3.3/pdflib_py.o -L../../../libs/pdflib/.libs

[issue16189] ld_so_aix not found

2012-10-10 Thread Éric Araujo
Éric Araujo added the comment: This probably happens in 3.2 too, where the ABI suffixes were added. I think Barry edited the sysconfig module to let it find config-$suffixes but not distutils.sysconfig. -- nosy: +barry versions: +Python 3.2 ___

[issue16189] ld_so_aix not found

2012-10-10 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: On Oct 10, 2012, at 04:13 PM, Éric Araujo wrote: This probably happens in 3.2 too, where the ABI suffixes were added. I think Barry edited the sysconfig module to let it find config-$suffixes but not distutils.sysconfig. This sure smells familiar, like I've

[issue16189] ld_so_aix not found

2012-10-10 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +trent ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16189 ___ ___ Python-bugs-list mailing