Discussion:
--with-static-<tk> options leaving the building
Christopher Seawood
2002-09-12 07:16:00 UTC
Permalink
More cruft cleaning. Unless you're linking all of your components that
link against <TK> into a static binary, this option is known to cause
random crashes on startup. I suspect that something in <TK> is being
initialized which each static instance. This will cause problems when
multiple components attempt to initialize <TK> multiple times.

If for some peculiar reason, you need these 1/2 broken options to stick
around, please scream now or forever hold your peace.

- cls

Loading...