From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19821 invoked by alias); 18 Jul 2005 16:17:03 -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 19763 invoked by uid 22791); 18 Jul 2005 16:16:55 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.195) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 18 Jul 2005 16:16:55 +0000 Received: by zproxy.gmail.com with SMTP id 13so909313nzn for ; Mon, 18 Jul 2005 09:16:52 -0700 (PDT) Received: by 10.36.22.13 with SMTP id 13mr4127389nzv; Mon, 18 Jul 2005 09:16:30 -0700 (PDT) Received: by 10.36.55.17 with HTTP; Mon, 18 Jul 2005 09:16:30 -0700 (PDT) Message-ID: <4a618d08050718091650286034@mail.gmail.com> Date: Mon, 18 Jul 2005 16:17:00 -0000 From: Arturas Moskvinas Reply-To: Arturas Moskvinas To: tina raj Subject: Re: Error During make bootstrap while installing Gcc 3.2.1 on Fedora core 4 Cc: gcc-help@gcc.gnu.org In-Reply-To: <20050718121649.48714.qmail@web30304.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050718121649.48714.qmail@web30304.mail.mud.yahoo.com> X-SW-Source: 2005-07/txt/msg00165.txt.bz2 > Greetings, > I am trying to install Gcc3.2.1 on Fedora Core 4. > Already Gcc 4.0 is installed and I am trying to > install Gcc3.2.1 in my own directory. > I am facing the following error when I do make > bootstrap You exactly need gcc 3.2.1 version, maybe it is ok to use 3.2.3? (then you can download gcc compat package from Fedora core repositary???) yum install compat-gcc-32 Arturas M. P.S.: when you'll want to call gcc 3.2.3 you'll have to use "gcc32 some.c"