Hironori Komaba writes:
: Personally, I don't rely on HP's cc (acc) only when I compile GNU
: softwares and XEmacs, because sometimes I experienced that HP
: compiler's optimizer makes serious bugs when compiling GNU
: softwares. Therefore I always use gcc to build XEmacs.
I don't agree at all. I *never* use gcc on HPUX, mainly because I find
the HP ANSI C compiler to produce far smaller and faster code while
being just as reliable (this is HP92453-01 A.10.32.13 HP C Compiler
versus gcc-2.7.2.1 - I keep intending to build myself an egcs).
To build XEmacs, I use:
export CC="cc"
export CFLAGS="+DAportable +O2 +Onolimit +Odataprefetch +Oentrysched +Oprocelim
+Olibcalls"
./configure \
--site-includes="/opt/audio/include -I/usr/local/include" \
--site-libraries="/opt/audio/lib -L/usr/local/lib" \
--package-path=/local/packages
I don't use MULE, though.
Cheers,
--
pete
"..."