From xemacs-m  Mon Jan  6 16:59:07 1997
Received: from draco.jsk.t.u-tokyo.ac.jp (draco.jsk.t.u-tokyo.ac.jp [133.11.96.217])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id QAA00570 for <xemacs-beta@xemacs.org>; Mon, 6 Jan 1997 16:59:05 -0600 (CST)
Received: from localhost (hajime@localhost) by draco.jsk.t.u-tokyo.ac.jp (8.6.12+2.5Wb7/3.4Wbeta6-95083023) with SMTP id HAA01515; Tue, 7 Jan 1997 07:57:35 +0900
From: Hajime Saitou <hajime@jsk.t.u-tokyo.ac.jp>
Message-Id: <199701062257.HAA01515@draco.jsk.t.u-tokyo.ac.jp>
X-Authentication-Warning: draco.jsk.t.u-tokyo.ac.jp: Host localhost didn't use HELO protocol
To: Carsten Leonhardt <leo@arioch.tng.oche.de>
CC: xemacs-beta@xemacs.org
Subject: Re: Build report: 20.0b34 on Linux 2.0.27 
In-reply-to: Your message of "06 Jan 97 23:22:41 +0100."
             <m3sp4eh2a6.fsf@arioch.tng.oche.de> 
Date: Tue, 07 Jan 97 07:57:34 +0900



For some odd reason I didn't get this message and everything went OK
without having to rewrite anything.

Just for the record.

Compiled on Linux-2.0.27 with
# configure  i586-jsk-linux --with-gcc --with-gnu-make --dynamic=yes --prefix=/usr/local/xemacs --cflags=-O3 -fforce-addr -fforce-mem -fomit-frame-pointer -ffast-math -fno-strength-reduce -m486 -malign-jumps=2 -malign-loops=2 -malign-functions=2 --with-x --with-xpm --with-xmu=yes --with-gif --with-jpeg --with-png --with-tiff --with-database=gnudbm --with-mule --with-canna --debug --site-includes=/usr/include/gr /usr/local/canna/include

and on Solaris 5.5.1

# configure  --with-gcc --cflags=-O6 -fdelayed-branch -mv8 --with-gif --with-database=gnudbm --with-mule --with-xmu=yes --prefix /home/jsk/hajime/xemacs

But on the Solaris machine I get
---
(1) (warning/warning) Unable to load term file x-win-xfree86
---

But I expect this is due to my .emacs file.


Hajime Saito

-----------------------------
> Error messages:
> 
> mule-canna.o: In function `Fcanna_henkan_begin':
> /mnt/adisk/src/xemacs-20.0-b34/src/./mule-canna.c:732: undefined
reference to `RkBgnBun'

....

> mule-canna.o: In function `kanjiYomiList':
> mule-canna.o: In function `Fcanna_henkan_quit':
> /mnt/adisk/src/xemacs-20.0-b34/src/./mule-canna.c:857: undefined reference to `RkEndBun'
> make[1]: *** [temacs] Error 1
> make[1]: Leaving directory `/mnt/adisk/src/xemacs-20.0-b34/src'
> make: *** [src] Error 2
> 
> 
> Patch:
> 
> diff -c /mnt/adisk/src/xemacs-20.0-b34/src/Makefile.in.in\~ /mnt/adisk/src/xemacs-20.0-b34/src/Makefile.in.in

