Tarek Ziadé <[email protected]> added the comment:
Ok so, just to make sure, the final patch for both changes should be:
{{{
...
elif sys.platform[:5] == "hp-ux":
if compiler.find('gcc'):
return ["-Wl,+s", "-L" + dir]
return ["+s", "-L" + dir]
...
}}}
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue6163>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com