[2145] in Kerberos_V5_Development
thoughts about shared library build process
daemon@ATHENA.MIT.EDU (Tom Yu)
Sat Dec 28 23:30:37 1996
Date: Sat, 28 Dec 1996 23:30:20 -0500
To: krbdev@MIT.EDU
From: Tom Yu <tlyu@MIT.EDU>
I've been sporadically hacking on library build stuff on the branch
"libhack_branch". The base library macros have been replaced with
much cleaned up alternatives. This work is still not complete,
though.
Why do we need to insert explict dependencies of one library on
another when we're just going to pull them all in on the program link
line anyway? It would greatly simplify the build process if this
weren't necessary, and it doesn't really seem to be on most platforms
I've looked at unless I'm missing something.
---Tom