From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3126 invoked by alias); 13 Sep 2010 14:19:52 -0000 Received: (qmail 3114 invoked by uid 22791); 13 Sep 2010 14:19:51 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-ww0-f47.google.com (HELO mail-ww0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Sep 2010 14:19:46 +0000 Received: by wwb31 with SMTP id 31so5996525wwb.16 for ; Mon, 13 Sep 2010 07:19:44 -0700 (PDT) Received: by 10.216.59.131 with SMTP id s3mr4460170wec.71.1284387584260; Mon, 13 Sep 2010 07:19:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.156.16 with HTTP; Mon, 13 Sep 2010 07:19:24 -0700 (PDT) In-Reply-To: References: <20100906031709.04CF5E8583@people1.fedoraproject.org> <4C850008.1050106@wippies.com> From: "Dennis, CHENG Renquan" Date: Mon, 13 Sep 2010 21:42:00 -0000 Message-ID: Subject: Re: on how to compile gcc-4.6 correctly? To: Laurynas Biveinis Cc: Kai Ruottu , gcc@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-09/txt/msg00254.txt.bz2 On Mon, Sep 13, 2010 at 9:32 PM, Laurynas Biveinis wrote: > Thanks. I assume that you pass --enable-languages=c to configure? No, just a very simple configure and make command: ../path/to/gcc-4.6-build$ time { ../gcc-4.6-20100911/configure --prefix=/usr --disable-nls --with-system-zlib && make --debug=b; } |& tee build-log Because the source code is uncompressed from gcc-core-4.6-..., it only includes the c compiler, I leave the configure to figure out there is only c compiler source code; > > I will investigate this tomorrow and will get back to you. > > Regards, > -- > Laurynas > -- Cheng, from Singapore