On 27 April 2015 at 15:05, Jens Bauer via Digitalmars-d <digitalmars-d@puremagic.com> wrote: > On Monday, 27 April 2015 at 05:56:11 UTC, Iain Buclaw wrote: >> >> On 26 April 2015 at 22:41, Jens Bauer via Digitalmars-d >> <digitalmars-d@puremagic.com> wrote: >>> >>> > {snip} >>> >>> The reason I cannot build GDC with multilib, is that I get a >>> compile-error when building the final GCC+GDC. > > > Correction: it's a 'build-error', but it's caused by sed. > >>> Building GCC alone without GDC gives me no such error. >> >> >> Where exactly does it error? > > > Here's the complete chunk. It's on purpose I started with config.h. >
<snip> > > As you see, config.h, libstdc++ and multilib are all present in this chunk. Try building with --disable-libstdcxx as in the suggestion from Timo. Regards Iain