[1741] in Kerberos_V5_Development
Re: hpux 10 builds
daemon@ATHENA.MIT.EDU (Mark Eichin)
Mon Sep 9 14:07:06 1996
To: Marc Horowitz <marc@MIT.EDU>
Cc: "Theodore Y. Ts'o" <tytso@MIT.EDU>, krbcore@MIT.EDU
From: Mark Eichin <eichin@cygnus.com>
Date: 09 Sep 1996 14:05:53 -0400
In-Reply-To: Marc Horowitz's message of Mon, 09 Sep 1996 13:32:55 EDT
Most of it works if you set $CC to "c89 -D_HPUX_SOURCE" -- this gets
you an ANSI compiler with a useful namespace, and is documented in one
of the hp cc man pages.
HP/UX 10 doesn't have /usr/dict/words (it has spell but that uses the
hashes instead) so make check blows up right way :-}
There are also some problems with shared libraries that I'm still
trying to grok (one of which is that constructing libkadm5srv doesn't
work because libdb isn't compiled pic -- I can drop -ldb from that
build line and the library builds and applications link but I don't
know yet if they run...)