SL Baur <steve(a)xemacs.org> wrote:
What does this message mean? And why did I get an XEmacs anyway?
Dumping under the name xemacs
unexec(): dldump(/usr/local/devel/miho-optimized/src/xemacs): ld.so.1: ./tema
cs: fatal: /usr/local/devel/miho-optimized/src/xemacs: unknown dynamic entry:
1879048176
Dunno. Is XEmacs playing with argv[0]?
It's a longshot, but you might want to try editing src/unexsol2-6.c
(I assume you're using Solaris 2.6) and change line 33 from:
if (dldump (0, new_name, RTLD_MEMORY) != 0)
to:
if (dldump (old_name, new_name, RTLD_MEMORY) != 0)
--
Darryl Okahata
darrylo(a)sr.hp.com
DISCLAIMER: this message is the author's personal opinion and does not
constitute the support, opinion, or policy of Hewlett-Packard, or of the
little green men that have been following him all day.