Re: Building gdbserver
Shahab Vahedi via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Apr 17, 2022 at 03:12:37PM +0000, Claude Robitaille wrote: > I get this: > > make[1]: Entering directory '/mnt/data/sbox/tools/gdbserver.build/gdbserver' > CXX alloc.o > In file included from ../../binutils-gdb/gdbserver/../gdbsupport/common-defs.h:197, > from ../../binutils-gdb/gdbserver/../gdb/alloc.c:37: > ../../binutils-gdb/gdbserver/../gdbsupport/gdb_locale.h:27:11: fatal error: libintl.h: No such file or directory > 27 | # include <libintl.h> Try adding "--disable-gdb" to the "configure" command. Cheers, Shahab