From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16164 invoked by alias); 3 May 2006 23:09:26 -0000 Received: (qmail 16156 invoked by uid 22791); 3 May 2006 23:09:26 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 03 May 2006 23:09:24 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.61) (envelope-from ) id 1FbQTC-0006yL-6k for gcc-help@gcc.gnu.org; Wed, 03 May 2006 23:09:22 +0000 Message-ID: <44593822.E1B72C73@dessent.net> Date: Wed, 03 May 2006 23:09:00 -0000 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Re: kgcc References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2006-05/txt/msg00044.txt.bz2 "Muthu, Pushparaj IN GGN SISL" wrote: > I want to install kgcc compiler in my linux pc ( red hat 7.2.) . Could any one suggest me url to get kgcc compiler package. I have no idea what this "kgcc" is. You can find all the sources to every released version of gcc at the standard mirror locations, e.g. . If you do not already have a working C compiler you will not be able to build another compiler from source. If that is the case you should install gcc using the binary packages provided by your distribution/vender. See for example . Be aware that using a recent version of GCC on such an ancient and obsolute system as RH7.2 is probably not going to work. This is another reason why you should use the binary packages of the compiler provided by your distro. Yet another reason is that bootstrapping a functioning compiler from source is not always a simple process. Brian