Stranger and stranger....
Based on Stephen suggestions, I took the -g out of cflags. With -O it
still failed in faces. Then I set cflags to +O3 -- and it worked !!!?
So, basically on hpux 10.20 with HP's ansic compiler,
what `which cc`
/usr/bin/cc:
LINT A.10.32.22 CXREF A.10.32.22
HP92453-01 A.10.32.22 HP C Compiler
/usr/lib/libc: $Revision: 76.3 $
You can build xemacs 21.4.6 only with the +O3 or +O4 optimization
levels. Debug, or even default optimization will result in a temacs
which fails at loading and dumping faces.el.
Only problem now is that I was trying to build with debug to see if I
could trace down the hangs I'm getting apparently when kill-new tells
interprogram-cut-function to use own-clipboard. Has anyone else seen
this hang?
gary