From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3085 invoked by alias); 27 Aug 2009 07:53:36 -0000 Received: (qmail 3075 invoked by uid 22791); 27 Aug 2009 07:53:35 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Aug 2009 07:53:29 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n7R7qT4F004917; Thu, 27 Aug 2009 09:52:29 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n7R7qRmG003812; Thu, 27 Aug 2009 09:52:27 +0200 (CEST) Date: Thu, 27 Aug 2009 08:09:00 -0000 Message-Id: <200908270752.n7R7qRmG003812@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: tromey@redhat.com CC: brobecker@adacore.com, msnyder@vmware.com, gdb@sourceware.org In-reply-to: (message from Tom Tromey on Wed, 26 Aug 2009 16:48:54 -0600) Subject: Re: Build gdb without installing termcap? References: <4A958C03.3060801@vmware.com> <20090826220833.GC6540@adacore.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00257.txt.bz2 > From: Tom Tromey > Date: Wed, 26 Aug 2009 16:48:54 -0600 > > >>>>> "Joel" == Joel Brobecker writes: > > >> Is there some configure option that I can use to make it find a local > >> build or install of libtermcap? > > Joel> As far as I know, there is not. > > I don't think there is anything specific to termcap, but you should be > able to set CPPFLAGS and LDFLAGS on the configure command line. I was going to point out the same thing. We can have --with-for, --with-foo-include, --with-foo-lib for every library used by GDB, but unlesss there is some other magic that needs to be done this only complicates the autoconf script and makes the ./configure --help output even more unwieldy. Mark