From xemacs-m  Sun Mar  9 10:31:50 1997
Received: from mecca.spd.louisville.edu (mecca.spd.louisville.edu [136.165.40.148])
	by xemacs.org (8.8.5/8.8.5) with SMTP id KAA09607
	for <xemacs-beta@xemacs.org>; Sun, 9 Mar 1997 10:31:49 -0600 (CST)
Received: (from tjchol01@localhost) by mecca.spd.louisville.edu (950413.SGI.8.6.12/8.6.12) id QAA01340; Sun, 9 Mar 1997 16:31:55 GMT
Date: Sun, 9 Mar 1997 16:31:55 GMT
Message-Id: <199703091631.QAA01340@mecca.spd.louisville.edu>
From: "Tomasz J. Cholewo" <tjchol01@mecca.spd.louisville.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: XEmacs-Beta Mailing List <xemacs-beta@xemacs.org>
Subject: [patch] misp-sgi-irix6.2 build success (with a linker warning)

It compiled almost cleanly with a warning that no symbols from
/usr/lib/libw.so are used.  The following patch assumes that the same
happens on irix6.0.  Can someone, please, verify this?  If not, then a
new header file s/irix6-2.h should be created and corresponding changes
made in configure.in.

Tom
=========================================
diff -urd xemacs-20.1-b6-orig/src/s/irix6-0.h xemacs-20.1-b6/src/s/irix6-0.h
--- xemacs-20.1-b6-orig/src/s/irix6-0.h	Wed Dec 18 17:44:13 1996
+++ xemacs-20.1-b6/src/s/irix6-0.h	Sun Mar  9 10:54:07 1997
@@ -16,3 +16,6 @@
 #ifndef THIS_IS_MAKEFILE
 #undef C_SWITCH_SYSTEM
 #endif
+
+/* Irix 6.2 doesn't need -lw */
+#undef NEED_LIBW


=========================================
Configured for `mips-sgi-irix6.2'.

  Where should the build process find the source code?
  /usr2/src/xemacs-20.1-b6
  What installation prefix should install use?
  /usr/contrib/stow/xemacs-beta
  What operating system and machine description files should XEmacs use?
        `s/irix6-0.h' and `m/iris4d.h'
  What compiler should XEmacs be built with?              gcc -g -O4
  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
  Additional header files:
  /usr/contrib/include
  Additional libraries:
  /usr/contrib/lib
  Finding WNN includes with:
  Loading WNN libs with:
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in native sound support.
  Compiling in support for DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

