all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: giacomo boffi <giacomo.boffi@polimi.it>
Subject: emacs-18.59 and recent gnu/linux systems
Date: 25 Feb 2003 18:31:38 +0100	[thread overview]
Message-ID: <n9m4r6se079.fsf@boffi95.stru.polimi.it> (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

                 reply	other threads:[~2003-02-25 17:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=n9m4r6se079.fsf@boffi95.stru.polimi.it \
    --to=giacomo.boffi@polimi.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.