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 haubi
Recipients haubi, srid, tarek, trentm
Date 2009-07-20.09:29:06
SpamBayes Score 0.00092917704
Marked as misclassified No
Message-id <1248082148.1.0.670475017454.issue6163@psf.upfronthosting.co.za>
In-reply-to
Content
Ohw, indeed, this line was copied from 3 lines below, sorry!
The actual patch I'm using does not do { compiler[:3] == 'gcc' }, but {
compiler.find("gcc") }, to also work when CC=gcc-version, but this is a
different problem independent of hp-ux.

But exactly, his should be 'if', being gcc on hp-ux.
History
Date User Action Args
2009-07-20 09:29:08haubisetrecipients: + haubi, tarek, trentm, srid
2009-07-20 09:29:08haubisetmessageid: <1248082148.1.0.670475017454.issue6163@psf.upfronthosting.co.za>
2009-07-20 09:29:06haubilinkissue6163 messages
2009-07-20 09:29:06haubicreate