[M3devel] recent m3gdb does not want to compile
jay.krell at cornell.edu
jay.krell at cornell.edu
Thu Jun 11 13:00:54 CEST 2009
You are just missing texinfo or such, so building documentation fails.
I can look in to hacking the m3gdb build like m3cc is, to reduce its
dependencies.
- Jay (phone)
On Jun 10, 2009, at 7:26 AM, Elmar Stellnberger <estellnb at yahoo.de>
wrote:
> For any kind of reason recent m3gdbs refuse to compile at me:
>
> ../gdb/configure
> ...
> checking for x86_64-unknown-linux-gnu-ar... no
> checking for ar... ar
> ...
>
>> which ar
> /usr/bin/ar
>
> setting --bindir to /usr/bin or /usr does not help.
> full error log: see attachement
>
> Should I compile m3gdb towards 32bit on an x86_64 platform if the
> m3build I am using is 32bit?
>
> Besides this I am in wonder why a plain gdb can not access global
> Modula-3 variables using PM3/EZM3 although I have specified -gstabs in
> m3config/src/COMMON:
> ASM = ["as","--32","-gstabs","-o"] % Assembler
> DEBUG_FLAG = "-gstabs" % debugging info
> BDEBUG_FLAG = "-gstabs" % debugging info
> LDEBUG_FLAG = "-gstabs"
>
> i.e.
>> gdb -batch --directory=
> --directory=/home/elm/m3/Benchmark/LINUXLIBC6/../src -ex 'info
> variables' /home/elm/m3/Benchmark/LINUXLIBC6/./pureDCT-queue >smbls
>
>> grep myglobal smbls -> nothing found
>
>> ../gdb/configure
> creating cache ./config.cache
> checking host system type... x86_64-unknown-linux-gnu
> checking target system type... x86_64-unknown-linux-gnu
> checking build system type... x86_64-unknown-linux-gnu
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether ln works... yes
> checking whether ln -s works... yes
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... yes
> checking whether the C compiler (gcc ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for gnatbind... no
> checking whether compiler driver understands Ada... no
> checking how to compare bootstrapped objects... cmp --ignore-
> initial=16 $$f1 $$f2
> checking for correct version of gmp.h... yes
> checking for MPFR... no
> checking for bison... bison
> checking for bison... bison -y
> checking for gm4... no
> checking for gnum4... no
> checking for m4... m4
> checking for flex... flex
> checking for flex... flex
> checking for makeinfo... makeinfo
> checking for x86_64-unknown-linux-gnu-ar... no
> checking for ar... ar
> checking for x86_64-unknown-linux-gnu-as... no
> checking for as... as
> checking for x86_64-unknown-linux-gnu-dlltool... no
> checking for dlltool... no
> checking for x86_64-unknown-linux-gnu-ld... /usr/lib64/gcc/x86_64-
> suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld
> checking for x86_64-unknown-linux-gnu-nm... no
> checking for nm... nm
> checking for x86_64-unknown-linux-gnu-ranlib... no
> checking for ranlib... ranlib
> checking for x86_64-unknown-linux-gnu-windres... no
> checking for windres... no
> checking for x86_64-unknown-linux-gnu-objcopy... no
> checking for objcopy... objcopy
> checking for x86_64-unknown-linux-gnu-objdump... no
> checking for objdump... objdump
> checking for x86_64-unknown-linux-gnu-ar... no
> checking for ar... ar
> checking for x86_64-unknown-linux-gnu-as... no
> checking for as... as
> checking for x86_64-unknown-linux-gnu-cc... no
> checking for cc... cc
> checking for x86_64-unknown-linux-gnu-c++... no
> checking for c++... c++
> checking for x86_64-unknown-linux-gnu-dlltool... no
> checking for dlltool... no
> checking for x86_64-unknown-linux-gnu-gcc... no
> checking for gcc... gcc
> checking for x86_64-unknown-linux-gnu-gcj... no
> checking for gcj... no
> checking for x86_64-unknown-linux-gnu-gfortran... no
> checking for gfortran... no
> checking for x86_64-unknown-linux-gnu-ld... no
> checking for ld... ld
> checking for x86_64-unknown-linux-gnu-lipo... no
> checking for lipo... no
> checking for x86_64-unknown-linux-gnu-nm... no
> checking for nm... nm
> checking for x86_64-unknown-linux-gnu-objdump... no
> checking for objdump... objdump
> checking for x86_64-unknown-linux-gnu-ranlib... no
> checking for ranlib... ranlib
> checking for x86_64-unknown-linux-gnu-strip... no
> checking for strip... strip
> checking for x86_64-unknown-linux-gnu-windres... no
> checking for windres... no
> checking whether to enable maintainer-specific portions of
> Makefiles... no
> checking if symbolic links between directories work... yes
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> elm:/home/sources/mm3/language/modula3/m3tools/m3gdb-cm3-2009-06-09/
> SUSE11.1> make
> make[1]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1'
> mkdir -p -- ./libiberty
> Configuring in ./libiberty
> configure: creating cache ./config.cache
> checking whether to enable maintainer-specific portions of
> Makefiles... no
> checking for makeinfo... /home/sources/mm3/language/modula3/m3tools/
> m3gdb-cm3-2009-06-09/gdb/missing makeinfo --split-size=5000000
> configure: WARNING:
> *** Makeinfo is missing. Info documentation will not be built.
> checking for perl... perl
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking for x86_64-unknown-linux-gnu-ar... ar
> checking for x86_64-unknown-linux-gnu-ranlib... ranlib
> checking for x86_64-unknown-linux-gnu-gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking whether gcc and cc understand -c and -o together... yes
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking whether byte ordering is bigendian... no
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for sys/file.h... yes
> checking for sys/param.h... yes
> checking for limits.h... yes
> checking for stdlib.h... yes
> checking for malloc.h... yes
> checking for string.h... yes
> checking for unistd.h... yes
> checking for strings.h... yes
> checking for sys/time.h... yes
> checking for time.h... yes
> checking for sys/resource.h... yes
> checking for sys/stat.h... yes
> checking for sys/mman.h... yes
> checking for fcntl.h... yes
> checking for alloca.h... yes
> checking for sys/pstat.h... no
> checking for sys/sysmp.h... no
> checking for sys/sysinfo.h... yes
> checking for machine/hal_sysinfo.h... no
> checking for sys/table.h... no
> checking for sys/sysctl.h... yes
> checking for sys/systemcfg.h... no
> checking for stdint.h... yes
> checking for stdio_ext.h... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether errno must be declared... no
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for int... yes
> checking size of int... 4
> checking for uintptr_t... yes
> checking for a 64-bit type... uint64_t
> checking for pid_t... yes
> checking for library containing strerror... none required
> checking for asprintf... yes
> checking for atexit... yes
> checking for basename... yes
> checking for bcmp... yes
> checking for bcopy... yes
> checking for bsearch... yes
> checking for bzero... yes
> checking for calloc... yes
> checking for clock... yes
> checking for ffs... yes
> checking for getcwd... yes
> checking for getpagesize... yes
> checking for gettimeofday... yes
> checking for index... yes
> checking for insque... yes
> checking for memchr... yes
> checking for memcmp... yes
> checking for memcpy... yes
> checking for memmove... yes
> checking for mempcpy... yes
> checking for memset... yes
> checking for mkstemps... no
> checking for putenv... yes
> checking for random... yes
> checking for rename... yes
> checking for rindex... yes
> checking for setenv... yes
> checking for snprintf... yes
> checking for sigsetmask... yes
> checking for stpcpy... yes
> checking for stpncpy... yes
> checking for strcasecmp... yes
> checking for strchr... yes
> checking for strdup... yes
> checking for strncasecmp... yes
> checking for strndup... yes
> checking for strrchr... yes
> checking for strstr... yes
> checking for strtod... yes
> checking for strtol... yes
> checking for strtoul... yes
> checking for strverscmp... yes
> checking for tmpnam... yes
> checking for vasprintf... yes
> checking for vfprintf... yes
> checking for vprintf... yes
> checking for vsnprintf... yes
> checking for vsprintf... yes
> checking for waitpid... yes
> checking whether alloca needs Cray hooks... no
> checking stack direction for C alloca... -1
> checking for unistd.h... (cached) yes
> checking for vfork.h... no
> checking for fork... yes
> checking for vfork... yes
> checking for working fork... yes
> checking for working vfork... (cached) yes
> checking for _doprnt... no
> checking for sys_errlist... yes
> checking for sys_nerr... yes
> checking for sys_siglist... yes
> checking for external symbol _system_configuration... no
> checking for getrusage... yes
> checking for on_exit... yes
> checking for psignal... yes
> checking for strerror... yes
> checking for strsignal... yes
> checking for sysconf... yes
> checking for times... yes
> checking for sbrk... yes
> checking for gettimeofday... (cached) yes
> checking for realpath... yes
> checking for canonicalize_file_name... yes
> checking for pstat_getstatic... no
> checking for pstat_getdynamic... no
> checking for sysmp... no
> checking for getsysinfo... no
> checking for table... no
> checking for sysctl... yes
> checking for wait3... yes
> checking for wait4... yes
> checking for __fsetlocking... yes
> checking whether basename is declared... no
> checking whether ffs is declared... yes
> checking whether asprintf is declared... no
> checking whether vasprintf is declared... no
> checking whether snprintf is declared... yes
> checking whether vsnprintf is declared... yes
> checking whether calloc is declared... yes
> checking whether getenv is declared... yes
> checking whether getopt is declared... yes
> checking whether malloc is declared... yes
> checking whether realloc is declared... yes
> checking whether sbrk is declared... yes
> checking whether strverscmp is declared... no
> checking whether canonicalize_file_name must be declared... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... yes
> checking for working strncmp... yes
> updating cache ./config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating testsuite/Makefile
> config.status: creating config.h
> config.status: executing default commands
> mkdir -p -- ./bfd
> Configuring in ./bfd
> configure: creating cache ./config.cache
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking target system type... x86_64-unknown-linux-gnu
> checking for x86_64-unknown-linux-gnu-gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for library containing strerror... none required
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for style of include used by make... GNU
> checking dependency style of gcc... none
> checking for x86_64-unknown-linux-gnu-ar... ar
> checking for x86_64-unknown-linux-gnu-ranlib... ranlib
> checking for ld used by GCC... /usr/lib64/gcc/x86_64-suse-linux/
> 4.3/../../../../x86_64-suse-linux/bin/ld
> checking if the linker (/usr/lib64/gcc/x86_64-suse-linux/
> 4.3/../../../../x86_64-suse-linux/bin/ld) is GNU ld... yes
> checking for /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-
> suse-linux/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... nm
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... file_magic ELF [0-9]
> [0-9]*-bit [LM]SB (shared object|dynamic lib )
> checking for x86_64-unknown-linux-gnu-file... no
> checking for file... /usr/bin/file
> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
> checking for x86_64-unknown-linux-gnu-strip... no
> checking for strip... strip
> updating cache ./config.cache
> loading cache ./config.cache within ltconfig
> checking for objdir... .libs
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> finding the maximum length of command line arguments... 49153
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -fno-rtti -fno-exceptions ... no
> checking whether the linker (/usr/lib64/gcc/x86_64-suse-linux/
> 4.3/../../../../x86_64-suse-linux/bin/ld) supports shared
> libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking command to parse nm output... ok
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> creating libtool
> updating cache ./config.cache
> configure: loading cache ./config.cache
> Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-
> prototypes -Werror
> checking whether to enable maintainer-specific portions of
> Makefiles... no
> checking whether to install libbfd... yes
> checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ANSI C... (cached) none needed
> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for off_t... yes
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking argz.h usability... yes
> checking argz.h presence... yes
> checking for argz.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking nl_types.h usability... yes
> checking nl_types.h presence... yes
> checking for nl_types.h... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking for string.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking values.h usability... yes
> checking values.h presence... yes
> checking for values.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking for getcwd... yes
> checking for munmap... yes
> checking for putenv... yes
> checking for setenv... yes
> checking for setlocale... yes
> checking for strchr... yes
> checking for strcasecmp... yes
> checking for __argz_count... yes
> checking for __argz_stringify... yes
> checking for __argz_next... yes
> checking for stpcpy... yes
> checking for LC_MESSAGES... yes
> checking whether NLS is requested... yes
> checking whether included gettext is requested... no
> checking libintl.h usability... yes
> checking libintl.h presence... yes
> checking for libintl.h... yes
> checking for gettext in libc... yes
> checking for msgfmt... /usr/bin/msgfmt
> checking for dcgettext... yes
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for catalogs to be installed... fr tr ja es sv da zh_CN ro
> rw vi
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for long long... yes
> checking for long long... yes
> checking size of long long... 8
> checking for long... yes
> checking size of long... 8
> checking stddef.h usability... yes
> checking stddef.h presence... yes
> checking for stddef.h... yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking for unistd.h... (cached) yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking sys/file.h usability... yes
> checking sys/file.h presence... yes
> checking for sys/file.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking whether string.h and strings.h may both be included... yes
> checking for fcntl... yes
> checking for getpagesize... (cached) yes
> checking for setitimer... yes
> checking for sysconf... yes
> checking for fdopen... yes
> checking for getuid... yes
> checking for getgid... yes
> checking for strtoull... yes
> checking whether basename is declared... yes
> checking whether ftello is declared... yes
> checking whether ftello64 is declared... yes
> checking whether fseeko is declared... yes
> checking whether fseeko64 is declared... yes
> checking whether ffs is declared... yes
> checking whether free is declared... yes
> checking whether getenv is declared... yes
> checking whether malloc is declared... yes
> checking whether realloc is declared... yes
> checking whether stpcpy is declared... yes
> checking whether strstr is declared... yes
> checking whether snprintf is declared... yes
> checking whether vsnprintf is declared... yes
> checking sys/procfs.h usability... yes
> checking sys/procfs.h presence... yes
> checking for sys/procfs.h... yes
> checking for prstatus_t in sys/procfs.h... yes
> checking for prstatus32_t in sys/procfs.h... no
> checking for prstatus_t.pr_who in sys/procfs.h... no
> checking for prstatus32_t.pr_who in sys/procfs.h... no
> checking for pstatus_t in sys/procfs.h... no
> checking for pxstatus_t in sys/procfs.h... no
> checking for pstatus32_t in sys/procfs.h... no
> checking for prpsinfo_t in sys/procfs.h... yes
> checking for prpsinfo32_t in sys/procfs.h... no
> checking for psinfo_t in sys/procfs.h... no
> checking for psinfo32_t in sys/procfs.h... no
> checking for lwpstatus_t in sys/procfs.h... no
> checking for lwpxstatus_t in sys/procfs.h... no
> checking for lwpstatus_t.pr_context in sys/procfs.h... no
> checking for lwpstatus_t.pr_reg in sys/procfs.h... no
> checking for win32_pstatus_t in sys/procfs.h... no
> checking for gcc version with buggy 64-bit support... no
> checking for ftello... yes
> checking for ftello64... yes
> checking for fseeko... yes
> checking for fseeko64... yes
> checking for fopen64... yes
> checking for off_t... (cached) yes
> checking size of off_t... 8
> checking file_ptr type... BFD_HOST_64_BIT
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) yes
> checking for madvise... yes
> checking for mprotect... yes
> updating cache ./config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating doc/Makefile
> config.status: creating bfd-in3.h
> config.status: creating po/Makefile.in
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing default commands
> make[2]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/libiberty'
> if [ x"" != x ] && [ ! -d pic ]; then \
> mkdir pic; \
> else true; fi
> touch stamp-picdir
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/regex.c -o pic/regex.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/regex.c -o regex.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/cplus-dem.c -o cplus-dem.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/cp-demangle.c -o cp-demangle.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/md5.c -o pic/md5.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/md5.c -o md5.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/alloca.c -o pic/alloca.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/alloca.c -o alloca.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/argv.c -o pic/argv.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/argv.c -o argv.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/choose-temp.c -o pic/choose-temp.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/choose-temp.c -o choose-temp.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/concat.c -o pic/concat.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/concat.c -o concat.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/cp-demint.c -o pic/cp-demint.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/cp-demint.c -o cp-demint.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/dyn-string.c -o pic/dyn-string.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/dyn-string.c -o dyn-string.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/fdmatch.c -o pic/fdmatch.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/fdmatch.c -o fdmatch.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/fibheap.c -o pic/fibheap.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/fibheap.c -o fibheap.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/floatformat.c -o pic/floatformat.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/floatformat.c -o floatformat.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/fnmatch.c -o pic/fnmatch.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/fnmatch.c -o fnmatch.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/fopen_unlocked.c -o pic/
> fopen_unlocked.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/fopen_unlocked.c -o fopen_unlocked.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/getopt.c -o pic/getopt.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/getopt.c -o getopt.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/getopt1.c -o pic/getopt1.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/getopt1.c -o getopt1.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/getpwd.c -o pic/getpwd.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/getpwd.c -o getpwd.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/getruntime.c -o pic/getruntime.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/getruntime.c -o getruntime.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/hashtab.c -o pic/hashtab.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/hashtab.c -o hashtab.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/hex.c -o pic/hex.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/hex.c -o hex.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/lbasename.c -o pic/lbasename.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/lbasename.c -o lbasename.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/lrealpath.c -o pic/lrealpath.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/lrealpath.c -o lrealpath.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/make-relative-prefix.c -o pic/make-
> relative-prefix.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/make-relative-prefix.c -o make-relative-prefix.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/make-temp-file.c -o pic/make-temp-
> file.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/make-temp-file.c -o make-temp-file.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/objalloc.c -o pic/objalloc.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/objalloc.c -o objalloc.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/obstack.c -o pic/obstack.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/obstack.c -o obstack.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/partition.c -o pic/partition.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/partition.c -o partition.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/pexecute.c -o pic/pexecute.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/pexecute.c -o pexecute.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/physmem.c -o pic/physmem.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/physmem.c -o physmem.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/pex-common.c -o pic/pex-common.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/pex-common.c -o pex-common.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/pex-one.c -o pic/pex-one.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/pex-one.c -o pex-one.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/pex-unix.c -o pic/pex-unix.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/pex-unix.c -o pex-unix.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/safe-ctype.c -o safe-ctype.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/sort.c -o pic/sort.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/sort.c -o sort.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/spaces.c -o pic/spaces.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/spaces.c -o spaces.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/splay-tree.c -o pic/splay-tree.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/splay-tree.c -o splay-tree.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/strerror.c -o pic/strerror.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/strerror.c -o strerror.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/strsignal.c -o pic/strsignal.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/strsignal.c -o strsignal.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/ternary.c -o pic/ternary.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/ternary.c -o ternary.o
> ../../gdb/libiberty/ternary.c:144: warning: ‘ternary_recursivesearch
> ’ defined but not used
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/unlink-if-ordinary.c -o pic/unlink-
> if-ordinary.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/xatexit.c -o pic/xatexit.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/xatexit.c -o xatexit.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/xexit.c -o pic/xexit.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/xexit.c -o xexit.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/xmalloc.c -o pic/xmalloc.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/xmalloc.c -o xmalloc.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/xmemdup.c -o pic/xmemdup.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/xmemdup.c -o xmemdup.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/xstrdup.c -o pic/xstrdup.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/xstrdup.c -o xstrdup.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/xstrerror.c -o pic/xstrerror.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/xstrerror.c -o xstrerror.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/xstrndup.c -o pic/xstrndup.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/xstrndup.c -o xstrndup.o
> if [ x"" != x ]; then \
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../
> include -W -Wall -pedantic -Wwrite-strings -Wstrict-
> prototypes ../../gdb/libiberty/mkstemps.c -o pic/mkstemps.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gdb/libiberty/../include -
> W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../gdb/
> libiberty/mkstemps.c -o mkstemps.o
> rm -f ./libiberty.a pic/./libiberty.a
> ar rc ./libiberty.a \
> ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./
> alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-
> string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./
> fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./
> hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-
> prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./
> pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./
> safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./
> strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./
> xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./
> xstrndup.o ./mkstemps.o
> ranlib ./libiberty.a
> if [ x"" != x ]; then \
> cd pic; \
> ar rc ./libiberty.a \
> ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./
> alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-
> string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./
> fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./
> hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-
> prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./
> pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./
> safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./
> strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./
> xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./
> xstrndup.o ./mkstemps.o; \
> ranlib ./libiberty.a; \
> cd ..; \
> else true; fi
> rm -f needed-list; touch needed-list; \
> for f in atexit calloc memchr memcmp memcpy memmove memset
> rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam
> vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
> for g in ./mkstemps.o ; do \
> case "$g" in \
> *$f*) echo $g >> needed-list ;; \
> esac; \
> done; \
> done
> echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./
> argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./
> fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./
> fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./
> hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-
> prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./
> pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./
> safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./
> strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./
> xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./
> xstrndup.o > required-list
> make[3]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/libiberty/testsuite'
> make[3]: Für das Ziel »all« ist nichts zu tun.
> make[3]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/libiberty/testsuite'
> make[2]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/libiberty'
> make[2]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd'
> Making info in doc
> make[3]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/doc'
> make chew
> make[4]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/doc'
> gcc -o chew.$$ ../../../gdb/bfd/doc/chew.c \
> -g -O2 \
> -I.. -I../../../gdb/bfd/doc/.. -I../../../gdb/bfd/doc/../../
> include -I../../../gdb/bfd/doc/../../intl -I../../intl; \
> /bin/sh ../../../gdb/bfd/doc/../../move-if-change chew.$$ chew
> make[4]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/doc'
> ./chew -f ../../../gdb/bfd/doc/doc.str <../../../gdb/bfd/doc/../
> aoutx.h >aoutx.tmp
> /bin/sh ../../../gdb/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
> make chew
> make[4]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/doc'
> make[4]: »chew« ist bereits aktualisiert.
> make[4]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/doc'
> ./chew -f ../../../gdb/bfd/doc/doc.str <../../../gdb/bfd/doc/../
> archive.c >archive.tmp
> /bin/sh ../../../gdb/bfd/doc/../../move-if-change archive.tmp
> archive.texi
> make chew
> make[4]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/doc'
> make[4]: »chew« ist bereits aktualisiert.
> make[4]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/doc'
> ./chew -f ../../../gdb/bfd/doc/doc.str < ../../../gdb/bfd/doc/../
> archures.c >archures.tmp
> /bin/sh ../../../gdb/bfd/doc/../../move-if-change archures.tmp
> archures.texi
> restore=: && backupdir=".am$$" && \
> am__cwd=`pwd` && cd ../../../gdb/bfd/doc && \
> rm -rf $backupdir && mkdir $backupdir && \
> for f in ../../../gdb/bfd/doc/bfd.info ../../../gdb/bfd/doc/
> bfd.info-[0-9] ../../../gdb/bfd/doc/bfd.info-[0-9][0-9] ../../../gdb/
> bfd/doc/bfd.i[0-9] ../../../gdb/bfd/doc/bfd.i[0-9][0-9]; do \
> if test -f $f; then mv $f $backupdir; restore=mv; else :;
> fi; \
> done; \
> cd "$am__cwd"; \
> if /home/sources/mm3/language/modula3/m3tools/m3gdb-
> cm3-2009-06-09/gdb/missing makeinfo --split-size=5000000 --split-
> size=5000000 -I ../../../gdb/bfd/doc \
> -o ../../../gdb/bfd/doc/bfd.info ../../../gdb/bfd/doc/
> bfd.texinfo; \
> then \
> rc=0; \
> cd ../../../gdb/bfd/doc; \
> else \
> rc=$?; \
> cd ../../../gdb/bfd/doc && \
> $restore $backupdir/* `echo "./../../../gdb/bfd/doc/
> bfd.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> WARNING: `makeinfo' is missing on your system. You should only need
> it if
> you modified a `.texi' or `.texinfo' file, or any other file
> indirectly affecting the aspect of the manual. The spurious
> call might also be the consequence of using a buggy
> `make' (AIX,
> DU, IRIX). You might want to install the `Texinfo' package or
> the `GNU make' package. Grab either from any GNU archive
> site.
> make[3]: *** [../../../gdb/bfd/doc/bfd.info] Fehler 1
> make[3]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/doc'
> Making info in po
> make[3]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/po'
> ( if test 'x../../../gdb/bfd/po' != 'x.'; then \
> posrcprefix='../../../gdb/bfd/'; \
> else \
> posrcprefix="../"; \
> fi; \
> rm -f SRC-POTFILES-t SRC-POTFILES \
> && (sed -e '/^#/d' \
> -e '/^[ ]*$/d' \
> -e "s at .*@ $posrcprefix& \\\\@" < ../../../gdb/
> bfd/po/SRC-POTFILES.in \
> | sed -e '$s/\\$//') > SRC-POTFILES-t \
> && chmod a-w SRC-POTFILES-t \
> && mv SRC-POTFILES-t SRC-POTFILES )
> ( rm -f BLD-POTFILES-t BLD-POTFILES \
> && (sed -e '/^#/d' \
> -e '/^[ ]*$/d' \
> -e "s at .*@ ../& \\\\@" < ../../../gdb/bfd/po/BLD-
> POTFILES.in \
> | sed -e '$s/\\$//') > BLD-POTFILES-t \
> && chmod a-w BLD-POTFILES-t \
> && mv BLD-POTFILES-t BLD-POTFILES )
> cd .. \
> && CONFIG_FILES=po/Makefile.in:po/Make-in \
> CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating po/Makefile.in
> config.status: executing depfiles commands
> config.status: executing default commands
> make[3]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/po'
> make[3]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/po'
> make[3]: Für das Ziel »info« ist nichts zu tun.
> make[3]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd/po'
> make[3]: Entering directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd'
> make[3]: Für das Ziel »info-am« ist nichts zu tun.
> make[3]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd'
> make[2]: *** [info-recursive] Fehler 1
> make[2]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1/bfd'
> make[1]: *** [all-bfd] Fehler 2
> make[1]: Leaving directory `/home/sources/mm3/language/modula3/
> m3tools/m3gdb-cm3-2009-06-09/SUSE11.1'
> make: *** [all] Fehler 2
More information about the M3devel
mailing list