Build gdb without installing termcap?

Mark Kettenis mark.kettenis@xs4all.nl
Thu Aug 27 08:09:00 GMT 2009


> 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



More information about the Gdb mailing list