From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 338 invoked by alias); 7 May 2004 17:05:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 321 invoked from network); 7 May 2004 17:05:03 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sources.redhat.com with SMTP; 7 May 2004 17:05:03 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1BM8mS-0005wh-00; Fri, 07 May 2004 13:05:00 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id DA2994B104; Fri, 7 May 2004 13:04:55 -0400 (EDT) To: drow@false.org, kettenis@chello.nl, mec.gnu@mindspring.com Subject: Re: [patch] configure.in: revert osf5.1 no-noncurses special case Cc: gdb-patches@sources.redhat.com Message-Id: <20040507170455.DA2994B104@berman.michael-chastain.com> Date: Fri, 07 May 2004 17:05:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-05/txt/msg00210.txt.bz2 drow> CPPFLAGS="-I$MIGCHAIN_DIR_INSTALL/host/ncurses-5.4/include" \ drow> LDFLAGS="-L$MIGCHAIN_DIR_INSTALL/host/ncurses-5.4/lib" \ drow> $src/configure I have a blind spot -- I didn't think of that. I still contend that --with-ncurses, or --with-curses, is explicitly better, but I can probably live with this. I'll go try this. Michael C