Comment # 10
on bug 107
from Yiyin Zhang
(In reply to comment #9)
> (In reply to comment #8)
> (In reply to comment #7)
> > Just build it using
> the gdc-4.8 branch.
>
> where is the gdc-4.8 branch? Excuse me for my
> ignorance.
In the gdc source directory:
git checkout gdc-4.8
Hi Iain,
I built it with the gdc-4.8 branch and make it. However it comes like this,
[root@mouse objdir]# make install
make[1]: Entering directory `/home/zyy/gdc/gdc/objdir'
/bin/sh ../gcc-4.8.2/mkinstalldirs /usr/local/gdc /usr/local/gdc
make[2]: Entering directory `/home/zyy/gdc/gdc/objdir/fixincludes'
make[2]: *** No rule to make target `install'. Stop.
make[2]: Leaving directory `/home/zyy/gdc/gdc/objdir/fixincludes'
make[1]: *** [install-fixincludes] Error 2
make[1]: Leaving directory `/home/zyy/gdc/gdc/objdir'
make: *** [install] Error 2
Could you tell me what's wrong with it, Please?