GDC Build Errors

Mike none at none.com
Sat Feb 1 04:05:01 PST 2014


On Saturday, 1 February 2014 at 08:01:25 UTC, Timo Sintonen wrote:

> Just compiled with current head of gdc and gcc and had no
> problems. I did not test your configuration but used my own
> instructions (those in the minlibd wiki).
>
> The problem is that libstdc++ or the rule to make it is somehow
> missing. I think some gcc configuration option disables
> generating it. Maybe it is --disable-shared because I can not 
> see
> any other that would affect. --enable-languages=d should
> automatically enable all c++ related but you may also test with
> enable-languages=c++,d. Also I recommend to configure gcc first
> with smallest possible set of options. (even if it does not make
> a properly working compiler it will install anyway) Then adding
> more options to see which causes this.

Thanks, Timo,

I haven't tried the minimalist approach yet, but I did try with 
--enable-languages=c++,d and without --disable-shared, but both 
resulted in the same.


More information about the D.gnu mailing list