From xemacs-m  Thu Jun 26 04:00:04 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 EAA02402
	for <xemacs-beta@xemacs.org>; Thu, 26 Jun 1997 04:00:00 -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 SAA22955
	for <xemacs-beta@xemacs.org>; Thu, 26 Jun 1997 18:00:00 +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 SAA25318
	for <xemacs-beta@xemacs.org>; Thu, 26 Jun 1997 18:00:00 +0900 (JST)
Received: (from ienaga@localhost) by skywalk.jsys.co.jp (8.8.5/3.5Wpl2) id RAA17115; Thu, 26 Jun 1997 17:59:45 +0900 (JST)
To: xemacs-beta@xemacs.org
Subject: 20.3 Sofia OK on FreeBSD 2.2.2
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_Jun_26_17:59:45_1997-1"
Content-Transfer-Encoding: 7bit
From: Kazuyuki IENAGA <ienaga@jsys.co.jp>
Date: 26 Jun 1997 17:59:45 +0900
Message-ID: <rys4tal68ou.fsf@skywalk.jsys.co.jp>
Lines: 85
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta9) - "Sofia"
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_Thu_Jun_26_17:59:45_1997-1
Content-Type: text/plain; charset=US-ASCII

Patched up from 20.3-b8.

Compilation was going well when I changed src/s/freebsd.h as bellow:

--Multipart_Thu_Jun_26_17:59:45_1997-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="freebsd.h.diff"
Content-Transfer-Encoding: 7bit

--- freebsd.h	1997/06/23 04:03:16	1.1
+++ freebsd.h	1997/06/23 04:06:52
@@ -41,6 +41,7 @@
 
 #ifndef NO_SHARED_LIBS
 #define LD_SWITCH_SYSTEM "-dc -dp -e start"
+#define LINKER "$(CC) -nostdlib"
 #define HAVE_TEXT_START		/* No need to define `start_of_text'. */
 #define START_FILES "pre-crt0.o /usr/lib/crt0.o"
 #define UNEXEC "unexfreebsd.o"

--Multipart_Thu_Jun_26_17:59:45_1997-1
Content-Type: text/plain; charset=US-ASCII


It was a first attempt that link both Wnn6 and Canna into XEmacs,
and I got a link time error that there's an undefined symbol, crypt.
Because FreeBSD version of wnn library has a undef-symbol "crypt" in
it and FreeBSD does not have the function in its libc but in libcrypt.

So I have to add -lcrypt in src/Makefile.

After that, It's going well.


--Multipart_Thu_Jun_26_17:59:45_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'


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 -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
  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 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_Thu_Jun_26_17:59:45_1997-1--

