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: GCJ building


"Kevin P. Fleming" <kpfleming@digium.com> writes:

> On 03/12/2012 04:30 PM, Me Myself and I wrote:
>>
>> my error occurs as part of make;
>>
>> and still is:
>>
>> 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
>
> If these are *still* the error messages you get, then you are *still*
> putting the object directory underneath the source directory. Rather
> than posting snippets of what you did, we need to see the exact,
> entire sequence of commands you issued in order to show you where you
> are going wrong.

And please show us more of the make log: show us the command that fails.
As previously requested.

This is really just an exercise to see how long you can keep stringing
this on, isn't it?

Ian


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