[1902] in Kerberos_V5_Development
Re: svr4 shared libs, makeshlib and "-h" linker option in gcc
daemon@ATHENA.MIT.EDU (Tom Yu)
Tue Oct 29 15:07:17 1996
Date: Tue, 29 Oct 1996 15:07:00 -0500
To: Ezra Peisach <epeisach@MIT.EDU>
Cc: Tom Yu <tlyu@MIT.EDU>, krbdev@MIT.EDU
From: Tom Yu <tlyu@MIT.EDU>
In-Reply-To: <9610291658.AA16610@kangaroo.mit.edu>
Why not use -L$(TOPLIBD) -lfoo for things we build shared, and
$(TOPLIBD)/libfoo.a for static libs (like db)? That would seem to
solve most of the problems.
---Tom