>>>>> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes:
>> Did you compile with --disable-stdlib-debug? This is on for >> development versions and has a bit cost in performance. Darren> Doing that now, wasn't aware of it. Perhaps there should be Darren> something mentioned in INSTALL under svn checkouts. I presume Darren> this isn't enabled by default when building from a release... Darren> In fact is it really necessary for us plebs who don't generate Darren> stack traces but just want to test the svn on real work? Darren> Shouldn't that option be disabled by default? Developers can Darren> be trusted to enable it if needed. In beta releases and release candidates (and stable releases of course), this is turned off by default. In 1.5.0svn mode it is on. The option is very useful because it detects some bugs we would not see otherwise. JMarc