Hello,
I am having a couple of issues compiling Python 2.5.1 under Sun Solaris
Studio 11 on Solaris 8.
Everything compiles correctly except the _ctypes module because it
cannot use the libffi that comes with Python and it does not exist on
the system.
Has anyone gotten it to compile correctly usi
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.
After running 'configure' and 'make', the _ctypes module fails with the
following error:
cc -xcode=pic32
Martin,
Thank you very much. At least I know what I need to do now.
> From: "Martin v. Löwis" [mailto:mar...@v.loewis.de]
> 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)