From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8824 invoked by alias); 20 Oct 2004 18:29:35 -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 8817 invoked from network); 20 Oct 2004 18:29:34 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 20 Oct 2004 18:29:34 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1CKLDI-0007aA-00; Wed, 20 Oct 2004 14:29:32 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 657DC4B102; Wed, 20 Oct 2004 14:30:00 -0400 (EDT) Date: Wed, 20 Oct 2004 19:44:00 -0000 From: Michael Chastain To: halla3@corp.earthlink.net, brobecker@gnat.com Subject: Re: compile error on solaris 8 and 2.6 Cc: gdb@sources.redhat.com Message-ID: <4176AEA7.nail4LS113L23@mindspring.com> References: <1098287184.27340.41.camel@flagg> <20041020174438.GE3527@gnat.com> In-Reply-To: <20041020174438.GE3527@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/msg00377.txt.bz2 Joel Brobecker wrote: > I don't > know if it's possible to make it work or not (I think Michael Chastain > tried on Tru64), but you could try by adding -I/path/to/ncurses/include > to your CFLAGS (make CFLAGS='-g -O2 -I/blablabla). 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. Michael