Hello all, I am trying to install zope on my PC using the Zope-2.3.1b3-src.tgz file. I am repeating what I did when I installed Zope-2.3.1b2-src.tgz. however now I run into a problem. When I run python wo_pcgi.py I get an error (see output below): ###BEGIN : : gcc -fpic -I../Components/ExtensionClass -O2 -m486 -I/usr/include/python2.0 -I/usr/include/python2.0 -DHAVE_CONFIG_H -c ./../Components/ExtensionClass/ExtensionClass.c gcc: Internal compiler error: program cc1 got fatal signal 11 make: *** [ExtensionClass.o] Error 1 Traceback (most recent call last): File "wo_pcgi.py", line 116, in ? File "wo_pcgi.py", line 104, in main File "/opt/zope-2/inst/build_extensions.py", line 102, in ? make('lib','python') File "/opt/zope-2/inst/do.py", line 135, in make do('make') File "/opt/zope-2/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 bash-2.04# ###END Anybody know what the problem could be? I use SuSE linux 7.1. Thanks in advance, Rob