This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author trentm
Recipients srid, tarek, trentm
Date 2009-06-16.19:44:59
SpamBayes Score 6.1088904e-06
Marked as misclassified No
Message-id <1245181500.85.0.285726409094.issue6164@psf.upfronthosting.co.za>
In-reply-to
Content
Tarek,

This should not affect anyone using gcc or g++ on AIX because of this
check just before the lines added by this patch:

         elif compiler[:3] == "gcc" or compiler[:3] == "g++":
             return "-Wl,-R" + dir

The intention of the patch is to fix linker argument handling with NOT
using gcc, i.e. when using IBM's native AIX compiler.
History
Date User Action Args
2009-06-16 19:45:01trentmsetrecipients: + trentm, tarek, srid
2009-06-16 19:45:00trentmsetmessageid: <1245181500.85.0.285726409094.issue6164@psf.upfronthosting.co.za>
2009-06-16 19:44:59trentmlinkissue6164 messages
2009-06-16 19:44:59trentmcreate