Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary libcurl dependencies when building against static druntime/Phobos #683

Closed
dnadlinger opened this issue Jul 13, 2014 · 2 comments

Comments

@dnadlinger
Copy link
Member

See the discussion at http://forum.dlang.org/post/[email protected]. To summarize: While linking, some templates/… defined in multiple modules might be pulled in from std.net.curl.o, which in turn causes a dependency on libcurl due to its static constructor. Whether this issue appears is highly dependent on the specific linker version used (as the module search order is not defined).

redstar pushed a commit that referenced this issue Sep 27, 2014
fix Issue 11674 - fenv_t declaration not architecture aware
@kinke
Copy link
Member

kinke commented Oct 13, 2015

This isn't relevant anymore as libcurl is now loaded dynamically when needed, right?

@dnadlinger
Copy link
Member Author

Indeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants