[1891] in Kerberos_V5_Development
svr4 shared libs, makeshlib and "-h" linker option in gcc
daemon@ATHENA.MIT.EDU (Tom Yu)
Mon Oct 28 23:22:24 1996
Date: Mon, 28 Oct 1996 23:22:11 -0500
To: krbdev@MIT.EDU
From: Tom Yu <tlyu@MIT.EDU>
It seems that from a quick look at the gcc sources and ChangeLog that
svr4.h has had a provision for passing the "-h" flag to the linker for
at least as far back as the ChangeLog goes. This perhaps means that
it may not be necessary to to special-case the usage of the "-h" flag
in util/makeshlib.
Then again according to the binutils ChangeLog the -h option to gld
has only been there since August 1995, and the -soname option has only
been there since August 1994...
Comments?
---Tom