From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4003 invoked by alias); 9 Sep 2008 09:26:17 -0000 Received: (qmail 3994 invoked by uid 22791); 9 Sep 2008 09:26:17 -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; Tue, 09 Sep 2008 09:25:42 +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 m899Pexd005801; Tue, 9 Sep 2008 05:25:40 -0400 Received: from zebedee.pink (vpn-12-246.rdu.redhat.com [10.11.12.246]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m899Pd5o032743; Tue, 9 Sep 2008 05:25:39 -0400 Message-ID: <48C64112.60806@redhat.com> Date: Tue, 09 Sep 2008 09:26: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> <48C4EA81.2010305@redhat.com> <19385482.post@talk.nabble.com> In-Reply-To: <19385482.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/msg00056.txt.bz2 srinivas144 wrote: > i can understand u, could you please explain clearly. I don't understand your problem. Which part of my reply do you not understand? Please tell me what you tried. Andrew. > Andrew Haley wrote: >> 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. >> >> >