[Issue 13025] Tools repository does not build on Ubuntu

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 11 11:13:06 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13025

--- Comment #8 from David Nadlinger <code at klickverbot.at> ---
(In reply to Martin Nowak from comment #7)
> Oh, I remember this one, but we actually did resolve it back then.

I meant "unresolved" as in "we didn't actually figure out why the symbol
disappeared and just worked around it".

> Now the question is, why does linking with libcurl affect the linker provided symbols.

Yep, this doesn't make a lot of sense. I guess we could always use the
workaround I described in issue 878 for --gc-sections to avoid these problems
and get the release out. If the DMD backend can emit weak symbols already, it
should be rather painless.

--


More information about the Digitalmars-d-bugs mailing list