View Single Post

   
  #4 (permalink)  
Old 01-17-2008, 06:03 AM
Ulrich Windl
 
Posts: n/a
Default Re: Q: non-core-dumping GNU EMacs on 11.31 IA64?

For your records: The latest emacs 22.1 gets a "Memory fault" on IA64 HP-UX
11.31 (rx3600). I tweaked the Emacs sources a bit to start compilation, but
Emacs cannot dump itself: The file format IA64 ELF-32 is unknown to Emacs.

In the meantime I installed the "old " 21.2 Emacs for HP-UX 11 running PA-RISC
emulation...

BTW: It's an old Emacs bug that some of the LISP files are installed with
"rwx" for everyone, plus rather random owner and group. Maybe try "find
/usr/local -nouser -o -nogroup -o -perm -002"...

Ulrich
Reply With Quote