[Issue 13025] Tools repository does not build on Ubuntu

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jul 12 12:55:53 PDT 2014


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

--- Comment #12 from Martin Nowak <code at dawg.eu> ---
I think the following should work around the linker bug. Will try it when I'm
back home.

Mark __bss_start and _end as weak references, the linker is going to define
them anyhow, so no reference in main is necessary.

--


More information about the Digitalmars-d-bugs mailing list