From xemacs-m  Mon May 26 07:38:17 1997
Received: from sonyinet3.sony.co.jp (firewall-user@sonyinet3.sony.co.jp [202.238.80.28])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id HAA15057
	for <xemacs-beta@xemacs.org>; Mon, 26 May 1997 07:38:15 -0500 (CDT)
Received: by sonyinet3.sony.co.jp
	id VAA09952; Mon, 26 May 1997 21:38:12 +0900 (JST)
Received: from unknown(43.0.1.249) by sonyinet3.sony.co.jp via smap (V3.1.1)
	id xma009895; Mon, 26 May 97 21:37:44 +0900
Received: from shigw.shi.sony.co.jp (shigw [43.1.179.252]) by sonygw.sony.co.jp (8.6.12+2.4W/3.4W-97020512) with ESMTP id VAA27390 for <xemacs-beta@xemacs.org>; Mon, 26 May 1997 21:37:28 +0900
Received: from gagw.ga.sony.co.jp (gabrg [43.1.185.224]) by shigw.shi.sony.co.jp (8.6.12+2.4W/3.4W-96052711) with SMTP
	id VAA16788 for <xemacs-beta@xemacs.org>; Mon, 26 May 1997 21:37:27 +0900
Received: from beer.ga.sony.co.jp by gagw.ga.sony.co.jp (4.2/6.4J.6)
	id AA24535; Mon, 26 May 97 21:36:49 JST
Received: by beer.ga.sony.co.jp (4.2/6.4J.6)
	id AA01576; Mon, 26 May 97 21:36:48 JST
To: xemacs-beta@xemacs.org
Subject: Success 20.3-b2 on NEWSOS4
From: Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
Organization: The Katsumi Yamaoka Fan Club
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.80)
Content-Type: text/plain; charset=US-ASCII
Date: 26 May 1997 21:36:58 +0900
Message-Id: <28yb922yvp.fsf@ganews.ga.sony.co.jp>
Lines: 54
X-Mailer: Gnus v5.4.55 with SEMI patch/XEmacs 20.3(beta2)
X-Info: ftp://ftp.jqu.com/pub/yamaoka/x-pgp-sig-1.2.4.tar.gz
X-Pgp-Sig: 2.6.3ia Subject,Message-ID,Date,From,X-Mailer,X-Face
	iQBVAwUBM4mD7kig4LAIggqdAQFa6gIAnuG6StE79efA1UgORy7o09W4+pzvdjP3
	Ju1z3cp2hnCiZKSDTM3z/vhx+jYbhTVmMbme3pQD4P2+esLqACfBMQ==
	=ec+K
X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk
 B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw=
 L&i*6&(

But I made temacs by hand:

gcc -nostdlib `./prefix-args -Xlinker -L/Private/local/lib -x -D 800000 -L. -L../lwlib` -o temacs pre-crt0.o /lib/crt0.o abbrev.o alloc.o .......
	(... tons of *.o's ...)
....... xselect.o window.o mktime.o termcap.o lastfile.o EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o -llw -lXm -lXpm -lcompface -ljpeg -lpng -lz -lXlc -lXmu -lXt -lXext -lX11 -lmld -lcanna -lRKC -ldbm `gcc -print-libgcc-file-name` -lm -lc `gcc -print-libgcc-file-name`

termcap.o is also compiled by hand, and mktime.c is pinched from
FreeBSD sources.

osversion: NEWS-OS Release 4.2.1R FCS#5

./configure  'mips-sony-newsos4' '--extra-verbose' '--with-gcc=yes' '--with-gnu-make=yes' '--cflags=-O2' '--site-includes=/Private/local/include' '--site-libraries=/Private/local/lib' '--prefix=/Private/local/xemacs' '--with-x=yes' '--with-xpm=yes' '--with-xface=yes' '--with-gif=yes' '--with-jpeg=yes' '--with-png=yes' '--with-pop=yes' '--with-mule=yes' '--with-canna=yes' '--rel-alloc=no' '--use-system-malloc=yes'


Configured for `mips-sony-newsos4'.

  Where should the build process find the source code?    /Private/tmp/xemacs-20.3-b2
  What installation prefix should install use?		  /Private/local/xemacs
  What operating system and machine description files should XEmacs use?
        `s/bsd4-3.h' and `m/news-risc.h'
  What compiler should XEmacs be built with?              gcc -O2
  Should XEmacs use the GNU version of malloc?            no
  (User chose not to use GNU allocators.)
  Should XEmacs use the relocating allocator for buffers? no
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                
  Where do we find X Windows libraries?                   /usr/lib
  Additional header files:                                /Private/local/include
  Additional libraries:                                   /Private/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 support for PNG image conversion.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in support for Canna on Mule.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.
  Using POP for mail access
  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: ---------------------------------------------------------
-- 
Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
MD dep., General Audio div., Personal A&V Products Company, Sony Corp.
PGP Public Key:
http://www.icat.or.jp/cgi-bin/pgpsearchkey.pl?op=get&search=0x08820A9D

