This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdbsupport: Fix setting up 'development' var.
- From: "Christian Biesinger via gdb-patches" <gdb-patches at sourceware dot org>
- To: Vyacheslav Petrishchev <vyachemail at gmail dot com>
- Cc: gdb-patches <gdb-patches at sourceware dot org>
- Date: Tue, 25 Feb 2020 15:17:46 -0600
- Subject: Re: [PATCH] gdbsupport: Fix setting up 'development' var.
- References: <43ef95f1-a57b-97c2-ad20-38b467f17460@gmail.com>
- Reply-to: Christian Biesinger <cbiesinger at google dot com>
On Tue, Feb 25, 2020 at 2:33 PM Vyacheslav Petrishchev
<vyachemail@gmail.com> wrote:
>
> Since gdbsupport is now on top level, fixing setting up 'development' var
> in 'configure', thats prevent gbd build failure when development=false
> (undefined symbols (selftest) when linking).
Oh, that explains the error someone mentioned on IRC recently...
I can't approve patches, but it looks like you used Debian's autoconf
to regenerate the configure script, leading to extra changes. To avoid
that it is best if you install and use an unmodified upstream autoconf
directly, perhaps by installing with --prefix and running it from
there.
Christian