Re: recommended gcc versions for python2.5 compilation on Solaris sparc/x86, AIX, Linux

2008-07-11 Thread Jeroen Ruigrok van der Werven
-On [20080711 06:18], YIN Ming ([EMAIL PROTECTED]) wrote: >2. use new version of gcc (rather than odd version) See http://www.in-nomine.org/2008/04/11/python-26a2-execution-times-with-various-compilers/ that I wrote a while ago. Basically for Python GCC 3.4.6 outperformed the newer GCCs. So

recommended gcc versions for python2.5 compilation on Solaris sparc/x86, AIX, Linux

2008-07-10 Thread YIN Ming
Dear All, We are going to compile python2.5.1 with gcc on various platforms, including Solaris8(sparc), Solaris10(x86), AIX and Linux. Just want to check if there are recommended gcc versions for these platforms. We aim to: 1. use a single version of gcc for all platforms 2. us