[Hu, Bizhong wrote]
> My question is that is
> anyone know if python can
> Be build as 64 bits application on SPARC ???
I don't know of any reason why not. I haven't built for *64-bit* SPARC
yet but Python builds fine 32-bit on SPARC and build fine 64-bit on a
number of other platforms (linux-x86_
Greeting to All:
I am trying to build python-2.4.1 on the sun solairs 9 on
SPARC hardware as a 64 bits application.
I have all the compiler switch setup and python build is
completed. But when the makefile try to
Run python setup.py command, It coredumped. My question is
that is anyo