From xemacs-m  Sun Jun 29 22:19:49 1997
Received: from epsongw2.epson.co.jp (epsongw2.epson.co.jp [202.248.17.20])
	by xemacs.org (8.8.5/8.8.5) with SMTP id WAA10367
	for <xemacs-beta@xemacs.org>; Sun, 29 Jun 1997 22:19:48 -0500 (CDT)
Received: from epsongw.epson.co.jp by epsongw2.epson.co.jp (8.6.12+2.4W/3.4W-MX950731-Epson Mail Gateway) id MAA18290; Mon, 30 Jun 1997 12:21:42 +0900
Received: from hv.epson.co.jp by epsongw.epson.co.jp (8.6.12+2.4W/3.4W-97060216) id MAA11536; Mon, 30 Jun 1997 12:15:52 +0900
Received: from hv08.hv.epson.co.jp (hv08 [163.141.23.108]) by hv.epson.co.jp (8.6.12+2.5Wb7/3.3W-ESD-MAIL-GW1996/01/17) with ESMTP id MAA02914 for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 12:18:41 +0900
Received: (from ichikawa@localhost) by hv08.hv.epson.co.jp (8.8.2+2.6Wbeta9/3.5W-AT-ESD hv08 11/12/96) id MAA05358; Mon, 30 Jun 1997 12:19:29 +0900 (JST)
From: =?ISO-2022-JP?B?GyRCO1RAbkMjOkgbKEI=?= / Tatsuya Ichikawa
 <ichikawa@hv.epson.co.jp>
To: xemacs-beta@xemacs.org
Subject: Success "Athens" on SYSV R4
X-Emacs: XEmacs 20.3 "Athens" XEmacs  Lucid (beta10)
X-MUA: gnus-mime 0.24 (for SEMI) + SEMI MIME view 0.92
Original-Sender: ichikawa@hv.epson.co.jp
Organization: Tatsuya Ichikawa Supporter Club.
X-PGP-Sig: 2.6.3ia Subject,Message-ID,Date,From,X-Mailer,X-Face
	iQBVAwUBM7clwHiR0oMKLWWZAQGL1AH/bVJiEUeBzIK2B0Yn8oA/Q0IEWZ65CcAs
	C36oOLrfHT2zJoAbmOvHYPapI+yYxBkyIPCUuDala2x6Mj7zaye78w==
	=lMR5
X-Face-Version: X-Face utilities v1.2.5
X-Face: ?/"MXina;Tt'.c6A>P1["3Wm#HCKX-/DEGN$1y[T?I6fCGFUTh]6'<@mJ&1TSRDlc_>|Lo'
 %b|.R<f|%BIjCOSQvLV:2)P^04)ek{b"Non9NuWOEk;\0td2/ema6)OY@T[SPgNY3z[;uPIjxx>wf=
 `7~U>E@VElJ`RI\Sb1h
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.82)
Content-Type: text/plain; charset=US-ASCII
Date: 30 Jun 1997 12:19:27 +0900
Message-ID: <wnhgeg6am8.fsf@hv08.hv.epson.co.jp>
Lines: 79
X-Mailer: Gnus v5.4.60 + SEMI patch (r2.1)/XEmacs 20.3(beta10) - "Athens"


  Patched up from Sophia , Build success on i586-att-sysv4 with gcc-2.7.2.

  But configure cannot detect many function like rmdir,mkdir,...
  So I made a change to configure shell script that configure shell can detect
  functions.
  Why configure cannot detect these functions like rmdir , mkdir , random ...?
  The changes like following.

*** configure.orig	Mon Jun 30 12:17:29 1997
--- configure	Mon Jun 30 10:38:10 1997
***************
*** 7184,7190 ****
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
! choke me
  #else
  $ac_func();
  #endif
--- 7184,7191 ----
      to always fail with ENOSYS.  Some functions are actually named
      something starting with __ and the normal name is an alias.  */
  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
! /* choke me */
! $ac_func();
  #else
  $ac_func();
  #endif

  Installtion file.

uname -a: UNIX_SystemV hv08 4.0 4 i386 386/AT

./configure  'i586-att-sysv4' '--dynamic=yes' '--with-gcc' '--with-gnu-make' '--prefix=/usr/xemacs' '--with-x' '--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib' '--with-menubars=lucid' '--with-scrollbars=athena' '--with-dialogs=athena' '--with-xpm' '--with-toolbars=yes' '--with-xface' '--with-gif' '--with-jpeg' '--with-mule' '--with-xim=no' '--with-canna' '--use-system-malloc' '--rel-alloc' '--site-includes=/usr/epson/include /usr/local/canna/include' '--site-libraries=/usr/epson/lib /usr/local/canna/lib' '--with-database=gnudbm' '--with-xmu=yes' '--cflags=-m486 -g -O4 -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2' '--with-sound=no' '--with-pop'


Configured for `i586-att-sysv4'.

  Where should the build process find the source code?    /home/ichikawa/source/xemacs-20.3-b10
  What installation prefix should install use?		  /usr/xemacs
  What operating system and machine description files should XEmacs use?
        `s/usg5-4.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -m486 -g -O4 -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2
  Should XEmacs use the GNU version of malloc?            no
  (User chose not to use GNU allocators.)
  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/epson/include /usr/local/canna/include
  Additional libraries:                                   /usr/epson/lib /usr/local/canna/lib
  Runtime library search path:                            /usr/X11R6/lib:/usr/local/canna/lib:/home/ichikawa/X11/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 GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in support for Canna on Mule.
  Using Lucid menubars.
  Using Athena scrollbars.
  Using Athena 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: ---------------------------------------------------------


--
Tatsuya Ichikawa : Epson Software Development Lab, Inc. Nagano, Japan. ;-)
# PGP Public Key : pgp-public-keys@keys.pgp.net(Subject: GET 0x0A2D6599)
       E-mail    : <ichikawa@hv.epson.co.jp><t-ichi@po.shiojiri.ne.jp>

