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 meador.inge
Recipients meador.inge, skrah, vstinner
Date 2011-09-10.14:30:01
SpamBayes Score 0.026685545
Marked as misclassified No
Message-id <1315665002.65.0.487096713031.issue12927@psf.upfronthosting.co.za>
In-reply-to
Content
According to the latest release notes (https://github.com/atgreen/libffi/blob/master/README) the Solaris compiler should be supported for building:

3.0.10 Aug-23-11
        Add support for Apple's iOS.
        Add support for ARM VFP ABI.
        Add RTEMS support for MIPS and M68K.
        Fix instruction cache clearing problems on
        ARM and SPARC.
        Fix the N64 build on mips-sgi-irix6.5.
        Enable builds with Microsoft's compiler.
        Enable x86 builds with Oracle's Solaris compiler.
        Fix support for calling code compiled with Oracle's Sparc
        Solaris compiler.
        Testsuite fixes for Tru64 Unix.
        Additional platform support.

So 'x86' builds work with 'suncc', but I guess no runtime testing was performed, which is consistent with (http://www.moxielogic.org/wiki/index.php?title=Libffi_3.0.11).  I will open a bug with 'libffi'.
History
Date User Action Args
2011-09-10 14:30:02meador.ingesetrecipients: + meador.inge, vstinner, skrah
2011-09-10 14:30:02meador.ingesetmessageid: <1315665002.65.0.487096713031.issue12927@psf.upfronthosting.co.za>
2011-09-10 14:30:02meador.ingelinkissue12927 messages
2011-09-10 14:30:01meador.ingecreate