From xemacs-m  Thu Jan 23 19:59:44 1997
Received: from dres.elam.org (dres@cola98.scsn.net [206.25.247.98])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id TAA18898 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 19:59:32 -0600 (CST)
Received: (from dres@localhost)
          by dres.elam.org (8.8.4/8.8.4)
	  id UAA22232; Thu, 23 Jan 1997 20:55:58 -0500
To: xemacs-beta@xemacs.org
Subject: success linux 2.0.28 xemacs20.0b91 (no mule)
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
From: James LewisMoss <dres@scsn.net>
Date: 23 Jan 1997 20:55:57 -0500
Message-ID: <hhzpxz96qa.fsf@dres.elam.org>
Lines: 155
X-Mailer: Gnus v5.2.40/XEmacs 20.0

linux 2.0.28, libc 5.4.17, fvwm 2.0.33, gcc 2.7.2.1

Still have to put the --with-png option to get it to deal with png.

Configured for `i586-unknown-linux2.0.28'.

  Where should the build process find the source code?    /usr/local/src/apps/editors/emacs/xemacs-20.0-b91
  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 -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
  Additional header files:                                /usr/include/db
  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 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="-g -O -Wall -pipe" \
   --with-menubars=lucid \
   --with-scrollbars=lucid \
   --with-dialogs=athena \
   --with-sound=both \
   --with-database=berkdb,gnudbm \
   --with-epoch \
   --with-xmu \
   --with-png \
   --extra-verbose \
   --site-includes='/usr/include/db' \
   --debug 


Had to apply Stephen's puresize patch.  got this result after (ran out
before).

Purespace usage: 606116 of 610000 (99% -- 3k wasted).

m4 crash is gone (as far as I can tell).

still getting gcl (bye) bug:

run this line:
(autoload 'gcl "ilisp" "Inferior GNU Common LISP." t)

then do M-x gcl

It loads up ilisp and runs gcl.   This error is output:

following results....
Loading /usr/local/src/apps/editors/emacs/xemacs-20.0-b91/lisp/ilisp/cl-ilisp.lisp
"ILISP: File is not compiled, use M-x ilisp-compile-inits"
Finished loading /usr/local/src/apps/editors/emacs/xemacs-20.0-b91/lisp/ilisp/cl-ilisp.lisp
T

Now type "(bye)" in the gcl buffer and the following results:

Lisp backtrace follows:

  process-send-string(#<process "gcl" pid 19129 state:run> "\n")
  # bind (string process)
  comint-sender(#<process "gcl" pid 19129 state:run> "(bye)")
  # bind (old top)
  # (unwind-protect ...)
  # bind (string process)
  comint-default-send(#<process "gcl" pid 19129 state:run> "(bye)")
  # bind (input pmark proc)
  #<compiled-function (from "ilisp-xfr.elc") nil "...(165)" [get-buffer-process proc error "Current buffer has no process" process-mark pmark ilisp-get-old-input input ilisp-no-newline ?\n comint-input-filter ring-empty-p ilisp-get-input-ring ring-ref 0 ilisp-ring-insert comint-input-sentinel +ilisp-emacs-version-id+ fsf-19 nil comint-input-ring-index ilisp-original comint-input-sender comint-last-input-end t comint-send-newline "" indent-line-function] 4 ("/usr/local/src/apps/editors/emacs/xemacs-20.0-b91/lisp/ilisp/ilisp-xfr.elc" . 565) nil>()
  call-interactively(return-ilisp)
  # (condition-case ... . error)
  # (catch top-level ...)

#0  0x40289c08 in write ()
#1  0x8155026 in sys_write_1 (fildes=11, buf=0x8380000, nbyte=1, allow_quit=0)
    at sysdep.c:2858
#2  0x81550b6 in sys_write (fildes=11, buf=0x8380000, nbyte=1) at sysdep.c:2882
#3  0x80ff37f in filedesc_writer (stream=0x8488080, 
    data=0x8380000 "\nbye)and (load \"/usr/local/src/apps/editors/emacs/xemacs-20.0-b91/lisp/ilisp/cl-ilisp.gcl.o\" :if-does-not-exist nil) t)\n", ' ' <repeats 13 times>, "(and (load \"/usr/local/src/apps/editors/emacs/xemacs-20.0-b91/lisp/"..., size=1) at lstream.c:1009
#4  0x80fe2fe in Lstream_flush_out (lstr=0x8488080) at lstream.c:363
#5  0x80fe39d in Lstream_flush (lstr=0x8488080) at lstream.c:393
#6  0x811189d in send_process (proc=407404928, relocatable=942684572, 
    nonrelocatable=0x0, start=0, len=1) at process.c:1877
#7  0x8111ed9 in Fprocess_send_string (process=407404928, string=942684572, 
    from=405585924, to=405585924) at process.c:2008
#8  0x8093751 in primitive_funcall (fn=0x8111e70 <Fprocess_send_string>, 
    nargs=4, args=0xbfffeab0) at eval.c:3460
#9  0x8093918 in funcall_subr (subr=0x8200054, args=0xbfffeab0) at eval.c:3482
#10 0x8092e80 in funcall_recording_as (recorded_as=405690420, nargs=3, 
    args=0xbfffeb58) at eval.c:3174
#11 0x8092f73 in Ffuncall (nargs=3, args=0xbfffeb58) at eval.c:3218
#12 0x8062b96 in Fbyte_code (bytestr=942684476, vector=1212597568, maxdepth=3)
    at bytecode.c:418
#13 0x8093d17 in funcall_lambda (fun=407340420, nargs=2, arg_vector=0xbfffed8c)
    at eval.c:3592
#14 0x8092f2e in funcall_recording_as (recorded_as=407342596, nargs=3, 
    args=0xbfffed88) at eval.c:3190
#15 0x8092f73 in Ffuncall (nargs=3, args=0xbfffed88) at eval.c:3218
#16 0x8062b96 in Fbyte_code (bytestr=943357240, vector=1212626048, maxdepth=5)
    at bytecode.c:418
#17 0x8093d17 in funcall_lambda (fun=407384068, nargs=2, arg_vector=0xbffff138)
    at eval.c:3592
#18 0x8092f2e in funcall_recording_as (recorded_as=407365948, nargs=3, 
    args=0xbffff134) at eval.c:3190
#19 0x8092f73 in Ffuncall (nargs=3, args=0xbffff134) at eval.c:3218
#20 0x8062b96 in Fbyte_code (bytestr=943273848, vector=1212270336, maxdepth=4)
    at bytecode.c:418
#21 0x8093d17 in funcall_lambda (fun=407615140, nargs=0, arg_vector=0xbffff268)
    at eval.c:3592
#22 0x8092f2e in funcall_recording_as (recorded_as=407615140, nargs=1, 
    args=0xbffff264) at eval.c:3190
#23 0x8092f73 in Ffuncall (nargs=1, args=0xbffff264) at eval.c:3218
#24 0x809461b in apply1 (fn=407615140, arg=405585924) at eval.c:3908
#25 0x8064da6 in Fcall_interactively (function=407472468, 
    record_flag=405585924, keys=405585924) at callint.c:394
#26 0x8091c69 in Fcommand_execute (cmd=407472468, record=405585924, 
    keys=405585924) at eval.c:2595
#27 0x80a5772 in execute_command_event (command_builder=0x830dec0, 
    event=407425840) at event-stream.c:3502
#28 0x80a690f in Fdispatch_event (event=407425840) at event-stream.c:3840
#29 0x806bd97 in Fcommand_loop_1 () at cmdloop.c:540
#30 0x806ba83 in command_loop_1 (dummy=405585924) at cmdloop.c:460
#31 0x80906f6 in condition_case_1 (handlers=405586020, 
    bfun=0x806ba10 <command_loop_1>, barg=405585924, 
    hfun=0x806ad30 <cmd_error>, harg=405585924) at eval.c:1648
#32 0x806ae10 in command_loop_3 () at cmdloop.c:222
#33 0x806ae38 in command_loop_2 (dummy=405585924) at cmdloop.c:233
#34 0x80902b9 in internal_catch (tag=405663500, 
    func=0x806ae30 <command_loop_2>, arg=405585924, threw=0x0) at eval.c:1325
#35 0x806b242 in initial_command_loop (load_me=405585924) at cmdloop.c:271
#36 0x8088603 in main_1 (argc=3, argv=0xbffff548, envp=0xbffff558)
    at emacs.c:1452
#37 0x8088d56 in main (argc=3, argv=0xbffff548, envp=0xbffff558)
    at emacs.c:1803
#38 0x804f4ab in _start ()

-- 
@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

