I get the following error when I run python w_pcgi.py -- Milos Prudek gcc -fPIC -I../Components/zlib -g -O2 -I/usr/include/python1.5 -I/usr/include/python1.5 -DHAVE_CONFIG_H -c ./../Components/zlib/infblock.c ./../Components/zlib/infblock.c: In function `inflate_blocks': ./../Components/zlib/infblock.c:195: parse error before `9' make: *** [infblock.o] Error 1 Traceback (innermost last): File "/usr/src/Zope-2.1.1-src/w_pcgi.py", line 111, in ? if __name__=='__main__': main(sys.argv[0]) File "/usr/src/Zope-2.1.1-src/w_pcgi.py", line 109, in main import wo_pcgi; wo_pcgi.main(me) File "/usr/src/Zope-2.1.1-src/wo_pcgi.py", line 104, in main import build_extensions File "/usr/src/Zope-2.1.1-src/inst/build_extensions.py", line 96, in ? make('lib','python') File "/usr/src/Zope-2.1.1-src/inst/do.py", line 135, in make do('make') File "/usr/src/Zope-2.1.1-src/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 [root@bsdbv Zope-2.1.1-src]#