From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30671 invoked by alias); 30 Oct 2005 05:00:44 -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 30660 invoked by uid 22791); 30 Oct 2005 05:00:40 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Sun, 30 Oct 2005 05:00:40 +0000 Received: (qmail 29423 invoked by uid 10); 30 Oct 2005 05:00:39 -0000 Received: (qmail 9825 invoked by uid 500); 30 Oct 2005 05:00:32 -0000 Mail-Followup-To: gcc-help@gcc.gnu.org, matiastrocki@hotmail.com To: "Matias Trocki" Cc: gcc-help@gcc.gnu.org Subject: Re: Question References: From: Ian Lance Taylor Date: Sun, 30 Oct 2005 05:00:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-10/txt/msg00223.txt.bz2 "Matias Trocki" writes: > I need a compiler for C language. Only C if possible. I do not know > how or where can I find this compiler. gcc is a compiler for the C language. It also supports several other languages, but you are not required to use or even build that support. See the --enable-languages option to configure. For details on how to get gcc if you do not already have it, see http://gcc.gnu.org/. Ian