Trent Mick <tre...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6164>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to