From xemacs-m  Mon Jun 30 00:22:22 1997
Received: from sonyinet.sony.co.jp (sonyinet.sony.co.jp [202.238.80.17])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA12454
	for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 00:22:21 -0500 (CDT)
Received: (from uucp@localhost) by sonyinet.sony.co.jp (8.8.6/3.4W4-96030410) id OAA04300 for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 14:22:22 +0900 (JST)
Received: from unknown(43.0.1.249) by sonyinet.sony.co.jp via smap (V2.0)
	id xma004235; Mon, 30 Jun 97 14:21:47 +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 OAA25815 for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 14:21:31 +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 OAA28377 for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 14:21:28 +0900
Received: from beer.ga.sony.co.jp by gagw.ga.sony.co.jp (4.2/6.4J.6)
	id AA00375; Mon, 30 Jun 97 14:21:21 JST
Received: by beer.ga.sony.co.jp (4.2/6.4J.6)
	id AA01012; Mon, 30 Jun 97 14:21:20 JST
To: xemacs-beta@xemacs.org
Subject: Success "Athens" on NEWSOS4
From: Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.82)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Jun_30_14:21:26_1997-1"
Content-Transfer-Encoding: 7bit
Date: 30 Jun 1997 14:21:27 +0900
Message-Id: <28afk864yw.fsf_-_@ganews.ga.sony.co.jp>
Lines: 107
X-Mailer: Gnus v5.4.60 + SEMI patch (r2.1)/XEmacs 20.3(beta10) - "Athens"
X-Info: ftp://ftp.jqu.com/pub/yamaoka/x-pgp-sig-1.2.5.tar.gz
X-Pgp-Sig: 2.6.3ia Subject,Message-ID,Date,From,X-Mailer,X-Face
	iQBVAwUBM7dCXEig4LAIggqdAQF0kAH/Sg+0SlWyVYnPvuVg0TGbyKnpTikog0Iz
	Gn9hstSqd26XACQp5ALCS1+3qnw/85nY58sA8y48PP80ZgBLm1bAcA==
	=9Wcs
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&(

--Multipart_Mon_Jun_30_14:21:26_1997-1
Content-Type: text/plain; charset=US-ASCII

I have some problrms:

1. Typo(?) in configure.
2. Can't build temacs with `ld'.
3. If args for temacs is longer then 256 chars, command-line-args is
   chopped every 256 chars with newline. So make-docfile.el does not
   work.

--Multipart_Mon_Jun_30_14:21:26_1997-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="xemacs-20.3-b10.patch"
Content-Transfer-Encoding: 7bit

--- configure~	Mon Jun 30 08:11:49 1997
+++ configure	Mon Jun 30 11:16:04 1997
@@ -2218,7 +2218,7 @@
 
 if test "$ordinary_link" = "no" -a "$GCC" = "yes"; then
  test -z "$linker" &&  linker='$(CC) -nostdlib'
- test -z "$lib_gcc" && lib_gcc='`$(CC) -print-lib-gcc-file-name`'
+ test -z "$lib_gcc" && lib_gcc='`$(CC) -print-libgcc-file-name`'
 fi
 test "$GCC" != "yes" && lib_gcc=
 
--- src/Makefile.in.in~	Mon Jun 30 08:13:57 1997
+++ src/Makefile.in.in	Mon Jun 30 11:16:06 1997
@@ -60,7 +60,7 @@
 ld_switch_shared=@ld_switch_shared@
 start_files=@start_files@
 start_flags=@start_flags@
-LD=@ld@
+LD=@CC@ -nostdlib
 lib_gcc=@lib_gcc@
 
 ## just to be sure the sh is used
@@ -325,9 +325,10 @@
 #ifdef NO_DOC_FILE
 	if test -f $@; then touch $@ && exit 0; fi; \
 #endif
-	-${DUMPENV} ./temacs -batch -l ../prim/make-docfile.el -- \
-		-o ${libsrc}DOC -d ${srcdir} -i ${libsrc}../site-packages \
-		${obj_src} ${mallocdocsrc} ${rallocdocsrc}
+	${libsrc}make-docfile -d ${srcdir} -i ${libsrc}../site-packages \
+		${obj_src} \
+	        ${mallocdocsrc} ${rallocdocsrc} ${lispdir}version.el \
+		${lisp} > ${libsrc}DOC
 
 dump_elcs: dump-elcs
 

--Multipart_Mon_Jun_30_14:21:26_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="Installation"
Content-Transfer-Encoding: 7bit

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' '--with-x=yes' '--with-gif=yes' '--with-xpm=yes' '--with-xface=yes' '--with-jpeg=yes' '--with-png=yes' '--with-pop=yes' '--with-mule=yes' '--with-canna=yes' '--with-wnn=no' '--with-wnn6=no' '--debug=yes'


Configured for `mips-sony-newsos4'.

  Where should the build process find the source code?    /Private/tmp/xemacs-20.3-b10
  What installation prefix should install use?		  /Private/local
  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?            yes
  Should XEmacs use the relocating allocator for buffers? default
  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 Lucid menubars.
  Using Lucid scrollbars.
  Using Motif dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  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: ---------------------------------------------------------


--Multipart_Mon_Jun_30_14:21:26_1997-1
Content-Type: text/plain; charset=US-ASCII

-- 
Katsumi Yamaoka <yamaoka@ga.sony.co.jp>

--Multipart_Mon_Jun_30_14:21:26_1997-1--

