From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7206 invoked by alias); 1 Apr 2003 21:45:47 -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 7199 invoked from network); 1 Apr 2003 21:45:46 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 1 Apr 2003 21:45:46 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out2.apple.com (8.12.8/8.12.8) with ESMTP id h31LjisJ028452 for ; Tue, 1 Apr 2003 13:45:44 -0800 (PST) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Tue, 1 Apr 2003 13:45:44 -0800 Received: from apple.com (mrs1.apple.com [17.201.24.248]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id h31LjhH09312; Tue, 1 Apr 2003 13:45:43 -0800 (PST) Date: Tue, 01 Apr 2003 23:18:00 -0000 Subject: Re: problem compiling gcc Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: gcc@gcc.gnu.org To: Benjie Chen From: Mike Stump In-Reply-To: <20030401195554.GB92170@amsterdam.lcs.mit.edu> Message-Id: <49CFDC06-648B-11D7-B09F-003065A77310@apple.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00048.txt.bz2 On Tuesday, April 1, 2003, at 11:55 AM, Benjie Chen wrote: > i have ran into several problems compiling a non 3.1 version of gcc on > MacOS > X. 3.1 does not compile one of our programs that uses c++ templates > aggresively, so i am trying some other versions of gcc. I'd recommend a snapshot from the 3.3 branch instead. Also, use CC='gcc -no-cpp-precomp' when compiling.