From xemacs-m  Mon Jul  7 01:53:49 1997
Received: from ns.jsys.co.jp (ns.jsys.co.jp [202.33.240.82])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA00881
	for <xemacs-beta@xemacs.org>; Mon, 7 Jul 1997 01:53:46 -0500 (CDT)
Received: from cosmos.jsys.co.jp (cosmos.jsys.co.jp [172.31.80.5])
	by ns.jsys.co.jp (8.8.6/8.8.6) with ESMTP id PAA15770
	for <xemacs-beta@xemacs.org>; Mon, 7 Jul 1997 15:53:44 +0900 (JST)
Received: from skywalk.jsys.co.jp (j-04110.jsys.co.jp [172.31.49.72])
	by cosmos.jsys.co.jp (8.8.6/8.8.6/NOTES) with ESMTP id PAA25799
	for <xemacs-beta@xemacs.org>; Mon, 7 Jul 1997 15:53:43 +0900 (JST)
Received: (from ienaga@localhost) by skywalk.jsys.co.jp (8.8.5/3.5Wpl2) id PAA00437; Mon, 7 Jul 1997 15:53:18 +0900 (JST)
To: xemacs-beta@xemacs.org
Subject: 20.3-beta11 Stockholm OK on FreeBSD 2.2.2
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Jul__7_15:53:17_1997-1"
Content-Transfer-Encoding: 7bit
From: Kazuyuki IENAGA <ienaga@jsys.co.jp>
Date: 07 Jul 1997 15:53:17 +0900
Message-ID: <rysradbic9u.fsf@skywalk.jsys.co.jp>
Lines: 77
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta11) - "Stockholm"
X-Face:  czfHfB+cCdftWr4Fwe9^^-!_PKouj^vkcIk4Hg_xxx<~JF.4vv)^7jM;w_w'(UZ#{K&xpz:
 [v3`j%a.u`CP*Tbsm[N0PYlk&+xt3Vd1KZL%'I+v,:*0\(akF?Vf>l_VeOHH]2.Z6^e_O;zDZJW.


--Multipart_Mon_Jul__7_15:53:17_1997-1
Content-Type: text/plain; charset=US-ASCII

Patched up from b10, configure, compile and run OK on FreeBSD 2.2.2.

[Patching up and cc-mode specific problem]
With `make all-elcs', I got an error with making elcs in lisp/cc-mode/ 
that "make" command complained "don't know how to make
cc-align.elc. Stop".
For instance, see the example bellow:

    lisp/cc-mode% make cc-align.elc
    `cc-align.elc' is up to date.
    lisp/cc-mode% mv !$ elcs/
    mv cc-align.elc elcs/
    lisp/cc-mode% make cc-align.elc
    make: don't know how to make cc-align.elc. Stop

So I did "../../src/xemacs -q ...." for each els.

I just have FreeBSD version of make, not GNU make.
Do I have to get GNU's one?
I tested it on Solaris 2.5, both on /usr/ccs/bin/make and GNU make.
Solaris version of make complained as same as FreeBSD's.
The GNU make had nothing to complain about.


--Multipart_Mon_Jul__7_15:53:17_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="Installation"
Content-Transfer-Encoding: 7bit

uname -a: FreeBSD skywalk.jsys.co.jp 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #3: Mon Jun 16 19:57:01 JST 1997     root@skywalk.jsys.co.jp:/usr/src/sys/compile/Skywalk  i386

./configure  '--with-mule' '--with-canna' '--with-wnn6' '--with-xface' '--site-includes=/usr/local/canna/include /usr/local/include' '--site-libraries=/usr/local/lib' '--cflags=-g -m486 -O2'


Configured for `i386-unknown-freebsd2.2.2'.

  Where should the build process find the source code?    /pub/compile/emacs/xemacs-beta
  What installation prefix should install use?		  /usr/local
  What operating system and machine description files should XEmacs use?
        `s/freebsd.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -g -m486 -O2
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Additional header files:                                /usr/local/canna/include /usr/local/include
  Additional libraries:                                   /usr/local/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for X-Face message headers.
  Compiling in support for JPEG image conversion.
  Compiling in native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in support for Canna on Mule.
  Compiling in support for the WNN input method on Mule.
    Using WNN version 6.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena dialog boxes.
  movemail will use "flock" for locking mail spool files.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.
  WARNING: ---------------------------------------------------------
  WARNING: Compiling in support for runtime error checking.
  WARNING: XEmacs will run noticeably more slowly as a result.
  WARNING: Error checking is on by default for XEmacs beta releases.
  WARNING: ---------------------------------------------------------


--Multipart_Mon_Jul__7_15:53:17_1997-1--

