Recommended version of gcc for Python?

Jeff Epler jepler at unpythonic.net
Mon May 16 15:17:12 EDT 2005


Most versions of gcc should be just fine to compile Python.  Python is
targeted at ANSI/ISO C compilers, but does not yet use any C99 features.

I don't think there was ever such a thing as "gcc 3.5";
http://gcc.gnu.org/ lists 4.0 as the "current release series" and 3.4.3
as the "previous release series".  I'd steer clear of this version.

I recommend using the default compiler of your distribution, unless you
know of a specific reason to use a different one.

Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050516/a6eee741/attachment.sig>


More information about the Python-list mailing list