Re: gcc-4.6.2 can't complete make

Jonathan Wakely <[email protected]>
Newsgroups gmane.comp.gcc.java.devel,gmane.comp.gcc.help
Message-ID <CAH6eHdR6xERWzudV-x6baopeHgBqN3sRZzMvjgNFAkX13KKGqA@mail.gmail.com>
On 1 March 2012 00:46, Me Myself and I wrote:
>
> I have started again, moving objdir outside the gcc-4.6.2 source code directory.
>
> My configure completes, however I still get errors which look remarkably like this:
>
>
> /home/User/objdir
>
> make install;
>
> fib2_ui.c:76:29: error: 'FIB_TABLE_LIMIT' undeclared (first use in this function)
> fib2_ui.c:76:29: note: each undeclared identifier is reported only once for each function it appears in
> make[5] *** [fib2_ui.lo] Error 1
> make[5] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp/mpn'
> make[4] ***all-recursive] Error 1
> make[4] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp'
> make[3] *** [all] Error 2
> make[3] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp'
> make[2] *** [all-stage1-gmp] Error 2
> make[2] Leaving directory '/home/User/gcc-4.6.2/objdir'
> make[1] *** [stage1-bubble] Error 2
> make[1] Leaving directory '/home/User/gcc-4.6.2/objdir'
> make: *** [all] Error 2

This error comes from running inside the source dir.  Either you're
still running there, or this isn't the error you're getting.

FIB_TABLE_LIMIT should be defined by a file called fib_table.h which
gets generated in objdir/gmp

Did you delete the entire gcc-4.6.2 directory and unpack the tarballs again?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.