[Zope] Re: Problem compiling Zope 2.3.1b3 src package

Rob van der Krogt Rob.van.der.Krogt@huis-van-muis.demon.nl
Sat, 24 Mar 2001 22:08:20 +0100


Sorry everybody,

It has nothing to do with Zope. It has to do with the compiler/hardware 
changes.

Sorry,
Rob

On Saturday 24 March 2001 21:57, you wrote:
> 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