This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build gdb without installing termcap?


> From: Tom Tromey <tromey@redhat.com>
> Date: Wed, 26 Aug 2009 16:48:54 -0600
> 
> >>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]