##################################################################### ## ## Seamonkey v1.1.19 for Solaris 10 (SPARC) GTK2.4 and higher ## ## Build platform: Sun Blade 2500 (Solaris 10 10/09 - Update 8) ## Compilers used: Sun Studio 11 (Patched to 3 Jun 2009) ## Build date : 1 Jun 2010 ## Build by : James Noyes (seamonkey@retrogeeks.com) ## ##################################################################### This build of Seamonkey 1.1.19 was produced on a sparc-sun-solaris10 platform. Build options were chosen to optimise Seamonkey for UltraSPARC 2+ processors. Questions about this build can be addressed to James Noyes (seamonkey@retrogeeks.com). Any bugs or issues should be reported to the Mozilla Bugzilla site (http://bugzilla.mozilla.org). This README blatantly ripped off from the README for previous Solaris 8/GTK1 Seamonkey releases by Michael Kelleher. ##################################################################### ## KNOWN ISSUES ##################################################################### Mozilla bug #514838 is KNOWN to be present in this build. https://bugzilla.mozilla.org/show_bug.cgi?id=514838 PLEASE READ the above bug entry, and understand the issue and potential workarounds before reporting this problem with this build. ##################################################################### ## COMPILERS AND LIBRARIES USED ##################################################################### The following tools/libraries were used during compilation: Sun Studio 11 GNU make 3.80 GTK 2.4.9 ##################################################################### ## INSTALLATION NOTES ##################################################################### * Extract the tarball to an appropriate installation location (such as /opt): # cd / # bunzip2 -c //seamonkey-1.1.19.en-US.solaris10-sparc.tar.bz2 | tar xf - * For easy execution, symbolically link the seamonkey application: # cd /usr/bin # ln -s //seamonkey/seamonkey * Place any desired plugins into //seamonkey/plugins. * This build should work properly with the Adobe Reader 8, Adobe Flash Player 10, RealPlayer 11, and Java 5 plugins. * Executables are dynamically linked against GTK2, but should not require the setting of any additional locations in LD_LIBRARY_PATH on a standard Solaris 10 installation. * No other special installation requirements should exist. ##################################################################### ## CONFIGURATION OPTIONS USED ##################################################################### The .mozconfig file used for this build was: # GTK2 mozilla build config # mk_add_options MOZ_CO_PROJECT=suite mk_add_options BUILD_OFFICIAL=1 mk_add_options MOZILLA_OFFICIAL=1 # ac_add_options --enable-application=suite ac_add_options --enable-optimize ac_add_options --enable-composer ac_add_options --enable-crypto ac_add_options --enable-image-decoders=all ac_add_options --enable-extensions=all,-xmlterm ac_add_options --enable-x11-shm ac_add_options --enable-ctl ac_add_options --enable-default-toolkit=gtk2 ac_add_options --enable-svg ac_add_options --enable-xprint ac_add_options --enable-strip ac_add_options --enable-strip-libs ac_add_options --enable-shared ac_add_options --disable-static ac_add_options --disable-libxul ac_add_options --disable-tests ac_add_options --disable-mochitest ac_add_options --disable-debug ac_add_options --disable-auto-deps ##################################################################### ## BUILD ENVIRONMENT AND COMMANDS ##################################################################### The following build environment and commands were used: $ MOZ_CO_PROJECT=suite $ BUILD_OFFICIAL=1 $ MOZILLA_OFFICIAL=1 $ CC=/opt/SUNWspro/bin/cc $ CXX=/opt/SUNWspro/bin/CC $ CFLAGS=-xlibmil -xstrconst -xbuiltin=%all -mt $ CXXFLAGS=-xlibmil -xlibmopt -features=tmplife -norunpath -xbuiltin=%all -mt -I/usr/openwin/include $ LDFLAGS=-L/usr/sfw/lib -R/usr/sfw/lib $ export MOZ_CO_PROJECT BUILD_OFFICIAL MOZILLA_OFFICIAL CC CXX CFLAGS CXXFLAGS LDFLAGS $ gmake -f client.mk build_all $ cd $MOZ_OBJDIR/xpinstall/packager $ gmake