From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22508 invoked by alias); 11 Mar 2010 11:28:04 -0000 Received: (qmail 22496 invoked by uid 22791); 11 Mar 2010 11:28:04 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Mar 2010 11:27:55 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NpgYT-0000Xf-My for gcc-help@gcc.gnu.org; Thu, 11 Mar 2010 03:27:53 -0800 Message-ID: <27862254.post@talk.nabble.com> Date: Thu, 11 Mar 2010 11:28:00 -0000 From: "srinivas13.2" To: gcc-help@gcc.gnu.org Subject: Edit: parser error In-Reply-To: <27861799.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <27861799.post@talk.nabble.com> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-03/txt/msg00164.txt.bz2 I'm using Fedora 12 on intel 64-bit machine -Gopal srinivas13.2 wrote: > > Im trying to build gcc4.4.1 using eclipse. > I successfully ran ./configure --disable-multilib and make from command > line, and now when i try to builld it from eclipse i'am getting the > following error: > > **** Build of configuration Debug for project MyGcc **** > > make all > yacc ../intl/plural.y > yacc: e - line 46 of "../intl/plural.y", syntax error > %pure_parser > ^ > make: *** [../intl/plural.c] Error 1 > [End of error] > > $which yacc > /usr/bin/yacc > $which byacc > /usr/bin/byacc > $which bison > /usr/bin/bison > > Kindly suggest what is to be done in this regard > > Thanks, > Gopal > > > -- View this message in context: http://old.nabble.com/parser-error-tp27861799p27862254.html Sent from the gcc - Help mailing list archive at Nabble.com.