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 tarek
Recipients haubi, srid, tarek, trentm
Date 2009-09-07.08:00:17
SpamBayes Score 0.031145092
Marked as misclassified No
Message-id <1252310418.99.0.16007378711.issue6163@psf.upfronthosting.co.za>
In-reply-to
Content
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]
...
}}}
History
Date User Action Args
2009-09-07 08:00:19tareksetrecipients: + tarek, trentm, srid, haubi
2009-09-07 08:00:18tareksetmessageid: <1252310418.99.0.16007378711.issue6163@psf.upfronthosting.co.za>
2009-09-07 08:00:17tareklinkissue6163 messages
2009-09-07 08:00:17tarekcreate