[1897] in Kerberos_V5_Development
Re: svr4 shared libs, makeshlib and "-h" linker option in gcc
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Tue Oct 29 01:37:41 1996
To: Tom Yu <tlyu@MIT.EDU>
Cc: Ezra Peisach <epeisach@MIT.EDU>, krbdev@MIT.EDU
In-Reply-To: Your message of "Mon, 28 Oct 1996 23:38:35 EST."
<9610290438.AA04285@tesla-coil.MIT.EDU>
Date: Tue, 29 Oct 1996 01:37:25 EST
From: Marc Horowitz <marc@MIT.EDU>
In message <9610290438.AA04285@tesla-coil.MIT.EDU>, Tom Yu <tlyu@MIT.EDU> writes:
>> * does gcc accept "-Wl,-h -Wl,libfoo.so.0.0"
>> (This means that the linker called by gcc will take "-h")
>> * does gcc accept "-Wl,-soname -Wl,libfoo.so.0.0"
>> (This means we're using the gnu ld, and it takes "-soname")
gcc will always accept
gcc -Xlinker -random-linker-flag ....
which is the same semantic thing, with differenet syntax.
Marc