From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25877 invoked by alias); 20 Jul 2005 20:51:52 -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 25863 invoked by uid 22791); 20 Jul 2005 20:51:49 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.200) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 20 Jul 2005 20:51:49 +0000 Received: by zproxy.gmail.com with SMTP id f1so1326396nzc for ; Wed, 20 Jul 2005 13:51:48 -0700 (PDT) Received: by 10.36.23.15 with SMTP id 15mr462620nzw; Wed, 20 Jul 2005 13:51:18 -0700 (PDT) Received: by 10.36.55.17 with HTTP; Wed, 20 Jul 2005 13:51:17 -0700 (PDT) Message-ID: <4a618d08050720135143eaf7d8@mail.gmail.com> Date: Wed, 20 Jul 2005 20:51:00 -0000 From: Arturas Moskvinas Reply-To: Arturas Moskvinas Subject: Re: [gnu.org #247421] Error During make bootstrap while installing Gcc 3.2.1 on Fedora core 4 Cc: tinaraj_78@yahoo.com, gcc-help@gcc.gnu.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-SW-Source: 2005-07/txt/msg00210.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 Do you exactly need GCC 3.2.1? Or maybe it is ok to use GCC 3.2.3? If it is ok, then install compatability compiler from fedora core 4 (yum install compat-gcc-32). Then when you will want to use gcc 3.2.3, type "gcc32 some.c" Arturas M. P.S.: i think you'll find more "compat" packages for fedora core 4.