--with-static-<tk> options leaving the building

Christopher Seawood <[email protected]> Thu, 12 Sep 2002 00:16:00 -0700
Newsgroups gmane.comp.mozilla.devel.gtk,gmane.comp.mozilla.builds,gmane.comp.mozilla.devel.unix,gmane.comp.mozilla.devel.qt
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
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