From xemacs-m  Fri May 30 02:33:13 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA16206
	for <xemacs-beta@xemacs.org>; Fri, 30 May 1997 02:33:04 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id AAA11515;
	Fri, 30 May 1997 00:32:14 -0700
Date: Fri, 30 May 1997 00:32:14 -0700
Message-Id: <199705300732.AAA11515@bittersweet.inetarena.com>
From: "Karl M. Hegbloom" <karlheg@inetarena.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: <xemacs-beta@xemacs.org>
Subject: 20.3-b3: configure problem, Success, Debian GNU/Linux
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta3)
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D


 I built this one for speed; with error checking and debugging off.
If I start running into troubles, I'll recompile.  This one has the
regex patches from gnu.emacs.sources applied; (the patches for
non-greedy quantifiers and shy grouping.) and I've increased
REGEXP_CACHE_SIZE in src/search.c from 5 to 20.  I will try and run
some benchmarks...  subjectively I'd say it's a little bit faster. :-)


*** Configure Problem: ***
It said:
"checking for png.h... no"
... and I verified that png.h is in "/usr/X11R6/include/png.h"
That is where Debian installs it, that's all I know.

uname -a: Linux bittersweet 2.1.36 #2 Thu May 1 11:55:19 PDT 1997 i586 unknown

./configure  '--cflags=-g -O2 -m486 -malign-double -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strength-reduce' '--const-is-losing=no' '--debug=no' '--error-checking=none' '--with-sound=native' '--with-dialogs=athena3d' '--use-union-type' 'i586-bittersweet-linux'


Configured for `i586-bittersweet-linux'.

  Where should the build process find the source code?    /usr/local/src/xemacs-20.3-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 -O2 -m486 -malign-double -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strength-reduce
  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?                   /usr/X11R6/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 native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in support for ncurses.
  Compiling in support for GPM (General Purpose Mouse).
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena-3d dialog boxes.
  Using the union type for Lisp_Objects.

-- 
Karl M. Hegbloom <karlheg@inetarena.com>
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.2  Linux 2.1.36 AMD K5 PR-133

