[issue6164] [AIX] Patch to correct the AIX C/C++ linker argument used for 'runtime_library_dirs'

Trent Mick report at bugs.python.org
Tue Jun 16 21:45:00 CEST 2009


Trent Mick <trentm at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6164>
_______________________________________


More information about the Python-bugs-list mailing list