From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4605 invoked by alias); 18 Jul 2005 05:51:07 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 4591 invoked by uid 22791); 18 Jul 2005 05:51:02 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Mon, 18 Jul 2005 05:51:02 +0000 Received: (qmail 8997 invoked by uid 10); 18 Jul 2005 05:51:01 -0000 Received: (qmail 21963 invoked by uid 500); 18 Jul 2005 05:50:52 -0000 Mail-Followup-To: gcc-help@gcc.gnu.org, alexspike@mail.ru To: Oleg Kotsyurbiy Cc: gcc-help@gcc.gnu.org Subject: Re: Compilation error.. References: From: Ian Lance Taylor Date: Mon, 18 Jul 2005 05:51:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-07/txt/msg00155.txt.bz2 Oleg Kotsyurbiy writes: > Tell, please, what am I doing wrong for correct compilation: > in Fedora Core 4 Linux I'm trying to compile GCC 3.2.3 version. It's a problem. Older versions of gcc use a construct which newer versions of gcc won't compile. This makes it hard to bootstrap older versions of gcc with newer versions. This is indeed an absurd situation. If you must use gcc 3.2.3, and you must use Fedora Core 4, then I think your best bet is to first build and install gcc 3.3.6, and then use that to build gcc 3.2.3. Ian