[1556] in Kerberos_V5_Development
Re: lies in install.texi
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Tue Aug 13 15:04:44 1996
To: "Barry Jaspan" <bjaspan@MIT.EDU>
Cc: krbdev@MIT.EDU
From: Ken Raeburn <raeburn@cygnus.com>
Date: 13 Aug 1996 15:04:06 -0400
In-Reply-To: "Barry Jaspan"'s message of Tue, 13 Aug 1996 13:00:14 -0400
> Buzz. Without shared libraries, on Solaris and IRIX at least, you
> need over 250M. I guess I'm building with -g and that probably makes
> a big difference, though.
Yeah, but with shared libraries it's not too much worse. (The numbers
are still wrong though.)
As I've probably said before, trimming down the exported interfaces to
something reasonable (e.g., not defining the internals of certain
structures that we can provide accessor functions for) would greatly
reduce the debugging information spewed out by the compiler. It would
also permit us to change the krb5 internals without breaking as many
applications, if, say, we come up with a much more efficient memory
allocation strategy. But if we expose all the internals, programmers
will use them....