building GDB 9.0.50.20191206
Christian Biesinger via gdb
gdb@sourceware.org
Sat Dec 14 17:29:00 GMT 2019
On Thu, Dec 12, 2019 at 5:47 AM Wadud Miah <wadud.miah@nag.co.uk> wrote:
>
> Hi everyone,
>
> I am trying to build GDB 9.0.50.20191206 from source and am getting the following error:
>
> configure: error: source directory already configured; run "make distclean" there first
> configure: error: .././../../gnulib/configure failed for build-gnulib-gdbserver
> configure: error: ./configure failed for gdbserver
> make[1]: *** [Makefile:9534: configure-gdb] Error 1
> make[1]: Leaving directory '/usr/local/src/gdb-9.0.50.20191206'
> make: *** [Makefile:852: all] Error 2
>
> I don't need the server component of GDB as I will be debugging locally, but could not find any option in the configure script to disable the building of the server component. Any help will be greatly appreciated.
For reference, the option to disable gdbserver is --disable-gdbserver
(see gdb/configure --help)
Christian
More information about the Gdb
mailing list