[Zope3-dev] Re: Core dump with z3

Fred L. Drake, Jr. fred@zope.com
Tue, 29 Apr 2003 09:22:40 -0400


Marius Gedminas writes:
 > This happens to me every now and then.  It looks like the regular build
 > process does not always rebuild C modules and you need to perform a make
 > clean manually.

This is certainly the case when files that are #include'd are changed
(headers and I think some of the BTree implementation code);
distutils in Python 2.2.2 doesn't support the necessary dependency
information.  This is fixed in Python 2.3, but we can't rely on that
being available yet.


  -Fred

-- 
Fred L. Drake, Jr.  <fred at zope.com>
PythonLabs at Zope Corporation