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: Ralf Fassel
Subject: Re: `print' does not print
Date: Mon, 25 Mar 2002 18:41:34 +0100

* Eli Zaretskii
| So it is possible that the change which does the damage is the one about 
| .got sections, not the fact that file I/O is used instead of mmap.  Could 
| you try unexelf.c from v21.2 with the .got sections and see if that makes 
| Emacs 21.1 unable to print?

I barely dare to report what I've found by now...

FWIW, my compilation machine still runs IRIX 6.5.9, but another is
upgraded to IRIX 6.5.15.  Since the code mentions IRIX 6.5.14 in some
place, I thought it might be a good idea to try to compile on 6.5.15
(same gcc binary, NFS mounted from my 6.5.9 machine).

The results are:

- dumping (as compared to compiling/linking) an unmodified emacs 21.2
  on my IRIX 6.5.15 works (even when running the resulting binary on
  IRIX 6.5.9).  It makes no difference whether the compilation
  directory is NFS-mounted or local.

- dumping (as compared to compiling/linking) an unmodified emacs 21.2
  on my IRIX 6.5.9 does not work (even when running the resulting
  binary on 6.5.15).  It makes no difference whether the compilation
  directory is NFS-mounted or local.

So it seems the dump process (not the compilation or the linking of
`temacs') is the crucial step which requires the correct runtime
libraries of IRIX (?).  I ensured that the only shared libraries are
SGI libraries, everything else (libz, libpng and libtiff) is
statically linked (same versions on both machines).

Since the maintenance versions of IRIX are available free, I think it
would be a good idea to mention this in the PROBLEMS file.

R'



reply via email to

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