From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18173 invoked by alias); 2 Apr 2003 00:08:17 -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 18165 invoked from network); 2 Apr 2003 00:08:16 -0000 Received: from unknown (HELO amsterdam.lcs.mit.edu) (18.26.4.9) by sources.redhat.com with SMTP; 2 Apr 2003 00:08:16 -0000 Received: (from benjie@localhost) by amsterdam.lcs.mit.edu (8.11.6p2/8.11.6) id h32083Z13729; Tue, 1 Apr 2003 19:08:03 -0500 (EST) (envelope-from benjie) Date: Wed, 02 Apr 2003 01:10:00 -0000 From: Benjie Chen To: Mike Stump Cc: Benjie Chen , gcc@gcc.gnu.org Subject: Re: problem compiling gcc Message-ID: <20030402000803.GA13507@amsterdam.lcs.mit.edu> References: <20030401195554.GB92170@amsterdam.lcs.mit.edu> <49CFDC06-648B-11D7-B09F-003065A77310@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49CFDC06-648B-11D7-B09F-003065A77310@apple.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-04/txt/msg00057.txt.bz2 hi using CC='gcc -no-cpp-precomp' fixes my problem with building a snapshot of the 3.3 branch on MacOS. i will give this version a try. thanks benjie On Tue, Apr 01, 2003 at 01:45:43PM -0800, Mike Stump wrote: > 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. -- benjie chen benjie@lcs.mit.edu