Compiling to shared library with static dependencies

Johan Engelen via Digitalmars-d digitalmars-d at puremagic.com
Wed Dec 14 12:48:23 PST 2016


On Wednesday, 14 December 2016 at 12:33:04 UTC, Tanel L wrote:
>
> So I tried to compile LDC2 dynamically:
> cmake .. -DBUILD_SHARED=ON

Have you tried `cmake .. -DBUILD_SHARED_LIBS=ON` ?

-Johan


More information about the Digitalmars-d mailing list