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

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

Re: `print' does not print


From: Eli Zaretskii
Subject: Re: `print' does not print
Date: Sun, 24 Mar 2002 20:16:10 +0200

> Date: Sun, 24 Mar 2002 17:51:15 +0100
> From: Ralf Fassel <ralfixx@gmx.de>
> 
> I tried to compile the CVS-gcc (3.2 20020323 (experimental)), but this
> fails on my machine, both using gcc-2.95.3 and SGI-cc.

Picking up Stefan's idea, there was one change between v21.1 and 21.2
that could be relevant to this problem: the change in unexelf.c (IIRC,
Emacs uses unexelf.c on SGI, right?).  In Emacs 21.1, unexelf.c used
mmap to read the symbols and sections from temacs, while in Emacs
21.2 it uses file I/O instead.  (This was done because mmap is known
to be unreliable on NFS-mounted volumes.)

Could you see if this change is related to the problem?  For example,
what happens if you use unexelf.c from v21.1 with an otherwise
unmodified Emacs 21.2?

(I don't yet have an explanation why the effect of this change should
be different for GCC and the native compiler, but perhaps we will
understand this later.)



reply via email to

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