From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22404 invoked by alias); 8 Sep 2008 09:04:40 -0000 Received: (qmail 22389 invoked by uid 22791); 8 Sep 2008 09:04:39 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Sep 2008 09:04:05 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m88943NE015055; Mon, 8 Sep 2008 05:04:03 -0400 Received: from zebedee.pink (vpn-12-154.rdu.redhat.com [10.11.12.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m88941Ux030738; Mon, 8 Sep 2008 05:04:02 -0400 Message-ID: <48C4EA81.2010305@redhat.com> Date: Mon, 08 Sep 2008 09:04:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: srinivas144 CC: gcc-help@gcc.gnu.org Subject: Re: Downgrading GCC version from 3.4.3 to 3.3.6 References: <19366058.post@talk.nabble.com> In-Reply-To: <19366058.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2008-09/txt/msg00053.txt.bz2 srinivas144 wrote: > I am using RedHat Linux 4 machine in that machine i have Gcc ver. 3.4.3, but > now i want Gcc ver 3.3.6 for suport for other software. > > I have downloaded soucecode but now i am not understanding how to configure > it and how to install it. > I have read Readme file in that but i can't understand, could you please > help me anyone. /path/to/gcc/toplevel/sourcedir/configure make make install ... will install gcc in /usr/local Andrew.