This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building GCC 4.9: No rule to make target ../build-x89_64-unknown-linux-gnu/libiberty/libiberty.a


On 15 February 2014 07:50,  crazed.huskwrote:
> And here are the steps I'm following to get to this point.
>
>         cd /usr/local/src/gcc
>         wget http://www.netgull.com/gcc/snapshots/4.9-20140209/gcc-4.9-20140209.tar.bz2
>         tar xvf gcc-4.9-20140209.tar.bz2
>         ln -s gcc-4.9-20140209.tar.bz2 gcc
>         cd /usr/local/src/gcc/gcc
>         /usr/local/src/gcc/gcc/contrib/download_prerequisites
>         mkdir /usr/local/src/gcc/objdir
>         cd    /usr/local/src/gcc/objdir
>         /usr/local/src/gcc/gcc/gcc/configure

This should be /usr/local/src/gcc/gcc/configure

Otherwise you configure only the compiler front-end, not the other
modules it needs.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]