since the toplevel configure script lacks an option to disable building dwarfgen and dwarfdump2, i enter the subdirs of libdwarf and dwarfdump
one after the other, run configure there and make -j9.

for dir in libdwarf dwarfdump ; do
(
cd $dir
cp ../config.cache .

CFLAGS="-D_GNU_SOURCE $optcflags" LDFLAGS="$optldflags" \
  ./configure -C --prefix= || exit 1

#[ $dir = dwarfdump ] && MAKE_THREADS=1
make -j$MAKE_THREADS || exit 1
)
done

however compilation of dwarfdump fails sporadically (maybe 1 out of 5 times) unless i uncomment the line that sets concurrency to a single process.

the issue is probably related to non-atomic copying around of c files without proper target dependency information:

cp ./tag_tree_ext.list tmp-t4.c
gcc: tmp-t4.c: No such file or directory


find attached the entire build log.

--JS

P.S.
reasons i want to disable the C++ components:
- no C++ compiler available
- C++ bloat
- compilation of those 2 takes 10x as long as compilation of libdwarf and dwarfdump (6 seconds for the C components alone vs 70 for everything)
- compiling the binaries statically links 1.5MB of libstdc++ each
- i don't need them
Tue Sep 17 16:02:19 UTC 2013: start
sourcing user defined optimization config //etc/butch-optflags.sh
Tue Sep 17 16:02:19 UTC 2013: starting to untar
Tue Sep 17 16:02:19 UTC 2013: untar done
Tue Sep 17 16:02:19 UTC 2013: start build
XXX entering dir libdwarf
configure: loading cache config.cache
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... (cached) grep
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking whether gcc needs -traditional... (cached) no
checking for a BSD-compatible install... /bin/install -c
checking for ranlib... (cached) ranlib
checking for alloca.h... (cached) yes
checking for elf.h... (cached) yes
checking elfaccess.h usability... no
checking elfaccess.h presence... no
checking for elfaccess.h... no
checking libelf.h usability... yes
checking libelf.h presence... yes
checking for libelf.h... yes
checking libelf/libelf.h usability... no
checking libelf/libelf.h presence... no
checking for libelf/libelf.h... no
checking for sys/types.h... (cached) yes
checking sys/ia64/elf.h usability... no
checking sys/ia64/elf.h presence... no
checking for sys/ia64/elf.h... no
Assuming struct Elf for the default libdwarf.h
checking for elf64_getehdr in -lelf... yes
checking for elf64_getshdr in -lelf... yes
libelf/libelf.h does not have struct _Elf
libelf.h does not have struct _Elf
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
echo "do nothing"
do nothing
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.   -c ./common.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_abbrev.o dwarf_abbrev.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_alloc.o dwarf_alloc.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_arange.o dwarf_arange.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_die_deliv.o dwarf_die_deliv.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_elf_access.o dwarf_elf_access.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_error.o dwarf_error.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_form.o dwarf_form.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_frame.o dwarf_frame.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_frame2.o dwarf_frame2.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_frame3.o dwarf_frame3.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_funcs.o dwarf_funcs.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_global.o dwarf_global.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_harmless.o dwarf_harmless.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_init_finish.o dwarf_init_finish.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_line.o dwarf_line.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_line2.o dwarf_line2.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_loc.o dwarf_loc.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_original_elf_init.o dwarf_original_elf_init.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_query.o dwarf_query.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_string.o dwarf_string.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_stubs.o dwarf_stubs.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_pubtypes.o dwarf_pubtypes.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_types.o dwarf_types.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_util.o dwarf_util.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_leb.o dwarf_leb.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_ranges.o dwarf_ranges.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_vars.o dwarf_vars.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_weaks.o dwarf_weaks.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_addr_finder.o dwarf_addr_finder.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_sort_line.o dwarf_sort_line.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_print_lines.o dwarf_print_lines.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_macro.o dwarf_macro.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o malloc_check.o malloc_check.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_alloc.o pro_alloc.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_arange.o pro_arange.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_die.o pro_die.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_encode_nm.o pro_encode_nm.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_error.o pro_error.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_expr.o pro_expr.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_finish.o pro_finish.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_forms.o pro_forms.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_funcs.o pro_funcs.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_frame.o pro_frame.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_init.o pro_init.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_line.o pro_line.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_reloc.o pro_reloc.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_reloc_stream.o pro_reloc_stream.c
pro_reloc_stream.c: In function '_dwarf_stream_relocs_to_disk':
pro_reloc_stream.c:225:25: warning: passing argument 1 of 'dbg->de_callback_func_c' discards qualifiers from pointer target type
pro_reloc_stream.c:225:25: note: expected 'char *' but argument is of type 'const char *'
pro_reloc_stream.c:236:25: warning: passing argument 1 of 'dbg->de_callback_func_b' discards qualifiers from pointer target type
pro_reloc_stream.c:236:25: note: expected 'char *' but argument is of type 'const char *'
pro_reloc_stream.c:246:29: warning: passing argument 1 of 'dbg->de_callback_func' discards qualifiers from pointer target type
pro_reloc_stream.c:246:29: note: expected 'char *' but argument is of type 'const char *'
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_reloc_symbolic.o pro_reloc_symbolic.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_pubnames.o pro_pubnames.c
pro_reloc_symbolic.c: In function '_dwarf_symbolic_relocs_to_disk':
pro_reloc_symbolic.c:205:25: warning: passing argument 1 of 'dbg->de_callback_func_c' discards qualifiers from pointer target type
pro_reloc_symbolic.c:205:25: note: expected 'char *' but argument is of type 'const char *'
pro_reloc_symbolic.c:216:25: warning: passing argument 1 of 'dbg->de_callback_func_b' discards qualifiers from pointer target type
pro_reloc_symbolic.c:216:25: note: expected 'char *' but argument is of type 'const char *'
pro_reloc_symbolic.c:226:25: warning: passing argument 1 of 'dbg->de_callback_func' discards qualifiers from pointer target type
pro_reloc_symbolic.c:226:25: note: expected 'char *' but argument is of type 'const char *'
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_section.o pro_section.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_types.o pro_types.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_vars.o pro_vars.c
pro_section.c: In function 'dwarf_transform_to_disk_form':
pro_section.c:325:25: warning: passing argument 1 of 'dbg->de_callback_func_c' discards qualifiers from pointer target type
pro_section.c:325:25: note: expected 'char *' but argument is of type 'const char *'
pro_section.c:331:25: warning: passing argument 1 of 'dbg->de_callback_func_b' discards qualifiers from pointer target type
pro_section.c:331:25: note: expected 'char *' but argument is of type 'const char *'
pro_section.c:339:21: warning: passing argument 1 of 'dbg->de_callback_func' discards qualifiers from pointer target type
pro_section.c:339:21: note: expected 'char *' but argument is of type 'const char *'
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_macinfo.o pro_macinfo.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o pro_weaks.o pro_weaks.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.   ./gennames.c common.o  -s -Wl,--gc-sections -Wl,-z,relro,-z,now  -o gennames
rm -f dwarf_names.h dwarf_names.c
rm -f dwarf_names.h dwarf_names.c
./gennames  -s  -i . -o .
./gennames  -s  -i . -o .
./gennames [Sep 17 2013 16:02:20 Release]
./gennames [Sep 17 2013 16:02:20 Release]
Arguments: -s -i . -o . 
Arguments: -s -i . -o . 
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I.     -c -o dwarf_names.o dwarf_names.c
ar rv libdwarf.a dwarf_abbrev.o dwarf_alloc.o dwarf_arange.o dwarf_die_deliv.o dwarf_elf_access.o dwarf_error.o dwarf_form.o dwarf_frame.o dwarf_frame2.o dwarf_frame3.o dwarf_funcs.o dwarf_global.o dwarf_harmless.o dwarf_init_finish.o dwarf_line.o dwarf_line2.o dwarf_loc.o dwarf_original_elf_init.o dwarf_query.o dwarf_string.o dwarf_stubs.o dwarf_pubtypes.o dwarf_types.o dwarf_util.o dwarf_leb.o dwarf_ranges.o dwarf_vars.o dwarf_weaks.o dwarf_addr_finder.o dwarf_sort_line.o dwarf_print_lines.o dwarf_macro.o malloc_check.o pro_alloc.o pro_arange.o pro_die.o pro_encode_nm.o pro_error.o pro_expr.o pro_finish.o pro_forms.o pro_funcs.o pro_frame.o pro_init.o pro_line.o pro_reloc.o pro_reloc_stream.o pro_reloc_symbolic.o pro_pubnames.o pro_section.o pro_types.o pro_vars.o pro_macinfo.o pro_weaks.o  dwarf_names.o
ar: creating libdwarf.a
a - dwarf_abbrev.o
a - dwarf_alloc.o
a - dwarf_arange.o
a - dwarf_die_deliv.o
a - dwarf_elf_access.o
a - dwarf_error.o
a - dwarf_form.o
a - dwarf_frame.o
a - dwarf_frame2.o
a - dwarf_frame3.o
a - dwarf_funcs.o
a - dwarf_global.o
a - dwarf_harmless.o
a - dwarf_init_finish.o
a - dwarf_line.o
a - dwarf_line2.o
a - dwarf_loc.o
a - dwarf_original_elf_init.o
a - dwarf_query.o
a - dwarf_string.o
a - dwarf_stubs.o
a - dwarf_pubtypes.o
a - dwarf_types.o
a - dwarf_util.o
a - dwarf_leb.o
a - dwarf_ranges.o
a - dwarf_vars.o
a - dwarf_weaks.o
a - dwarf_addr_finder.o
a - dwarf_sort_line.o
a - dwarf_print_lines.o
a - dwarf_macro.o
a - malloc_check.o
a - pro_alloc.o
a - pro_arange.o
a - pro_die.o
a - pro_encode_nm.o
a - pro_error.o
a - pro_expr.o
a - pro_finish.o
a - pro_forms.o
a - pro_funcs.o
a - pro_frame.o
a - pro_init.o
a - pro_line.o
a - pro_reloc.o
a - pro_reloc_stream.o
a - pro_reloc_symbolic.o
a - pro_pubnames.o
a - pro_section.o
a - pro_types.o
a - pro_vars.o
a - pro_macinfo.o
a - pro_weaks.o
a - dwarf_names.o
XXX entering dir dwarfdump
configure: loading cache config.cache
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... (cached) grep
checking for egrep... (cached) grep -E
checking whether gcc needs -traditional... (cached) no
checking for a BSD-compatible install... /bin/install -c
checking for ranlib... (cached) ranlib
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for elf.h... (cached) yes
checking for getopt.h... (cached) yes
checking libelf.h usability... yes
checking libelf.h presence... yes
checking for libelf.h... yes
checking libelf/libelf.h usability... no
checking libelf/libelf.h presence... no
checking for libelf/libelf.h... no
checking sgidefs.h usability... no
checking sgidefs.h presence... no
checking for sgidefs.h... no
checking for sys/types.h... (cached) yes
checking for elf64_getehdr in -lelf... yes
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  -c ./common.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib    -c -o tag_common.o tag_common.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  -c ./makename.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  -DTRIVIAL_NAMING  -c ./naming.c -o trivial_naming.o 
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  -c ./naming.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  ./tag_tree.c tag_common.o common.o makename.o trivial_naming.o ../libdwarf/libdwarf.a  -s -Wl,--gc-sections -Wl,-z,relro,-z,now  -L../libdwarf -ldwarf -lelf  -o tag_tree_build 
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  ./tag_attr.c tag_common.o common.o makename.o trivial_naming.o ../libdwarf/libdwarf.a  -s -Wl,--gc-sections -Wl,-z,relro,-z,now  -L../libdwarf -ldwarf -lelf  -o tag_attr_build 
# gcc -E tag_tree.list does not work, so use a .c name
# gcc -E tag_tree.list does not work, so use a .c name
rm -f  tmp-t1.c
rm -f  tmp-t1.c
cp ./tag_tree.list tmp-t1.c
cp ./tag_tree.list tmp-t1.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  -E tmp-t1.c  > ./tmp-tag-tree-build1.tmp
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  -E tmp-t1.c  > ./tmp-tag-tree-build1.tmp
./tag_tree_build -s  -i tmp-tag-tree-build1.tmp  -o tmp-tt-table.c
./tag_tree_build -s  -i tmp-tag-tree-build1.tmp  -o tmp-tt-table.c
rm -f tmp-t4.c
cp ./tag_tree_ext.list tmp-t4.c
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  -E tmp-t4.c  > ./tmp-tag-tree-build4.tmp
rm -f tmp-t4.c
cp ./tag_tree_ext.list tmp-t4.c
gcc: tmp-t4.c: No such file or directory
gcc: no input files
gcc  -D_GNU_SOURCE -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ftree-dce -I. -I. -I./../libdwarf -DCONFPREFIX=/lib  -E tmp-t4.c  > ./tmp-tag-tree-build4.tmp
make: *** [tmp-tt-table.c] Error 1
make: *** Waiting for unfinished jobs....
./tag_tree_build -e  -i tmp-tag-tree-build4.tmp -o tmp-tt-ext-table.c
install: can't stat 'dwarfdump/dwarfdump': No such file or directory
_______________________________________________
Dwarf-Discuss mailing list
Dwarf-Discuss@lists.dwarfstd.org
http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org

Reply via email to