Comment 6 for bug 1990729

Revision history for this message
Lowell Boggs (lboggsamida) wrote :

The above error seemed to be some kind of documentation problem, so I tried just running
   make -k
To ignore errors and everything else make ok. However, I am not able to figure out where the gdb executable is so that I can test it before running "make install".

Here are the places that I found non-script executables:

gdb: find . -executable -type f | grep -v '\.sh$\|\.py$' | xargs file | grep -v ASCII
./readline/readline/doc/texi2html: Perl script text executable
./.git/hooks/fsmonitor-watchman.sample: Perl script text executable
./gnulib/import/extra/update-copyright: POSIX shell script, Unicode text, UTF-8 text executable
./bfd/mep-relocs.pl: Perl script text executable
./bfd/doc/chew: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a7f2e26778189b6fa5a8675c2d3ea9db3fd7b168, for GNU/Linux 3.2.0, with debug_info, not stripped
./gdbserver/gdbreplay: ELF 64-bit LSB pie executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cf4af0280f74cd3ea9e88c80aaf267f0f208d822, for GNU/Linux 3.2.0, with debug_info, not stripped
./gdbserver/libinproctrace.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=59bf85a1f1ffb7172042b876671dc397796cde34, with debug_info, not stripped
./gdbserver/gdbserver: ELF 64-bit LSB pie executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4e460b6a03d64eb6b35e5177be38e519831ca0c8, for GNU/Linux 3.2.0, with debug_info, not stripped
gdb:

Is one of these the gdb executable so I can test it? Thanks