[Python-3000] failed to compile Python-3.0b1 with gcc-4.3.0: Fatal Python error: Py_Initialize: can't initialize sys standard streams

Georgij Kondratjev orivej at yandex.ru
Fri Jun 20 06:47:26 CEST 2008


On Friday 20 June 2008 06:04:44 Benjamin Peterson wrote:
> On Thu, Jun 19, 2008 at 8:18 PM, nirinA raseliarison
>
> <nirina at mail.blueline.mg> wrote:
> > hello all,
> > i tried to build Python3.0b1 but the make process hangs
> > while running:
>
> Building with gcc 4.3 is buggy. See
> http://mail.python.org/pipermail/python-3000/2008-April/012965.html.

Only with gcc 4.3.0. The problem was fixed in 4.3.1.
If you really want to compile python with gcc 4.3.0,
do something like
export CC="gcc $CFLAGS -fno-tree-vrp"


More information about the Python-3000 mailing list