SL Baur <steve(a)xemacs.org> writes in xemacs-beta(a)xemacs.org:
Darryl Okahata <darrylo(a)sr.hp.com> writes in
xemacs-beta(a)xemacs.org:
...
> 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)
O.K. I will try this and report back.
It didn't work. I made that change, did a `./config.status --recheck;
make clean; make' and got this:
Dumping under the name xemacs
unexec(): dldump(/usr/local/devel/miho-optimized/src/xemacs): ld.so.1: ./temacs: fatal:
/usr/local/devel/miho-optimized/src/temacs: can't find file
make[1]: [xemacs] Error 1 (ignored)
Testing for Lisp shadows ...
make[1]: ./xemacs: Command not found