From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9505 invoked by alias); 24 May 2008 14:55:40 -0000 Received: (qmail 9495 invoked by uid 22791); 24 May 2008 14:55:40 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 24 May 2008 14:55:23 +0000 Received: by wa-out-1112.google.com with SMTP id k22so1056759waf.20 for ; Sat, 24 May 2008 07:55:21 -0700 (PDT) Received: by 10.114.88.1 with SMTP id l1mr3216989wab.79.1211640921346; Sat, 24 May 2008 07:55:21 -0700 (PDT) Received: by 10.114.147.18 with HTTP; Sat, 24 May 2008 07:55:21 -0700 (PDT) Message-ID: <1e75880e0805240755l33998623u7fcb6f6eeb32c3ba@mail.gmail.com> Date: Sat, 24 May 2008 16:00:00 -0000 From: "Blake Huff" To: gcc-help@gcc.gnu.org Subject: Re: gcc compiler In-Reply-To: <48380D90.8000206@sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48380D90.8000206@sbcglobal.net> 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-05/txt/msg00255.txt.bz2 Miguel: >> PS: I am a new user in Mac. I know unix and windows, but i am a bit losed with Mac Os If you're on a Mac, simply install XCode from the OS X installation DVD, or download XCode from the webpage. It installs the GUI IDE, but you can invoke gcc from the command line, as you're familiar from MinGW/unix. If you run in to trouble, visit Apple's homepage or google and you should find all the starter answers you need. Blake