Re: [pypy-dev] Debugging "cannot find gc roots!"

2011-06-25 Thread Armin Rigo
Hi Alex, On Sat, Jun 25, 2011 at 3:11 AM, Alex Gaynor wrote: > In running my application I hit a "cannot find gc roots!", it reproduces > reliably, but it's a pain to isolate because it occurs in a very large > application, running under paste, with threads :( You should rebuild pypy with "make

[pypy-dev] pypy and PIL

2011-06-25 Thread Davide Setti
Hi all, i'm trying to install PIL 1.1.7 on pypy 1.5.0, but when i run python setup.py build_ext i get an exception, due to distutils. The difference is that: $ python -c "from distutils import sysconfig; print sysconfig.get_config_var('CFLAGS')" -fno-strict-aliasing -O3 -march=core2 -msse4.1 -w -p