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 MrJean1
Recipients MrJean1, loewis
Date 2008-04-05.18:53:20
SpamBayes Score 0.21415982
Marked as misclassified No
Message-id <1207421625.6.0.751181856506.issue2552@psf.upfronthosting.co.za>
In-reply-to
Content
The setup.py module contains method  detect_ctypes on line 1546 which 
handles the ctypes module building and testing.  Would it be OK to not 
do any of that on Solaris, if the compiler is not gcc? 

Also, SUN Studio 12, the latest edition of the SUN C compiler has "... 
increased GCC __asm__ and __attribute__ compatibility ...", see 
<http://blogs.sun.com/tatkar/entry/sunstudio_12_is_released> and 
<http://developers.sun.com/sunstudio/documentation/ss12/whatsnew.html>.  Maybe that one could compile libffi as is, for x86[_64]?
History
Date User Action Args
2008-04-05 18:53:45MrJean1setspambayes_score: 0.21416 -> 0.21415982
recipients: + MrJean1, loewis
2008-04-05 18:53:45MrJean1setspambayes_score: 0.21416 -> 0.21416
messageid: <1207421625.6.0.751181856506.issue2552@psf.upfronthosting.co.za>
2008-04-05 18:53:20MrJean1linkissue2552 messages
2008-04-05 18:53:20MrJean1create