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 wah meng
Recipients loewis, skrah, wah meng
Date 2011-09-20.10:44:33
SpamBayes Score 0.00021031551
Marked as misclassified No
Message-id <1316515474.52.0.699890277513.issue12991@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks! I am gonna try this out again. 

Actually I noticed this when you mentioned about using cc as the linker front end. 

I followed instruction in the README file, after I edited Makefile to remove the -O Limit 1500 line, and after python executable is built, the Makefile is overwritten (maybe re-generated by the compiler) again and my changes of -O and -Limit 1500 is added back. However that doesn't create big damage like the +DD64 to the linker (ld). 

I see. Since I have got HP Compiler, I will provide some updates here once I have a newer finding. I have submitted my question of "Why ld doesn't recognize +DD64" flag to HP and they are checking for me. The progress over there is slow. 

Thanks for your reply!

Regards,
Wah Meng
History
Date User Action Args
2011-09-20 10:44:34wah mengsetrecipients: + wah meng, loewis, skrah
2011-09-20 10:44:34wah mengsetmessageid: <1316515474.52.0.699890277513.issue12991@psf.upfronthosting.co.za>
2011-09-20 10:44:33wah menglinkissue12991 messages
2011-09-20 10:44:33wah mengcreate