Iain Buclaw changed bug 107
What Removed Added
Status UNCONFIRMED RESOLVED
Resolution --- FIXED

Comment # 11 on bug 107 from
(In reply to comment #10)
> (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?


What version of make?

What is the output of:

grep install /home/zyy/gdc/gdc/objdir/fixincludes/Makefile

And are you sure the configure and make steps completed successfully?

Did you clean the build directory and re-run configure after you switched to
the 4.8 branch?


You are receiving this mail because: