##################################################################### ## ## Seamonkey v1.1.14 for Solaris 10 (SPARC) GTK 1.2.10 ## ## Build platform: Sun Fire 280 (Solaris 10 5/08 - Update 5) ## Compilers used: Sun Studio 12 ## Build date : 16 Dez 2008 ## Build by : Bernd Senf ( bsenf@fli-leibniz.de ) ## ##################################################################### This build of Seamonkey 1.1.14 was produced on a sparc-sun-solaris2.10 platform. Build options were chosen to optimise Seamonkey for UltraSPARC 2+ processors. Questions about this build can be addressed to Bernd Senf ( bsenf at@ fli-leibniz.de ). Any bugs or issues should be reported to the Mozilla Bugzilla site (http://bugzilla.mozilla.org). This README was basically copied from the similary README for Solaris 10/GTK2 by James Noyes. ##################################################################### ## COMPILERS AND LIBRARIES USED ##################################################################### The following tools/libraries were used during compilation: Sun Studio 12 (Sun C++ 5.9 SunOS_sparc Patch 124863-07 2008/08/22) GNU make 3.80 (SUNWgmake) GTK 1.2.10 (SUNWgtk/SUNWglib) ##################################################################### ## INSTALLATION NOTES ##################################################################### * Extract the tarball to an appropriate installation location (such as /usr/local): # cd / # bunzip2 -c //seamonkey-1.1.14.en-US.solaris2.10-sparc-gtk2.tar.bz2 | tar xf - * For easy execution, symbolically link the seamonkey application: # cd /usr/local/bin # ln -s //seamonkey/seamonkey * Place any desired plugins into //seamonkey/plugins. * This build should work properly with the Shockwave Flash 7.0 (r67), and Java 5 plugins. * Executables are dynamically linked against SUNs GTK1, 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: # GTK1 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-xinerama 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=gtk ac_add_options --enable-strip ac_add_options --enable-strip-libs ac_add_options --enable-shared ac_add_options --with-xprint 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-freetype ac_add_options --disable-freetype2 ac_add_options --disable-auto-deps ac_add_options --with-gtk-prefix=/usr/sfw ac_add_options --with-glib-prefix=/usr/sfw ac_add_options --x-includes=/usr/openwin/include ac_add_options --x-libraries=/usr/openwin/lib ##################################################################### ## 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="-xarch=native -xlibmil -xstrconst -xbuiltin=%all -mt" $ CXXFLAGS="-xarch=native -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