emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs crash when run from console


From: Eli Zaretskii
Subject: Re: emacs crash when run from console
Date: Sun, 02 Mar 2003 20:58:00 +0200

> From: robert <address@hidden>
> Date: Sun, 2 Mar 2003 07:59:21 +0000
> 
> The crash doesn't happen with -q

Probably because your .emacs turns on some faces (font-lock?).

> This machine is running a new install of GNU/Linux Mandrake 9.0
> in the emacs ./configure I get
> 
> checking for tparm in -lncurses... no
> 
> (the rpm for curses claims to be version 5.2)
> 
> Is that indicative of the problem as mentioned in /etc/PROBLEMS?

Yes, AFAIK.

> I can't see where configure checks for terminfo or not

IIRC, if configure decides you have a good libncurses, it defines
TERMINFO in config.h.  That definition then causes Emacs to use
terminfo.

Make sure your libncurses is visible to the compiler/linker when they
build programs.  If you cannot figure this out, looking at config.log
might help (search for "=lncurses" and look near that spot for error
messages printed by the compiler/linker).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]