On 9 April 2014 23:55, David Nadlinger <[email protected]> wrote: > On Wednesday, 9 April 2014 at 21:19:46 UTC, Marco Leise wrote: >> >> Am Wed, 09 Apr 2014 17:27:55 +0000 >> schrieb "David Nadlinger" <[email protected]>: >> >>> They don't. GDC and LDC use libunwind, whereas DMD uses its own custom EH >>> implementation. >> >> >> Is libunwind somehow copied verbatim in the GDC/LDC sources? >> Because I'm pretty sure I only installed it 2 weeks ago when >> some benchmark tool from Google asked me to install it. > > > The implementation is part of the runtime libraries shipped by GCC (and > installed by default on every system). >
Just look for something like /usr/lib/gcc/<xxx>/<x.x>/include if you've installed the libgcc-dev files.
