From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18633 invoked by alias); 22 Oct 2013 08:25:11 -0000 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 Received: (qmail 18616 invoked by uid 89); 22 Oct 2013 08:25:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Oct 2013 08:25:09 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9M8P5qP006047 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 22 Oct 2013 04:25:07 -0400 Received: from zebedee.pink (ovpn-113-93.phx2.redhat.com [10.3.113.93]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r9M8P3bW013098; Tue, 22 Oct 2013 04:25:04 -0400 Message-ID: <5266365F.30306@redhat.com> Date: Tue, 22 Oct 2013 08:25:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130912 Thunderbird/17.0.9 MIME-Version: 1.0 To: GHui CC: gcc-help Subject: Re: Problem with gcc-4.8.2 compile References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00109.txt.bz2 On 10/22/2013 02:25 AM, GHui wrote: > Hi, > I have got some problem, when I build gcc-4.8.2. > I have google it. But without luck, I didnot get useful info. > Any help will be appreciated. You need to install GCC. Andrew.