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 theller
Recipients MrJean1, loewis, theller
Date 2008-04-05.21:20:30
SpamBayes Score 0.45102695
Marked as misclassified No
Message-id <1207430431.98.0.950840061129.issue2552@psf.upfronthosting.co.za>
In-reply-to
Content
I'm curious:  Why do you insist on using the sun compiler?  Are there
political or technical reasons?

Another thing: in principle it should be possible to build a libffi
shared library with gcc, and use it in a sun-c compiled python build. 
At least this would avoid the need to port assembler code from gcc to sun c.

Python should be configured with './configure --with-systemffi' for that.
History
Date User Action Args
2008-04-05 21:20:32thellersetspambayes_score: 0.451027 -> 0.45102695
recipients: + theller, loewis, MrJean1
2008-04-05 21:20:32thellersetspambayes_score: 0.451027 -> 0.451027
messageid: <1207430431.98.0.950840061129.issue2552@psf.upfronthosting.co.za>
2008-04-05 21:20:31thellerlinkissue2552 messages
2008-04-05 21:20:30thellercreate