build 64bit python on Solaris

"Martin v. Löwis" martin at v.loewis.de
Tue Sep 21 01:56:09 EDT 2004


Jhy-Chun Wang wrote:
> Any idea what went wrong? what configuration/compiler options should I 
> use to build a 64bit python on Solaris?

As a starting point, try using a 32-bit Python. There is no advantage
in using a 64-bit Python I can see.

If you must have a 64-bit Python, try turning off the optimization in
your compiler, and make sure you have the latest compiler patches
applied.

Regards,
Martin



More information about the Python-list mailing list