|
From: <mi...@st...> - 2002-05-02 15:22:27
|
Jan Idzikowski wrote: > i have install python with: > ./configure --prefix=/home/ji/python --without-gcc --with-thread --without-pymalloc --with-cycle-gc 1. Check output of ./configure --help. Option --with-thread is deprecated. Use --with-threads. 2. Continue trying --without-cycle-gc as stated in my first reply. Make sure to re-compile *all* additional extension modules each time you change build options. Ciao, Michael. |