This build was produced on Sun Solaris 8 sparc 02/02 platform and is compatible with newer releases of Solaris (e.g., Solaris 9). If you encounter any problem with the package, you may contact Alan DuBoff or John Weeks . This build was made from the THUNDERBIRD_1_0_RC_RELEASE tag in the CVS repository (http://www.mozilla.org/cvs.html). Mozilla Thunderbird release notes are available at: http://www.mozilla.org/projects/thunderbird/release-notes.html BuildID: 20041202 NOTE: CXXFLAGS="-features=tmplife" was used for this build. Please see bug# 235381 for more information. Installation notes: * Executables are dynamically linked against GTK. For your convenience, the executables have been linked with: -R/usr/sfw/lib -R/opt/sfw/lib -R/usr/local/lib This will automatically reference the GTK libraries if they have been installed from the Solaris Companion CD (http://sunfreeware.com), or if you have loaded them in /usr/local/lib. Please note that this Sun Studio 8 compiler was used for the build, i.e., don't use GTK 1.2 shared objects built with GCC. The following tools/libraries were used for compilation: Solaris 8 sparc Companion CD cc: Sun C 5.5 Patch 112760-14 2004/09/28 CC: Sun C++ 5.5 Patch 113817-09 2004/08/03 Sun Java SDK 1.4.1_05 libIDL-0.6.8 perl-5.8.1 The following commands were issued to check out and build the distribution: MOZ_THUNDERBIRD=1; export MOZ_THUNDERBIRD MOZILLA_OFFICIAL=1; export MOZILLA_OFFICIAL BUILD_OFFICIAL=1; export BUILD_OFFICIAL CFLAGS=""; export CFLAGS CXXFLAGS="-norunpath -features=tmplife"; export CXXFLAGS LDFLAGS="-R/usr/sfw/lib -R/opt/sfw/lib -R/usr/local/lib"; export LDFLAGS $ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r THUNDERBIRD_1_0_RC_RELEASE mozilla/client.mk $ cd mozilla $ make -f client.mk pull_all $ cat << EOF > .mozconfig ac_add_options --enable-crypto ac_add_options --disable-mathml ac_add_options --disable-activex ac_add_options --disable-activex-scripting ac_add_options --disable-tests ac_add_options --disable-oji ac_add_options --disable-plugins ac_add_options --disable-necko-disk-cache ac_add_options --enable-single-profile ac_add_options --disable-profilesharing ac_add_options --enable-extensions=wallet,spellcheck,xmlextras ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data ac_add_options --enable-image-decoders=default,-xbm ac_add_options --disable-debug ac_add_options --x-includes=/usr/openwin/include ac_add_options --x-libraries=/usr/openwin/lib ac_add_options --enable-optimize="-xO3" ac_add_options --disable-shared ac_add_options --enable-static EOF $ make -f client.mk build_all $ cd xpinstall/packager $ make MOZ_PKG_APPNAME="thunderbird" MOZILLA_BIN="$(DIST)/bin/thunderbird-bin"