[Python-Dev] Snake farm

Marc Recht recht@contentmedia.de
10 Nov 2002 22:12:40 +0100


> But, this build gets segfault on installing.
> 
> ... make install ...
> ./python -E ./setup.py install  --prefix=/home/perky/test  --install-scripts=/home/perky/test/bin  --install-platlib=/home/perky/test/lib/python2.3/lib-dynload
> running install
> running build
> running build_ext
> Segmentation fault (core dumped)
> *** Error code 139
Try with "--without-pymalloc" that solved this issue for me. But the 
tests still fail in "test_re".

Marc