From xemacs-m  Sun Jul 13 23:55:21 1997
Received: from lipp.aa.net (lipp@lipp.aa.net [206.125.75.19])
	by xemacs.org (8.8.5/8.8.5) with SMTP id XAA18547
	for <xemacs-beta@xemacs.org>; Sun, 13 Jul 1997 23:55:09 -0500 (CDT)
Received: (from lipp@localhost) by lipp.aa.net (8.6.11/8.6.9) id VAA04688; Sun, 13 Jul 1997 21:55:05 -0700
Date: Sun, 13 Jul 1997 21:55:05 -0700
Message-Id: <199707140455.VAA04688@lipp.aa.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Damon Lipparelli <lipp@aa.net>
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: Brussels: success (eventually) under Linux 1.2.13 & GCC 2.6.3
X-Mailer: VM 6.32 under 20.3 "Brussels" XEmacs  Lucid (beta13)
Reply-To: Damon Lipparelli <lipp@aa.net>

uname -a: Linux lipp 1.2.13 #6 Sun Mar 31 16:37:27 PST 1996 i586

./configure  '--cflags=-g -O -m486 -pipe' '--with-mule=yes' '--with-gpm=no' '--site-includes=/usr/local/include' '--site-libraries=/usr/local/lib' '--prefix=/usr/local/src/xemacs-beta/20.3' '--exec-prefix=/usr/local/src/xemacs-beta/20.3/debug'


Configured for `i586-pc-linux'.

  Where should the build process find the source code?    /usr/local/src/xemacs-beta/src/xemacs-20.3-b13
  What installation prefix should install use?		  /usr/local/src/xemacs-beta/20.3
  What operating system and machine description files should XEmacs use?
        `s/linux.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -g -O -m486 -pipe
  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?                /usr/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Additional header files:                                /usr/local/include
  Additional libraries:                                   /usr/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 native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in support for ncurses.
  Compiling in Mule (multi-lingual) support.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  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: ---------------------------------------------------------

Due (presumably) to my ancient versions of Linux & GCC, I had to add "-lc"
to the end of the MAKE variable "otherlibs" to get a clean link.  Without
this, the link died with "libgcc2.a" requiring _atexit.

-lipp

---

After this, I'm going to BURN some RUBBER!!

