From xemacs-m  Thu Feb 27 17:35:34 1997
Received: from mharnois.workgroup.net (pm1-038.sbt.net [206.153.211.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA10175
	for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 17:35:31 -0600 (CST)
Received: (from mharnois@localhost)
	by mharnois.workgroup.net (8.8.5/8.8.5) id RAA09529;
	Thu, 27 Feb 1997 17:35:34 GMT
Sender: mharnois@sbt.net
To: xemacs-beta@xemacs.org
Subject: success with 20.1-b3 on linux
Mail-Copies-To: never
X-Face: #ELVc'\6VfS2I%PkOK{H2d%M=]`IfN&$$Wo[x14,.sRozWJ3/dr~cV,0hp}BF%+x0=TYyfE
 B8O;Nrz=1@.mIh_BT>:2N,K|f0)"sy%=AyU1MyXv3)joP%%)IF~+"#!*SRa+hbyFX>?^{f|_Wq/Zs.
 \/@8PsO^^f,p86SJIFi9-6+Tw}?Wc6{i*8Jd^"m^INcjf~0o=Nvrd4XX\u`:0tKebsYKXrtp!v)"OD
 -o2_Jm(M2up1A
X-Attribution: mdh
From: Michael Harnois <mharnois@sbt.net>
Date: 27 Feb 1997 17:35:32 +0000
Message-ID: <87ybcaxicb.fsf@sbt.net>
Lines: 49
X-Mailer: Gnus v5.4.15/XEmacs 20.1

linux-2.1.26 with Alan Cox's 2.1.26-patch3, glibc-2.0.1(!), binutils-2.7.0.9

  Where should the build process find the source code?    /usr/src/xemacs-20.1-b3
  What installation prefix should install use?		  /usr/local
  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 
  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
  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 support for Berkeley DB.
  Compiling in support for OffiX.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.
  Using the union type for Lisp_Objects.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

Left out Canna for the moment until I can get it recompiled under glibc-2.

The #ifdef for glibc in floatfns.c does not work for me. I have no
idea why. When the build crashes there, I have to compile that one
file by hand, adding -D_GNU_SOURCE. Once I've done that the rest of
the build proceeds uneventfully.

I also succeeded in producing workable makefiles by adding
-D__LDBL_UNION_ to the CPPFLAGS statement in configure. 

There are a couple of warnings during the compile that are new to
glibc-2, about functions that are supposed to be "dangerous and should
not be used." Unfortunately I lost my logfile. When I get around to
rebuilding with canna, I'll see if I can catch them.

--
+  Michael D. Harnois              +    If you want to follow Jesus,     +
+  Pastor, computer nerd,          +    you better look good on wood.    +
+  Linux user, Havanese owner      +                                     + 
+  mharnois@sbt.net                +            -- Daniel Berrigan       +

