[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2011-02-15 Thread Georg Brandl
Georg Brandl added the comment: Committed to py3k in r88430. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2011-02-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2011-02-10 Thread Sébastien Sablé
Sébastien Sablé added the comment: Here is a patch that combines the corrections in configure.in and dynload_aix.c. All recent versions of AIX would benefit from this correction I think (recent meaning a version of AIX released in the last 10 years or something). Could someone apply it? Thank

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2010-09-22 Thread Sébastien Sablé
Sébastien Sablé added the comment: It should also be changed in Python/dynload_aix.c: Index: Python/dynload_aix.c === --- Python/dynload_aix.c(révision 84964) +++ Python/dynload_aix.c(copie de travail) @@ -12,7 +12,

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2010-09-22 Thread Sébastien Sablé
Sébastien Sablé added the comment: I can confirm this is still a problem in py3k for AIX 5.3 and AIX 6.1. The file "/usr/lpp/xlC/include/load.h" does not exist anymore; it is now "/usr/include/load.h". The proposed patch would only create a problem for very old versions of AIX and xlc (which

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2010-09-14 Thread Sébastien Sablé
Changes by Sébastien Sablé : -- nosy: +sable ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: Can an AIX user state whether or not this is still an issue. The current patch is a one liner. A patch that looks in all the known directories was promised but never delivered. -- nosy: +BreamoreBoy stage: -> patch review type: -> behavior versions:

[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Check still present in mentioned form in configure.in -- nosy: +ajaksu2 ___ Python tracker ___ ___ P