From xemacs-m  Sun Dec 29 19:59:57 1996
Received: from dres.elam.org (root@cola166.scsn.net [206.25.247.166])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id TAA12220 for <xemacs-beta@xemacs.org>; Sun, 29 Dec 1996 19:59:54 -0600 (CST)
Received: from dres.elam.org (localhost [127.0.0.1]) by dres.elam.org (8.7.6/8.7.3) with ESMTP id UAA08256 for <xemacs-beta@xemacs.org>; Sun, 29 Dec 1996 20:54:54 -0500
Message-Id: <199612300154.UAA08256@dres.elam.org>
To: XEmacs Beta List <xemacs-beta@xemacs.org>
reply-to: dres@scsn.net
Subject: xemacs 20.0b33 success Linux
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: Sun, 29 Dec 1996 20:54:54 -0500
From: James LewisMoss <dres@dres.elam.org>


linux 2.0.27, libc 5.4.17, elf, gcc 2.7.2.1
Configured for `i486-unknown-linuxelf'.

  Where should the build process find the source code?    /usr/local/src/apps/editors/emacs/xemacs-20.0-b33
  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 -O2 -fno-strength-reduce -m486 -pipe -Wall
  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
  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 extra Epoch compatibility.
  Compiling in both network and native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

configured with:
  ./configure --verbose \
   --cflags="$CCOPTS" \
   --with-menubars=lucid \
   --with-scrollbars=lucid \
   --with-dialogs=athena \
   --with-sound=both \
   --with-database=berkdb,gnudbm \
   --with-epoch \
   --with-xmu \
   --extra-verbose \
   $CONFIG


Other than some problems with locally installed files (byte-codes not
working correctly).  Only hit a couple things so far:

1) As mentioned before not all the info files were installed.  Also
   the gzip should probably be forced so that at reinstallation you
   don't have to press 'y' a bunch of times to get it to overwrite
   files.

2) Also the png library wasn't found correctly.  failed with these
   messages:
checking for -lpng
/usr/lib/libpng.so: undefined reference to `deflate'
/usr/lib/libpng.so: undefined reference to `inflate'
/usr/lib/libpng.so: undefined reference to `inflateInit_'
/usr/lib/libpng.so: undefined reference to `deflateInit2_'
/usr/lib/libpng.so: undefined reference to `inflateReset'
/usr/lib/libpng.so: undefined reference to `deflateReset'
/usr/lib/libpng.so: undefined reference to `inflateEnd'
/usr/lib/libpng.so: undefined reference to `deflateEnd'

Which look like it not either looking or finding the libz library even
though it is installed:
-rw-r--r--   1 root     root        60870 Aug 19 15:07 /usr/lib/libz.a
lrwxrwxrwx   1 root     root           13 Nov 22 23:41 /usr/lib/libz.so -> libz.so.1.0.4
lrwxrwxrwx   1 root     root           13 Nov 22 23:41 /usr/lib/libz.so.1 -> libz.so.1.0.4
-rw-r--r--   1 root     root        50772 Aug 19 15:07 /usr/lib/libz.so.1.0.4

That's it so far...

Jim

-- 
@James LewisMoss                 | moss@cs.sc.edu | Blessed Be!
@    http://www.cs.sc.edu/~moss  | dres@scsn.net  | Linux is cool!
@"Argue for your limitations and sure enough, they're yours." Bach

-- 
@James LewisMoss                 | moss@cs.sc.edu | Blessed Be!
@    http://www.cs.sc.edu/~moss  | dres@scsn.net  | Linux is cool!
@"Argue for your limitations and sure enough, they're yours." Bach

