From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16824 invoked by alias); 22 May 2002 20:07:11 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 16779 invoked from network); 22 May 2002 20:07:06 -0000 Received: from unknown (HELO ahmler4.mail.eds.com) (192.85.154.77) by sources.redhat.com with SMTP; 22 May 2002 20:07:06 -0000 Received: from ahmlir5.mail.eds.com (ahmlir5-2.mail.eds.com [192.85.154.26]) by ahmler4.mail.eds.com (8.11.6/8.11.6) with ESMTP id g4MK74631788; Wed, 22 May 2002 16:07:04 -0400 Received: from ahmlir5.mail.eds.com (localhost [127.0.0.1]) by ahmlir5.mail.eds.com (8.11.6/8.11.6) with ESMTP id g4MK72218996; Wed, 22 May 2002 16:07:02 -0400 (EDT) Received: from wntc2ia0.naeng.gm.com (wntc2ia0.naeng.gm.com [130.170.120.20]) by ahmlir5.mail.eds.com (8.11.6/8.11.6) with ESMTP id g4MK71R18963; Wed, 22 May 2002 16:07:01 -0400 (EDT) Received: from gm.com ([148.98.161.252]) by wntc2ia0.naeng.gm.com (8.8.8+Sun/8.8.8/DM-2.0) with ESMTP id QAA19537; Wed, 22 May 2002 16:07:01 -0400 (EDT) Message-ID: <3CEBF9E6.5010909@gm.com> Date: Wed, 22 May 2002 15:30:00 -0000 From: Kelley Cook User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.0rc2) Gecko/20020510 X-Accept-Language: en-us, en MIME-Version: 1.0 To: nicholas , gcc@gcc.gnu.org Subject: Re: gcc installation References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg02301.txt.bz2 >I am trying to install GCC 3.0.4 but as I don't have any earlier >version of GCC or any C compiler installed on my system my problem >is fairly obvious. I have looked in your Binaries directory and >have found nothing that helps me as I am running OS X 10.1.4. > >Where can I find a pre-compiled C compiler and how do I set my >environment variable CC to that compiler? > >thanks > >nicholas GCC 2.95.3 for Mac OS X comes on the Developer Tools CD, which came with 10.1 Otherwise the compiler is available from http://developer.apple.com/tools/compilers.html You'll need to sign up for a no-cost online membership in the ADC. Kelley Cook