--- mail/app/Makefile.in.orig Sat Jun 19 00:39:09 2004 +++ mail/app/Makefile.in.orig Sat Jun 19 00:39:55 2004 @@ -75,6 +75,7 @@ $(STATIC_COMPONENTS_LINKER_PATH) \ $(EXTRA_DSO_LIBS) \ $(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX) \ + -lgthread-2.0 \ $(MOZ_JS_LIBS) \ $(XPCOM_LIBS) \ $(NSPR_LIBS) \ --- toolkit/xre/nsAppRunner.cpp.orig Sat Jun 19 00:37:07 2004 +++ toolkit/xre/nsAppRunner.cpp.orig Sat Jun 19 00:37:39 2004 @@ -1710,6 +1710,7 @@ // in nsAppShell::Create, but we need to get in before gtk // has been initialized to make sure everything is running // consistently. + g_thread_init(NULL); if (CheckArg("install")) gdk_rgb_set_install(TRUE);