as it seems the behavior of --pdump has change. So now as opposed to
21.2.26 I get temacs and xemacs both with the same size:
-rwx------ 1 thiessel thiessel 5159408 Feb 7 18:01 temacs
-rwx------ 1 thiessel thiessel 5159408 Feb 7 17:59 xemacs
The build process fails at
MAKE='make' EMACS='./src/xemacs' /bin/sh
/ux/xemacs-21.2.28/lib-src/update-elc.sh
(using ./src/xemacs)
Recompiling in /ux/xemacs-21.2.28
with /ux/xemacs-21.2.28/src/xemacs...
temacs can only be run in -batch mode.
*** Error exit code 255
Stop.
With 21.2.26 I was able to get runable temacs (not in batch mode) with
HP-UX 11.0.
--Marcus