Compiler Error for build Python -3.3.0 (Suggestions)

Christian Heimes christian at python.org
Mon Oct 22 20:09:34 EDT 2012


Am 22.10.2012 23:31, schrieb Joe Davis:
>    The version of Python I have on my old Solaris boxes is old and
> isn't supported and dosn't have all the modules that I need.    I have
> downloaded the new 3.3 version and have been trying to compile it and
> have no luck:
> 
> After running the ./configure command I run "make" and it gives me the
> following error.    Does anyone know what is wrong here or what to do
> about this?
> 
> Is there a location I can download a binary package of this?
> Sunfreeware looks to be out of business.

Hello Joe,

Can you tell us more about the Solaris box? I'm especially interested in
the Solaris version, architecture (sparc or X86_64) and your C compiler.
We have Python up and running on a Solaris 10 box (sparc) and a Solaris
11 box (X86_64) with Sun CC and GCC 4.6.

You could try to recompile Python with the Sun CC:

 $ make distclean
 $ ./configure --without-gcc --config-cache
 $ make

Christian



More information about the Python-list mailing list