Static linking D apps for distribution to the cloud, etc.
kinke
noone at nowhere.com
Tue Oct 8 19:35:03 UTC 2019
On Tuesday, 8 October 2019 at 18:28:14 UTC, David J Kordsmeier
wrote:
> I'll go back and review the best practices for using curl with
> phobos. I still am struggling to make this work, as something
> that would be relatively simple in C to perform (statically
> link to any libraries I would like).
Phobos 2.069 switched to loading libcurl at runtime, see
https://dlang.org/changelog/2.069.0.html#curl-dynamic-loading. It
mentions that it's still possible to link it statically into the
executable.
More information about the Digitalmars-d
mailing list