From xemacs-m  Fri May 30 00:47:08 1997
Received: from iria.mines.u-nancy.fr (galibert@iria.mines.u-nancy.fr [193.49.140.100])
	by xemacs.org (8.8.5/8.8.5) with SMTP id AAA14584;
	Fri, 30 May 1997 00:47:07 -0500 (CDT)
Received: (from galibert@localhost) by iria.mines.u-nancy.fr (950413.SGI.8.6.12/950213.SGI.AUTOCF) id HAA10622; Fri, 30 May 1997 07:46:11 +0200
Message-ID: <19970530074611.47103@iria.mines.u-nancy.fr>
Date: Fri, 30 May 1997 07:46:11 +0200
From: Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
To: Steven L Baur <steve@xemacs.org>
Cc: xemacs-beta@xemacs.org, xemacs-webmaint@xemacs.org
Subject: b3 success on IRIX 6.2 - o32 - minimal configure
References: <m2oh9togc5.fsf@altair.xemacs.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.74
In-Reply-To: <m2oh9togc5.fsf@altair.xemacs.org>; from Steven L Baur on Thu, May 29, 1997 at 07:15:38PM -0700

There is still a small problem with this configuration : SGI
provides and old, broken, unusable version of the xpm library.
It shouldn't be used but the configure autodetects it if you
happen to have a valid xpm.h in /usr/include/X11. The right
way to phase it out is probably to try to link agains XpmFree,
which does not exists in this provided version but is needed
by xemacs (understand, link crashed).

  OG.


uname -a: IRIX iria 6.2 03131015 IP22

configure  '--with-xpm=no'


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

  Where should the build process find the source code?    /usr/people/galibert/xemacs-20.3-b3
  What installation prefix should install use?		  /usr/local
  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 -O
  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
  Where do we find X Windows header files?                
  Where do we find X Windows libraries?                   
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  --------------------------------------------------------------------
  WARNING: Compiling without XPM support.
  WARNING: You should strongly considering installing XPM.
  WARNING: Otherwise toolbars and other graphics will look suboptimal.
  --------------------------------------------------------------------
  Compiling in native sound support.
  Compiling in support for GNU 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.
  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: ---------------------------------------------------------

