>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>> And I must admit that I currently always run with >> "--disable-debug", not because of memory usage, but of linking >> time. Andre> I usually do as well, but from time to time a full backtrace is Andre> helpful... What I do in such cases is to recompile with CXXFLAGS set to '-g ...' just the few file that appear at the top of the backtrace. This works reasonably well. JMarc