From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12193 invoked by alias); 20 Oct 2004 18:34:26 -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 12182 invoked from network); 20 Oct 2004 18:34:24 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 20 Oct 2004 18:34:24 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id AD07F47D9C; Wed, 20 Oct 2004 11:34:24 -0700 (PDT) Date: Wed, 20 Oct 2004 20:11:00 -0000 From: Joel Brobecker To: Michael Chastain Cc: halla3@corp.earthlink.net, gdb@sources.redhat.com Subject: Re: compile error on solaris 8 and 2.6 Message-ID: <20041020183424.GB21300@gnat.com> References: <1098287184.27340.41.camel@flagg> <20041020174438.GE3527@gnat.com> <4176AEA7.nail4LS113L23@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4176AEA7.nail4LS113L23@mindspring.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-10/txt/msg00378.txt.bz2 > I tried this on native alphaev68-dec-osf5.1 with gdb 6.2.1: > > CPPFLAGS="-I$MIGCHAIN_DIR_INSTALL/host/ncurses-5.4/include" > export CPPFLAGS > LDFLAGS="-L$MIGCHAIN_DIR_INSTALL/host/ncurses-5.4/lib" > export LDFLAGS > > It didn't work, though. The CPPFLAGS/LDFLAGS did not propagate > all the way down. I haven't looked further than that. Aha, that's what I remembered. Why CPPFLAGS, though, and not CFLAGS? What he could try is % make CFLAGS="..." MAKE='make CFLAGS="..."' or replace CFLAGS by CPPFLAGS if that's the appropriate variable to set. That should take care of the propagation. (sorry Michael, I must have missed your message explaining the problem about propagation). Maybe that would work? -- Joel