I upgraded my glibc libraries and it seems to solve the problem.
I was able to build python-2.4.5 using gcc 4.1.2 (glibc-2.5-18.el5_1.1)
Alex
On Thu, 2008-04-24 at 18:05 -0700, Alexandre Gillet wrote:
Hi,
I am trying to build python-2.4.5 on Centos 5.1, which is a virtual
machine running with xen.
I am not able to build python. The compilation crash with the following:
gcc -pthread -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I.
-I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o
Objects/unicodeobject.c
In file included from ./Include/Python.h:76,
from Objects/unicodeobject.c:39:
./Include/object.h:228: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzillafor instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
Any suggestion of what am I doing wrong?
Thanks
Alex