This build of mozilla 1.2a was produced on a sparc-sun-solaris2.7 platform.
If you encounter any problem with the package, 
you may contact Margaret Chan <margaret.chan@sun.com>

This build was made from the MOZILLA_1_2a_RELEASE tagged sources in the CVS
repository.

Installation notes:

    * Executables are dynamically linked against Gtk.  You will need to set
      LD_LIBRARY_PATH to the directory where your Gtk 1.2 shared libraries
      are installed.  You can do this before starting mozilla or edit
      run-mozilla.sh.

    * After installing the files in this package you must run mozilla as
      the user who installed the files (e.g. root if the files are owned by
      root) once to create the file `components.reg'.  If you don't,
      mozilla will crash on startup.  This is documented behavior that
      Netscape has so far declined to fix; see
      http://bugzilla.mozilla.org/show_bug.cgi?id=49345 for details.

    * If you get a lot of warnings on startup like

          Gdk-WARNING **: shmat failed!

      then you may want to increase your shared memory segment sizes.
      On Solaris 7, you can add the following lines to /etc/system and
      reboot:

          * Set for libgtk shared memory usage
          set shmsys:shminfo_shmmax = 8388608
          set shmsys:shminfo_shmmni = 0x1000
          set shmsys:shminfo_shmseg = 0x100

Known bug(s):

    http://bugzilla.mozilla.org/show_bug.cgi?id=167722	
 
  
The following tools/libraries were used for compilation:
    Forte 6 Update 1 
	plus patches 109513-05, 109508-03, 109505-0, 109510-03, 109516-02
    GNU Make 3.75
    GTK 1.2.10

The following commands were issued to check out and build the distribution:

  $ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r MOZILLA_1_2a_RELEASE mozilla/client.mk
  $ cd mozilla
  $ gmake -f client.mk checkout
  $ cat << EOF > .mozconfig
    ac_add_options --disable-tests
    ac_add_options --disable-debug
    ac_add_options --with-xprint
    ac_add_options --enable-xinerama
    ac_add_options --enable-ldap
    ac_add_options --enable-crypto
    ac_add_options --enable-x11-shm
    ac_add_options --with-glib-prefix=/usr/sfw
    ac_add_options --with-gtk-prefix=/usr/sfw
    ac_add_options --with-libIDL-prefix=../dist
    ac_add_options --enable-ctl
    EOF

  $ export MOZILLA_OFFICIAL=1
  $ export BUILD_OFFICIAL=1
  $ export NS_USE_NATIVE=1
  $ export CFLAGS="-xO5 -xlibmil"
  $ export CXXFLAGS="-xO5 -xlibmil -xlibmopt"
  $ gmake -f client.mk build_all
  $ cd xpinstall/packager
  $ gmake

