Re: 'make install' doesn't work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 22 April 2011 15:31, Ian Lance Taylor wrote:
> David Doria <daviddoria@xxxxxxxxx> writes:
>
>> I ran 'make' and everything seemed to go well. However, when I tried
>> to do 'make install' it seems to fail. My process was:
>>
>> 1) checkout to ~/src/gcc
>> 2) mkdir ~/bin/gccbuild
>> 3) cd ~/bin/gccbuild
>> 4) ~/src/gcc/configure --prefix=/home/doriad/bin/gcc
>> 5) make
>> 6) make install
>>
>> but I get:
>>
>> [doriad@daviddesktop gccbuild]$ make install
>> make[1]: Entering directory `/home/doriad/bin/gccbuild'
>> /bin/sh ../../src/gcc/mkinstalldirs /home/doriad/bin/gcc /home/doriad/bin/gcc
>> mkdir -p -- /home/doriad/bin/gcc /home/doriad/bin/gcc
>> make[2]: Entering directory `/home/doriad/bin/gccbuild/fixincludes'
>> make[2]: *** No rule to make target `install'.  Stop.
>> make[2]: Leaving directory `/home/doriad/bin/gccbuild/fixincludes'
>> make[1]: *** [install-fixincludes] Error 2
>> make[1]: Leaving directory `/home/doriad/bin/gccbuild'
>> make: *** [install] Error 2
>>
>> Any thoughts?
>
> What version of gcc?  What version of make?
>
> What is the output of
>
>        grep install ~/bin/gccbuild/fixincludes/Makefile
>
> ?

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



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux