- To: gcc-help@xxxxxxxxxxx
- Subject: Re: GCJ building
- From: "Kevin P. Fleming" <kpfleming@xxxxxxxxxx>
- Date: Mon, 12 Mar 2012 17:32:17 -0500
- Comment: DKIM? See http://www.dkim.org
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1332196366; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Message-ID:Date:From:User-Agent:MIME-Version: To:Subject:References:In-Reply-To:Content-Type: Content-Transfer-Encoding:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=PN6nopPlw8QipZpGL2JrIofoEAo=; b=yI2esn3GNrFbDQo XxTKMV4zDi9dNiAoBKf6/kK3J+apwVLHn+OS6e4bOmAVeKx67gQrG5VMUY2EcVUP uYohx9lciM0Ij02wzodwGOhXnDMyILdE0zf4VUi9fL974YC0UiQI+A/TGh3xV0vM HPdf3u98LLY84EgcrJSN5EfF0pVw=
- In-reply-to: <BAY147-W26388743BDF4ACA1CB3178D05B0@phx.gbl>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2
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.
--
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
Jabber: kfleming@xxxxxxxxxx | SIP: kpfleming@xxxxxxxxxx | Skype: kpfleming
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at www.digium.com & www.asterisk.org
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]