[1904] 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:33:23 1996
Date: Tue, 29 Oct 1996 15:32:47 -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: <9610292027.AA16775@kangaroo.mit.edu>
>>>>> "Ezra" == Ezra Peisach <epeisach@MIT.EDU> writes:
Ezra> That would work for the Alpha - but I thought this would cause
Ezra> badness with Solaris - ie.e. adding $(TOPLIBD) into the
Ezra> executable path....
No Solaris only stuffs $(TOPLIBD) in the executable if you're linking
like "cc -o prog $(TOPLIBD)/libfoo.so" and don't have a soname in the
.so file.
---Tom