SONAME and D

Mike Wey mike-wey at example.com
Thu Feb 23 10:46:52 PST 2012


On 02/23/2012 05:27 PM, bioinfornatics wrote:
> dear,
> for set soname with:
> - gdc: -Xlinker -soname myLib.so.1
> - ldc2: -soname myLib.so.1
> - dmd: ?
>
> someone know how set soname with dmd ?
>

dmd -L-soname=mylib.so.1

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list