##################################################################### ## ## Seamonkey v1.1.19 for Solaris 10 (i686) GTK 1.2.10 ## ## Build platform: Supermicro i86pc (2 X Quad-Core Intel(r) Xeon(r) E5440 @ 2.83GHz) ## Compilers used: Sun Studio 12.1 ## Build date : 23 Mar 2010 ## Build by : Bernd Senf (bsenf@fli-leibniz.de) ## ##################################################################### This build of Seamonkey 1.1.19 was produced on a intel-sun-solaris2.10 platform. Questions about this build can be addressed to Bernd Senf ( bsenf@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 (CC: Sun C++ 5.10 SunOS_i386 128229-06 2010/02/10) 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.19.en-US.solaris2.10-i686-gtk1.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 (r73), 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