[1602] in Kerberos_V5_Development
Re: util/makeshlib
daemon@ATHENA.MIT.EDU (Sam Hartman)
Fri Aug 16 13:57:22 1996
To: Ezra Peisach <epeisach@MIT.EDU>
Cc: Tom Yu <tlyu@MIT.EDU>, krbcore@MIT.EDU
From: Sam Hartman <hartmans@MIT.EDU>
Date: 16 Aug 1996 13:57:16 -0400
In-Reply-To: Ezra Peisach's message of Fri, 16 Aug 1996 08:48:00 EDT
>>>>> "Ezra" == Ezra Peisach <epeisach@MIT.EDU> writes:
Ezra> Hmm... Assuming that the kdb was rewritten to use the db API
Ezra> - what would that do for creating shared libraries? I would
Ezra> assume that we would need to specify that certain functions
Ezra> were not available at the creation of the library (in fact
Ezra> there was some old cruft in the Makefile.in in some places
Ezra> to do this).
I removed this when I made libcom_err shared because it's
really fairly difficult to do on AIX and there isn't ever really a
good need for doing it on AIX unless you have circular dependencies.
I could go add it back, but it would be non-trivial.