[Python-Dev] Problems compiling 2.6.1 on Solaris 10

"Martin v. Löwis" martin at v.loewis.de
Tue Dec 23 10:44:33 CET 2008


> I am hoping someone can assist me. I normally don’t care if the _ctypes
> module builds or not, but I now need to have it build.
> 
> I am running Solaris 10 with Sun’s C compiler under SunStudio 11.

I don't think ctypes (rather, libffi) supports Sun C. You will need to
port it (as you have already ruled out the other options, such as using
gcc, or not using ctypes).

Regards,
Martin


More information about the Python-Dev mailing list