From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18699 invoked by alias); 20 Oct 2004 19:17:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18692 invoked from network); 20 Oct 2004 19:17:31 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 20 Oct 2004 19:17:31 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CKLxh-0000il-00; Wed, 20 Oct 2004 15:17:29 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 2C2394B102; Wed, 20 Oct 2004 15:17:55 -0400 (EDT) Date: Wed, 20 Oct 2004 20:26:00 -0000 From: Michael Chastain To: brobecker@gnat.com Subject: Re: compile error on solaris 8 and 2.6 Cc: halla3@corp.earthlink.net, gdb@sources.redhat.com Message-ID: <4176B9E2.nail4P22WPUDI@mindspring.com> References: <1098287184.27340.41.camel@flagg> <20041020174438.GE3527@gnat.com> <4176AEA7.nail4LS113L23@mindspring.com> <20041020183424.GB21300@gnat.com> In-Reply-To: <20041020183424.GB21300@gnat.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00379.txt.bz2 Joel Brobecker wrote: > Why CPPFLAGS, though, and not CFLAGS? CPPFLAGS is canonical for pre-processor flags, because sometimes a file must be pre-processed but not compiled, or pre-processed separately from being compiled. CFLAGS might work. I just haven't tried it. > What he could try is > > % make CFLAGS="..." MAKE='make CFLAGS="..."' That is different than what I tried, so it might work better. Michael