all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs-18.59 and recent gnu/linux systems
@ 2003-02-25 17:31 giacomo boffi
  0 siblings, 0 replies; only message in thread
From: giacomo boffi @ 2003-02-25 17:31 UTC (permalink / raw)


has anyone succeeded in building a functional emacs-18.59 [1] on a
debian woody, with a 2.2 kernel?

i know of noah friedman's patches, but i'm unable to get a working
emacs... it fails miserably, dumping core, when it looks like it's
trying to allocate memory for screen structure

emacs uses system's malloc as i was unable to get src/malloc.c to
compile

#0  0x400c3227 in mallopt () from /lib/libc.so.6
#1  0x400c2145 in malloc () from /lib/libc.so.6
#2  0x080712f3 in xmalloc (size=452984345) at alloc.c:141
#3  0x0804a195 in make_screen_structure (empty=0) at dispnew.c:247
#4  0x0804c03a in init_display () at dispnew.c:199
#5  0x080572cf in main (argc=1, argv=0xbffffa34, envp=0xbffffa3c)
    at emacs.c:466

it's interesting that emacs -batch works nicely, e.g.,

------------------------------------------------------------------------
% cat a.el
(print (* 5 6))
% src/emacs-18.59/src/emacs-18.59.2 -batch -l a.el
Warning: lisp library (/usr/local/emacs/lisp) does not exist.
Warning: executable/documentation dir (/usr/local/emacs/etc/) does not exist.

30
% 
------------------------------------------------------------------------

i hope someone has some suggestions, tia

[1] in many respects emacs-18.59 is ideal for running calc

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-25 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-25 17:31 emacs-18.59 and recent gnu/linux systems giacomo boffi

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.