This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build/1646: gdb doesn't honor CPPFLAGS, LDFLAGS


The following reply was made to PR build/1646; it has been noted by GNATS.

From: mec.gnu@mindspring.com (Michael Elizabeth Chastain)
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: build/1646: gdb doesn't honor CPPFLAGS, LDFLAGS
Date: Fri, 14 May 2004 09:18:55 -0400 (EDT)

 And here is make.log.  (I tried attaching this as a file attachment,
 but when I do that, gnats just discards the PR).
 
 ===
 
 Configuring in libiberty
 configure: creating cache ./config.cache
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for makeinfo... makeinfo
 checking for perl... perl
 checking build system type... alphaev68-dec-osf5.1
 checking host system type... alphaev68-dec-osf5.1
 checking for alphaev68-dec-osf5.1-ar... ar
 checking for alphaev68-dec-osf5.1-ranlib... ranlib
 checking for alphaev68-dec-osf5.1-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... /house/chastain/gdb/s1/libiberty/../install-sh -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... yes
 checking for sys/table.h... yes
 checking for sys/sysctl.h... no
 checking for sys/systemcfg.h... no
 checking for stdint.h... no
 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) no
 checking for unistd.h... (cached) yes
 checking for uintptr_t... yes
 checking for a 64-bit type... unsigned long
 checking for pid_t... yes
 checking for library containing strerror... none required
 checking for asprintf... no
 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 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... no
 checking for memset... yes
 checking for mkstemps... yes
 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... no
 checking for stpncpy... no
 checking for strcasecmp... yes
 checking for strchr... yes
 checking for strdup... yes
 checking for strncasecmp... yes
 checking for strrchr... yes
 checking for strstr... yes
 checking for strtod... yes
 checking for strtol... yes
 checking for strtoul... yes
 checking for tmpnam... yes
 checking for vasprintf... no
 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... yes
 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... no
 checking for psignal... yes
 checking for strerror... yes
 checking for strsignal... no
 checking for sysconf... yes
 checking for times... yes
 checking for sbrk... yes
 checking for gettimeofday... yes
 checking for realpath... yes
 checking for canonicalize_file_name... no
 checking for pstat_getstatic... no
 checking for pstat_getdynamic... no
 checking for sysmp... no
 checking for getsysinfo... yes
 checking for table... yes
 checking for sysctl... 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
 Configuring in bfd
 creating cache ./config.cache
 checking for Cygwin environment... no
 checking for mingw32 environment... no
 checking host system type... alphaev68-dec-osf5.1
 checking target system type... alphaev68-dec-osf5.1
 checking build system type... alphaev68-dec-osf5.1
 checking for strerror in -lcposix... no
 checking for a BSD compatible install... /house/chastain/gdb/s1/bfd/../install-sh -c
 checking whether build environment is sane... yes
 checking whether make sets ${MAKE}... yes
 checking for working aclocal-1.4... missing
 checking for working autoconf... missing
 checking for working automake-1.4... missing
 checking for working autoheader... missing
 checking for working makeinfo... found
 checking for ar... ar
 checking for ranlib... ranlib
 checking for gcc... gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether gcc accepts -g... yes
 checking for ld used by GCC... ld
 checking if the linker (ld) is GNU ld... no
 checking for 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... pass_all
 checking for object suffix... o
 checking for executable suffix... no
 checking for ranlib... (cached) ranlib
 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...  -DPIC
 checking if gcc PIC flag  -DPIC works... yes
 checking if gcc static flag -static works... yes
 finding the maximum length of command line arguments... 24577
 checking if gcc supports -c -o file.o... yes
 checking if gcc supports -fno-rtti -fno-exceptions ... no
 checking whether the linker (ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... no
 checking dynamic linker characteristics... osf5.1 ld.so
 checking command to parse nm output... failed
 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
 loading cache ./config.cache
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking whether to install libbfd... yes
 checking for executable suffix... (cached) no
 checking for gcc... (cached) gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking how to run the C preprocessor... gcc -E
 checking for ranlib... (cached) ranlib
 checking for ANSI C header files... yes
 checking for working const... yes
 checking for inline... inline
 checking for off_t... yes
 checking for size_t... yes
 checking for working alloca.h... yes
 checking for alloca... yes
 checking for stdlib.h... yes
 checking for unistd.h... yes
 checking for sys/stat.h... yes
 checking for sys/types.h... yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking for argz.h... no
 checking for limits.h... yes
 checking for locale.h... yes
 checking for nl_types.h... yes
 checking for malloc.h... yes
 checking for string.h... yes
 checking for unistd.h... (cached) yes
 checking for values.h... 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... no
 checking for __argz_stringify... no
 checking for __argz_next... no
 checking for stpcpy... no
 checking for LC_MESSAGES... yes
 checking whether NLS is requested... yes
 checking whether included gettext is requested... no
 checking for libintl.h... yes
 checking for gettext in libc... no
 checking for bindtextdomain in -lintl... yes
 checking for gettext in libintl... no
 checking for msgfmt... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt
 checking for gmsgfmt... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt
 checking for xgettext... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/xgettext
 checking for catalogs to be installed...  fr tr ja es sv da zh_CN ro
 checking for a BSD compatible install... /house/chastain/gdb/s1/bfd/../install-sh -c
 checking for long long... yes
 checking size of long long... 8
 checking size of long... 8
 checking for stddef.h... yes
 checking for string.h... (cached) yes
 checking for strings.h... yes
 checking for stdlib.h... (cached) yes
 checking for time.h... yes
 checking for unistd.h... (cached) yes
 checking for fcntl.h... yes
 checking for sys/file.h... 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 opendir in -ldir... no
 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... no
 checking whether strstr must be declared... no
 checking whether malloc must be declared... no
 checking whether realloc must be declared... no
 checking whether free must be declared... no
 checking whether getenv must be declared... no
 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... no
 checking for fseeko... yes
 checking for fseeko64... no
 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 sys/stat.h... (cached) yes
 checking for sys/types.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
 creating ./config.status
 creating Makefile
 creating doc/Makefile
 creating bfd-in3.h
 creating bfdver.h
 creating po/Makefile.in
 creating config.h
 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/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/regex.c -o pic/./regex.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/regex.c -o ./regex.o
 In file included from /house/chastain/gdb/s1/include/xregex.h:26,
                  from /house/chastain/gdb/s1/libiberty/regex.c:197:
 /house/chastain/gdb/s1/include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators
 In file included from /house/chastain/gdb/s1/libiberty/regex.c:651:
 /house/chastain/gdb/s1/libiberty/regex.c: In function `byte_compile_range':
 /house/chastain/gdb/s1/libiberty/regex.c:4550: warning: signed and unsigned type in conditional expression
 /house/chastain/gdb/s1/libiberty/regex.c:4560: warning: signed and unsigned type in conditional expression
 /house/chastain/gdb/s1/libiberty/regex.c:4560: warning: signed and unsigned type in conditional expression
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/cplus-dem.c -o pic/./cplus-dem.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/cplus-dem.c -o ./cplus-dem.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/cp-demangle.c -o pic/./cp-demangle.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/cp-demangle.c -o ./cp-demangle.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/md5.c -o pic/./md5.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/md5.c -o ./md5.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/alloca.c -o pic/./alloca.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/alloca.c -o ./alloca.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/argv.c -o pic/./argv.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/argv.c -o ./argv.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/choose-temp.c -o pic/./choose-temp.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/choose-temp.c -o ./choose-temp.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/concat.c -o pic/./concat.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/concat.c -o ./concat.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/cp-demint.c -o pic/./cp-demint.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/cp-demint.c -o ./cp-demint.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/dyn-string.c -o pic/./dyn-string.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/dyn-string.c -o ./dyn-string.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/fdmatch.c -o pic/./fdmatch.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/fdmatch.c -o ./fdmatch.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/fibheap.c -o pic/./fibheap.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/fibheap.c -o ./fibheap.o
 In file included from /house/chastain/gdb/s1/libiberty/fibheap.c:35:
 /house/chastain/gdb/s1/include/fibheap.h:63: warning: bit-field `degree' type invalid in ISO C
 /house/chastain/gdb/s1/include/fibheap.h:64: warning: bit-field `mark' type invalid in ISO C
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/floatformat.c -o pic/./floatformat.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/floatformat.c -o ./floatformat.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/fnmatch.c -o pic/./fnmatch.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/fnmatch.c -o ./fnmatch.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/getopt.c -o pic/./getopt.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/getopt.c -o ./getopt.o
 /house/chastain/gdb/s1/libiberty/getopt.c: In function `_getopt_initialize':
 /house/chastain/gdb/s1/libiberty/getopt.c:396: warning: unused parameter `argc'
 /house/chastain/gdb/s1/libiberty/getopt.c:397: warning: unused parameter `argv'
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/getopt1.c -o pic/./getopt1.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/getopt1.c -o ./getopt1.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/getpwd.c -o pic/./getpwd.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/getpwd.c -o ./getpwd.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/getruntime.c -o pic/./getruntime.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/getruntime.c -o ./getruntime.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/hashtab.c -o pic/./hashtab.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/hashtab.c -o ./hashtab.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/hex.c -o pic/./hex.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/hex.c -o ./hex.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/lbasename.c -o pic/./lbasename.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/lbasename.c -o ./lbasename.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/lrealpath.c -o pic/./lrealpath.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/lrealpath.c -o ./lrealpath.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/make-relative-prefix.c -o pic/./make-relative-prefix.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/make-relative-prefix.c -o ./make-relative-prefix.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/make-temp-file.c -o pic/./make-temp-file.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/make-temp-file.c -o ./make-temp-file.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/objalloc.c -o pic/./objalloc.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/objalloc.c -o ./objalloc.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/obstack.c -o pic/./obstack.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/obstack.c -o ./obstack.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/partition.c -o pic/./partition.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/partition.c -o ./partition.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/physmem.c -o pic/./physmem.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/physmem.c -o ./physmem.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/pex-unix.c -o pic/./pex-unix.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/pex-unix.c -o ./pex-unix.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/safe-ctype.c -o pic/./safe-ctype.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/safe-ctype.c -o ./safe-ctype.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/sort.c -o pic/./sort.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/sort.c -o ./sort.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/spaces.c -o pic/./spaces.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/spaces.c -o ./spaces.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/splay-tree.c -o pic/./splay-tree.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/splay-tree.c -o ./splay-tree.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/strerror.c -o pic/./strerror.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/strerror.c -o ./strerror.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/strsignal.c -o pic/./strsignal.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/strsignal.c -o ./strsignal.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/ternary.c -o pic/./ternary.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/ternary.c -o ./ternary.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/xatexit.c -o pic/./xatexit.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/xatexit.c -o ./xatexit.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/xexit.c -o pic/./xexit.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/xexit.c -o ./xexit.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/xmalloc.c -o pic/./xmalloc.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/xmalloc.c -o ./xmalloc.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/xmemdup.c -o pic/./xmemdup.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/xmemdup.c -o ./xmemdup.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/xstrdup.c -o pic/./xstrdup.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/xstrdup.c -o ./xstrdup.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/xstrerror.c -o pic/./xstrerror.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/xstrerror.c -o ./xstrerror.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/asprintf.c -o pic/./asprintf.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/asprintf.c -o ./asprintf.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/mempcpy.c -o pic/./mempcpy.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/mempcpy.c -o ./mempcpy.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/stpcpy.c -o pic/./stpcpy.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/stpcpy.c -o ./stpcpy.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/stpncpy.c -o pic/./stpncpy.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/stpncpy.c -o ./stpncpy.o
 if [ x"" != x ]; then  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic  /house/chastain/gdb/s1/libiberty/vasprintf.c -o pic/./vasprintf.o;  else true; fi
 gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/house/chastain/gdb/s1/libiberty/../include  -W -Wall -Wtraditional -pedantic /house/chastain/gdb/s1/libiberty/vasprintf.c -o ./vasprintf.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		 ./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 ./physmem.o ./pex-unix.o				 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o	 . /strsignal.o							 ./ternary.o							 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o	 ./xstrerror.o  ./asprintf.o ./mempcpy.o ./stpcpy.o ./stpncpy.o ./vasprintf.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		 ./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 ./physmem.o ./pex-unix.o				 ./safe-ctype.o ./sort.o ./spaces. o ./splay-tree.o ./strerror.o	 ./strsignal.o							 ./ternary.o							 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o	 ./xstrerror.o  ./asprintf.o ./mempcpy.o ./stpcpy.o ./stpncpy.o ./vasprintf.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 ./asprintf.o ./mempcpy.o ./stpcpy.o ./stpncpy.o ./vasprintf.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		 ./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 ./physmem.o ./pex-unix.o				 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o	 ./strsignal.o				 			 ./ternary.o							 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o	 ./xstrerror.o > required-list
 Configuring in intl
 creating cache ./config.cache
 checking for a BSD compatible install... /house/chastain/gdb/s1/intl/../install-sh -c
 checking how to run the C preprocessor... gcc -E
 checking whether make sets ${MAKE}... yes
 checking for gcc... gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether gcc accepts -g... yes
 checking for ranlib... ranlib
 checking for POSIXized ISC... no
 checking for ANSI C header files... yes
 checking for working const... yes
 checking for inline... inline
 checking for off_t... yes
 checking for size_t... yes
 checking for working alloca.h... yes
 checking for alloca... yes
 checking for unistd.h... yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking for argz.h... no
 checking for limits.h... yes
 checking for locale.h... yes
 checking for nl_types.h... yes
 checking for malloc.h... yes
 checking for string.h... yes
 checking for unistd.h... (cached) yes
 checking for values.h... 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... no
 checking for __argz_stringify... no
 checking for __argz_next... no
 checking for stpcpy... no
 checking for LC_MESSAGES... yes
 checking whether NLS is requested... yes
 checking whether included gettext is requested... no
 checking for libintl.h... yes
 checking for gettext in libc... no
 checking for bindtextdomain in -lintl... yes
 checking for gettext in libintl... no
 checking for msgfmt... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt
 checking for gmsgfmt... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt
 checking for xgettext... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/xgettext
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating config.h
 linking /house/chastain/gdb/s1/intl/libgettext.h to libintl.h
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/intl-compat.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/bindtextdom.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/dcgettext.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/dgettext.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/gettext.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/finddomain.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/loadmsgcat.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/localealias.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/textdomain.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/l10nflist.c
 gcc -c -DLOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\" -DGNULOCALEDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"  -DLOCALE_ALIAS_PATH=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale:.\" -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -g -O2  /house/chastain/gdb/s1/intl/explodename.c
 rm -f libintl.a
 ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o  finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o  explodename.o
 ranlib libintl.a
 make  all-recursive
 Making all in doc
 Making all in po
 file=/house/chastain/gdb/s1/bfd/po/`echo fr | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/bfd/po/fr.po
 file=/house/chastain/gdb/s1/bfd/po/`echo tr | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/bfd/po/tr.po
 file=/house/chastain/gdb/s1/bfd/po/`echo ja | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/bfd/po/ja.po
 file=/house/chastain/gdb/s1/bfd/po/`echo es | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/bfd/po/es.po
 file=/house/chastain/gdb/s1/bfd/po/`echo sv | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/bfd/po/sv.po
 file=/house/chastain/gdb/s1/bfd/po/`echo da | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/bfd/po/da.po
 file=/house/chastain/gdb/s1/bfd/po/`echo zh_CN | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/bfd/po/zh_CN.po
 file=/house/chastain/gdb/s1/bfd/po/`echo ro | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/bfd/po/ro.po
 rm -f bfd-tmp.h
 cp bfd-in3.h bfd-tmp.h
 /bin/sh /house/chastain/gdb/s1/bfd/../move-if-change bfd-tmp.h bfd.h
 rm -f bfd-tmp.h
 touch stmp-bfd-h
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/archive.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/archive.c -o archive.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=ecoffalpha_little_vec -DSELECT_VECS='&ecoffalpha_little_vec' -DSELECT_ARCHITECTURES='&bfd_alpha_arch' -DHAVE_ecoffal pha_little_vec /house/chastain/gdb/s1/bfd/archures.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=ecoffalpha_little_vec "-DSELECT_VECS=&ecoffalpha_little_vec" "-DSELECT_ARCHITECTURES=&bfd_alpha_arch" -DHAVE_ecoffalpha_little_vec /house/chastain/gdb/s1/ bfd/archures.c -o archures.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/bfd.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/bfd.c -o bfd.o
 In file included from /house/chastain/gdb/s1/bfd/bfd.c:206:
 /house/chastain/gdb/s1/include/libiberty.h:80: warning: function declaration isn't a prototype
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/bfdio.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/bfdio.c -o bfdio.o
 /house/chastain/gdb/s1/bfd/bfdio.c: In function `real_ftell':
 /house/chastain/gdb/s1/bfd/bfdio.c:47: warning: implicit declaration of function `ftello'
 /house/chastain/gdb/s1/bfd/bfdio.c: In function `real_fseek':
 /house/chastain/gdb/s1/bfd/bfdio.c:59: warning: implicit declaration of function `fseeko'
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/bfdwin.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/bfdwin.c -o bfdwin.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/cache.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/cache.c -o cache.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/coffgen.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/coffgen.c -o coffgen.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/corefile.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/corefile.c -o corefile.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/format.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/format.c -o format.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/init.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/init.c -o init.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/libbfd.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/libbfd.c -o libbfd.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/opncls.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/opncls.c -o opncls.o
 In file included from /house/chastain/gdb/s1/bfd/opncls.c:28:
 /house/chastain/gdb/s1/include/libiberty.h:80: warning: function declaration isn't a prototype
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/reloc.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/reloc.c -o reloc.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/section.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/section.c -o section.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/syms.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/syms.c -o syms.o
 rm -f targmatch.h
 sed -f /house/chastain/gdb/s1/bfd/targmatch.sed < /house/chastain/gdb/s1/bfd/config.bfd > targmatch.new
 mv -f targmatch.new targmatch.h
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=ecoffalpha_little_vec -DSELECT_VECS='&ecoffalpha_little_vec' -DSELECT_ARCHITECTURES='&bfd_alpha_arch' -DHAVE_ecoffal pha_little_vec /house/chastain/gdb/s1/bfd/targets.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=ecoffalpha_little_vec "-DSELECT_VECS=&ecoffalpha_little_vec" "-DSELECT_ARCHITECTURES=&bfd_alpha_arch" -DHAVE_ecoffalpha_little_vec /house/chastain/gdb/s1/ bfd/targets.c -o targets.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/hash.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/hash.c -o hash.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/linker.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/linker.c -o linker.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/srec.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/srec.c -o srec.o
 In file included from /house/chastain/gdb/s1/bfd/srec.c:110:
 /house/chastain/gdb/s1/include/libiberty.h:80: warning: function declaration isn't a prototype
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/binary.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/binary.c -o binary.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/tekhex.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/tekhex.c -o tekhex.o
 In file included from /house/chastain/gdb/s1/bfd/tekhex.c:73:
 /house/chastain/gdb/s1/include/libiberty.h:80: warning: function declaration isn't a prototype
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/ihex.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/ihex.c -o ihex.o
 In file included from /house/chastain/gdb/s1/bfd/ihex.c:125:
 /house/chastain/gdb/s1/include/libiberty.h:80: warning: function declaration isn't a prototype
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/stabs.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/stabs.c -o stabs.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/stab-syms.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/stab-syms.c -o stab-syms.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/merge.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/merge.c -o merge.o
 In file included from /house/chastain/gdb/s1/bfd/merge.c:28:
 /house/chastain/gdb/s1/include/libiberty.h:80: warning: function declaration isn't a prototype
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/dwarf2.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/dwarf2.c -o dwarf2.o
 In file included from /house/chastain/gdb/s1/bfd/dwarf2.c:34:
 /house/chastain/gdb/s1/include/libiberty.h:80: warning: function declaration isn't a prototype
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/simple.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/simple.c -o simple.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/archive64.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/archive64.c -o archive64.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/coff-alpha.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/coff-alpha.c -o coff-alpha.o
 /house/chastain/gdb/s1/bfd/coff-alpha.c: In function `alpha_adjust_reloc_in':
 /house/chastain/gdb/s1/bfd/coff-alpha.c:671: warning: comparison is always true due to limited range of data type
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/ecoff.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/ecoff.c -o ecoff.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/ecofflink.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/ecofflink.c -o ecofflink.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/cpu-alpha.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/cpu-alpha.c -o cpu-alpha.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include  -I/house/chastain/gdb/s1/bfd/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/osf-core.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/bfd -I. -D_GNU_SOURCE -DOSF_CORE -I. -I/house/chastain/gdb/s1/bfd -I/house/chastain/gdb/s1/bfd/../include -I/house/chastain/gdb/s1/bfd/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/bfd/osf-core.c -o osf-core.o
 rm -f tofiles
 f="";  for i in coff-alpha.lo ecoff.lo ecofflink.lo cpu-alpha.lo osf-core.lo ; do  case " $f " in  *" $i "*) ;;  *) f="$f $i" ;;  esac ;  done ;  echo $f > tofiles
 /bin/sh /house/chastain/gdb/s1/bfd/../move-if-change tofiles ofiles
 touch stamp-ofiles
 /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -o libbfd.la -rpath /house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/lib -release 2.15.91  archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo  cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo  reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo  binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo  simple.lo archive64.lo `cat ofiles`  
 mkdir .libs
 ar cru .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o archive64.o coff-alpha.o ecoff.o ecofflink.o cpu-alpha.o osf-core.o
 ranlib .libs/libbfd.a
 creating libbfd.la
 (cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la)
 libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`;  if [ -f $libtooldir/libbfd.a ]; then  cp $libtooldir/libbfd.a libbfd.tmp;  ranlib libbfd.tmp;  /bin/sh /house/chastain/gdb/s1/bfd/../move-if-change libbfd.tmp libbfd.a;  else true; fi
 touch stamp-lib
 Configuring in opcodes
 creating cache ./config.cache
 checking for Cygwin environment... no
 checking for mingw32 environment... no
 checking host system type... alphaev68-dec-osf5.1
 checking target system type... alphaev68-dec-osf5.1
 checking build system type... alphaev68-dec-osf5.1
 checking for strerror in -lcposix... no
 checking for a BSD compatible install... /house/chastain/gdb/s1/opcodes/../install-sh -c
 checking whether build environment is sane... yes
 checking whether make sets ${MAKE}... yes
 checking for working aclocal-1.4... missing
 checking for working autoconf... missing
 checking for working automake-1.4... missing
 checking for working autoheader... missing
 checking for working makeinfo... found
 checking for ar... ar
 checking for ranlib... ranlib
 checking for gcc... gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether gcc accepts -g... yes
 checking for ld used by GCC... ld
 checking if the linker (ld) is GNU ld... no
 checking for 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... pass_all
 checking for object suffix... o
 checking for executable suffix... no
 checking for ranlib... (cached) ranlib
 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...  -DPIC
 checking if gcc PIC flag  -DPIC works... yes
 checking if gcc static flag -static works... yes
 finding the maximum length of command line arguments... 24577
 checking if gcc supports -c -o file.o... yes
 checking if gcc supports -fno-rtti -fno-exceptions ... no
 checking whether the linker (ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... no
 checking dynamic linker characteristics... osf5.1 ld.so
 checking command to parse nm output... failed
 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
 loading cache ./config.cache
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking whether to install libbfd... yes
 checking for executable suffix... (cached) no
 checking for gcc... (cached) gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking how to run the C preprocessor... gcc -E
 checking for ranlib... (cached) ranlib
 checking for ANSI C header files... yes
 checking for working const... yes
 checking for inline... inline
 checking for off_t... yes
 checking for size_t... yes
 checking for working alloca.h... yes
 checking for alloca... yes
 checking for stdlib.h... yes
 checking for unistd.h... yes
 checking for sys/stat.h... yes
 checking for sys/types.h... yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking for argz.h... no
 checking for limits.h... yes
 checking for locale.h... yes
 checking for nl_types.h... yes
 checking for malloc.h... yes
 checking for string.h... yes
 checking for unistd.h... (cached) yes
 checking for values.h... 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... no
 checking for __argz_stringify... no
 checking for __argz_next... no
 checking for stpcpy... no
 checking for LC_MESSAGES... yes
 checking whether NLS is requested... yes
 checking whether included gettext is requested... no
 checking for libintl.h... yes
 checking for gettext in libc... no
 checking for bindtextdomain in -lintl... yes
 checking for gettext in libintl... no
 checking for msgfmt... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt
 checking for gmsgfmt... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt
 checking for xgettext... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/xgettext
 checking for catalogs to be installed...  fr sv tr es da de id pt_BR ro nl
 checking for a BSD compatible install... /house/chastain/gdb/s1/opcodes/../install-sh -c
 checking for string.h... (cached) yes
 checking for strings.h... yes
 checking for stdlib.h... (cached) yes
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating po/Makefile.in
 creating config.h
 make  all-recursive
 Making all in po
 file=/house/chastain/gdb/s1/opcodes/po/`echo fr | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/fr.po
 file=/house/chastain/gdb/s1/opcodes/po/`echo sv | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/sv.po
 file=/house/chastain/gdb/s1/opcodes/po/`echo tr | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/tr.po
 file=/house/chastain/gdb/s1/opcodes/po/`echo es | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/es.po
 file=/house/chastain/gdb/s1/opcodes/po/`echo da | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/da.po
 file=/house/chastain/gdb/s1/opcodes/po/`echo de | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/de.po
 file=/house/chastain/gdb/s1/opcodes/po/`echo id | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/id.po
 file=/house/chastain/gdb/s1/opcodes/po/`echo pt_BR | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/pt_BR.po
 file=/house/chastain/gdb/s1/opcodes/po/`echo ro | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/ro.po
 file=/house/chastain/gdb/s1/opcodes/po/`echo nl | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt -o $file /house/chastain/gdb/s1/opcodes/po/nl.po
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd  -I/house/chastain/gdb/s1/opcodes/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/opcodes/dis-buf.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd -I/house/chastain/gdb/s1/opcodes/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/opcodes/dis-buf.c -o dis-buf.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd  -I/house/chastain/gdb/s1/opcodes/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c  -DARCH_alpha /house/chastain/gdb/s1/opcodes/disassemble.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd -I/house/chastain/gdb/s1/opcodes/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DARCH_alpha /house/chastain/gdb/s1/opcodes/disassemble.c -o disassemble.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd  -I/house/chastain/gdb/s1/opcodes/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/opcodes/dis-init.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd -I/house/chastain/gdb/s1/opcodes/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/opcodes/dis-init.c -o dis-init.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd  -I/house/chastain/gdb/s1/opcodes/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/opcodes/alpha-dis.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd -I/house/chastain/gdb/s1/opcodes/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/opcodes/alpha-dis.c -o alpha-dis.o
 /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd  -I/house/chastain/gdb/s1/opcodes/../intl -I../intl  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/opcodes/alpha-opc.c
 gcc -DHAVE_CONFIG_H -I. -I/house/chastain/gdb/s1/opcodes -I. -D_GNU_SOURCE -I. -I/house/chastain/gdb/s1/opcodes -I../bfd -I/house/chastain/gdb/s1/opcodes/../include -I/house/chastain/gdb/s1/opcodes/../bfd -I/house/chastain/gdb/s1/opcodes/../intl -I../intl -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c /house/chastain/gdb/s1/opcodes/alpha-opc.c -o alpha-opc.o
 /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -o libopcodes.la -rpath /house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/lib -release 2.15.91  dis-buf.lo disassemble.lo dis-init.lo alpha-dis.lo alpha-opc.lo  
 mkdir .libs
 ar cru .libs/libopcodes.a  dis-buf.o disassemble.o dis-init.o alpha-dis.o alpha-opc.o
 ranlib .libs/libopcodes.a
 creating libopcodes.la
 (cd .libs && rm -f libopcodes.la && ln -s ../libopcodes.la libopcodes.la)
 libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`;  if [ -f $libtooldir/libopcodes.a ]; then  cp $libtooldir/libopcodes.a libopcodes.tmp;  ranlib libopcodes.tmp;  /bin/sh /house/chastain/gdb/s1/opcodes/../move-if-change libopcodes.tmp libopcodes.a;  else true; fi
 touch stamp-lib
 Configuring in etc
 creating cache ./config.cache
 checking for a BSD compatible install... /house/chastain/gdb/s1/etc/../install-sh -c
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 Configuring in mmalloc
 creating cache ./config.cache
 checking for gcc... gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether gcc accepts -g... yes
 checking for a BSD compatible install... /house/chastain/gdb/s1/mmalloc/../install-sh -c
 checking host system type... alphaev68-dec-osf5.1
 checking build system type... alphaev68-dec-osf5.1
 checking for ar... ar
 checking for ranlib... ranlib
 checking how to run the C preprocessor... gcc -E
 checking for unistd.h... yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking for limits.h... yes
 checking for stddef.h... yes
 checking for unistd.h... (cached) yes
 checking whether sbrk must be declared... no
 checking whether getpagesize must be declared... no
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 gcc -c -g -O2 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1  -I. -I/house/chastain/gdb/s1/mmalloc/../include /house/chastain/gdb/s1/mmalloc/mm.c
 In file included from /house/chastain/gdb/s1/mmalloc/mm.c:36:
 /house/chastain/gdb/s1/mmalloc/mmap-sup.c: In function `mmalloc_findbase':
 /house/chastain/gdb/s1/mmalloc/mmap-sup.c:208: warning: cast to pointer from integer of different size
 rm -rf libmmalloc.a
 ar rc libmmalloc.a mm.o
 ranlib libmmalloc.a
 Configuring in readline
 configure: creating cache ./config.cache
 checking build system type... alphaev68-dec-osf5.1
 checking host system type... alphaev68-dec-osf5.1
 
 Beginning configuration for readline-4.3 for alphaev68-dec-osf5.1
 
 checking whether make sets $(MAKE)... yes
 checking for alphaev68-dec-osf5.1-gcc... gcc
 checking for C compiler default output... 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 for egrep... grep -E
 checking for ANSI C header files... yes
 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... no
 checking for unistd.h... yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking whether gcc needs -traditional... no
 checking for a BSD-compatible install... /house/chastain/gdb/s1/readline/../install-sh -c
 checking for ar... ar
 checking for alphaev68-dec-osf5.1-ranlib... ranlib
 checking for an ANSI C-conforming const... yes
 checking for function prototypes... yes
 checking whether char is unsigned... no
 checking return type of signal handlers... void
 checking for size_t... yes
 checking for ssize_t... yes
 checking whether stat file-mode macros are broken... no
 checking for dirent.h that defines DIR... yes
 checking for library containing opendir... none required
 checking for lstat... yes
 checking for memmove... yes
 checking for putenv... yes
 checking for select... yes
 checking for setenv... yes
 checking for setlocale... yes
 checking for strcasecmp... yes
 checking for strpbrk... yes
 checking for tcgetattr... yes
 checking for vsnprintf... yes
 checking for isascii... yes
 checking for isxdigit... yes
 checking for working strcoll... yes
 checking for unistd.h... (cached) yes
 checking for stdlib.h... (cached) yes
 checking varargs.h usability... no
 checking varargs.h presence... no
 checking for varargs.h... no
 checking stdarg.h usability... yes
 checking stdarg.h presence... yes
 checking for stdarg.h... yes
 checking for string.h... (cached) yes
 checking for strings.h... (cached) yes
 checking limits.h usability... yes
 checking limits.h presence... yes
 checking for limits.h... yes
 checking sys/ptem.h usability... no
 checking sys/ptem.h presence... no
 checking for sys/ptem.h... no
 checking sys/pte.h usability... no
 checking sys/pte.h presence... no
 checking for sys/pte.h... no
 checking sys/stream.h usability... yes
 checking sys/stream.h presence... yes
 checking for sys/stream.h... yes
 checking sys/select.h usability... yes
 checking sys/select.h presence... yes
 checking for sys/select.h... yes
 checking termcap.h usability... no
 checking termcap.h presence... no
 checking for termcap.h... no
 checking termios.h usability... yes
 checking termios.h presence... yes
 checking for termios.h... yes
 checking termio.h usability... yes
 checking termio.h presence... yes
 checking for termio.h... yes
 checking sys/file.h usability... yes
 checking sys/file.h presence... yes
 checking for sys/file.h... yes
 checking locale.h usability... yes
 checking locale.h presence... yes
 checking for locale.h... yes
 checking for memory.h... (cached) yes
 checking for type of signal functions... posix
 checking if signal handlers must be reinstalled when invoked... no
 checking for presence of POSIX-style sigsetjmp/siglongjmp... present
 checking for lstat... yes
 checking whether or not strcoll and strcmp differ... no
 checking whether getpw functions are declared in pwd.h... yes
 checking whether termios.h defines TIOCGWINSZ... no
 checking whether sys/ioctl.h defines TIOCGWINSZ... yes
 checking whether signal handlers are of type void... yes
 checking for TIOCSTAT in sys/ioctl.h... no
 checking for FIONREAD in sys/ioctl.h... yes
 checking for speed_t in sys/types.h... no
 checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
 checking if struct dirent has a d_ino member... yes
 checking if struct dirent has a d_fileno member... yes
 checking for tgetent in -ltermcap... yes
 checking which library has the termcap functions... using libtermcap
 checking wctype.h usability... yes
 checking wctype.h presence... yes
 checking for wctype.h... yes
 checking wchar.h usability... yes
 checking wchar.h presence... yes
 checking for wchar.h... yes
 checking langinfo.h usability... yes
 checking langinfo.h presence... yes
 checking for langinfo.h... yes
 checking for mbrtowc... yes
 checking for mbsrtowcs... yes
 checking for wcwidth... yes
 checking for mbstate_t... yes
 checking for nl_langinfo and CODESET... yes
 checking configuration for building shared libraries... supported
 updating cache ./config.cache
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating doc/Makefile
 config.status: creating examples/Makefile
 config.status: creating shlib/Makefile
 config.status: creating config.h
 config.status: executing default commands
 rm -f readline.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/readline.c
 rm -f vi_mode.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/vi_mode.c
 rm -f funmap.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/funmap.c
 rm -f keymaps.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/keymaps.c
 rm -f parens.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/parens.c
 rm -f search.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/search.c
 rm -f rltty.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/rltty.c
 rm -f complete.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/complete.c
 rm -f bind.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/bind.c
 /house/chastain/gdb/s1/readline/bind.c: In function `rl_function_of_keyseq':
 /house/chastain/gdb/s1/readline/bind.c:584: warning: comparison is always true due to limited range of data type
 rm -f isearch.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/isearch.c
 rm -f display.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/display.c
 /house/chastain/gdb/s1/readline/display.c: In function `rl_character_len':
 /house/chastain/gdb/s1/readline/display.c:1697: warning: comparison is always true due to limited range of data type
 rm -f signals.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/signals.c
 rm -f util.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/util.c
 rm -f kill.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/kill.c
 rm -f undo.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/undo.c
 rm -f macro.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/macro.c
 rm -f input.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/input.c
 rm -f callback.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/callback.c
 rm -f terminal.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/terminal.c
 rm -f text.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/text.c
 rm -f nls.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/nls.c
 rm -f misc.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/misc.c
 rm -f compat.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/compat.c
 rm -f xmalloc.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/xmalloc.c
 rm -f history.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/history.c
 rm -f histexpand.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/histexpand.c
 /house/chastain/gdb/s1/readline/histexpand.c: In function `get_history_event':
 /house/chastain/gdb/s1/readline/histexpand.c:214: warning: passing arg 1 of `_rl_adjust_point' discards qualifiers from pointer target type
 /house/chastain/gdb/s1/readline/histexpand.c:215: warning: passing arg 1 of `_rl_get_char_len' discards qualifiers from pointer target type
 rm -f histfile.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/histfile.c
 rm -f histsearch.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/histsearch.c
 rm -f shell.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/shell.c
 rm -f mbutil.o
 gcc -c -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 /house/chastain/gdb/s1/readline/mbutil.c
 rm -f tilde.o
 gcc -DHAVE_CONFIG_H  -I/tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/ncurses-5.4/include -I. -I/house/chastain/gdb/s1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 -DREADLINE_LIBRARY -c /house/chastain/gdb/s1/readline/tilde.c
 rm -f libreadline.a
 ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o  rltty.o complete.o bind.o isearch.o display.o signals.o  util.o kill.o undo.o macro.o input.o callback.o terminal.o  text.o nls.o misc.o compat.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o  
 test -n "ranlib" && ranlib libreadline.a
 rm -f libhistory.a
 ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o
 test -n "ranlib" && ranlib libhistory.a
 Configuring in sim
 creating cache ./config.cache
 checking for gcc... gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether gcc accepts -g... yes
 checking for a BSD compatible install... /house/chastain/gdb/s1/sim/../install-sh -c
 checking host system type... alphaev68-dec-osf5.1
 checking build system type... alphaev68-dec-osf5.1
 checking for ar... ar
 checking for ranlib... ranlib
 checking host system type... alphaev68-dec-osf5.1
 checking target system type... alphaev68-dec-osf5.1
 checking build system type... alphaev68-dec-osf5.1
 checking for gcc... (cached) gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... (cached) yes
 checking whether gcc accepts -g... (cached) yes
 checking for ranlib... (cached) ranlib
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 Configuring in gdb
 creating cache ./config.cache
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for gcc... gcc
 checking whether the C compiler (gcc -g -O2 ) works... yes
 checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether gcc accepts -g... yes
 checking how to run the C preprocessor... gcc -E
 checking for AIX... no
 checking for POSIXized ISC... no
 checking for gcc option to accept ANSI C... none needed
 checking host system type... alphaev68-dec-osf5.1
 checking target system type... alphaev68-dec-osf5.1
 checking build system type... alphaev68-dec-osf5.1
 checking for ranlib... ranlib
 checking whether make sets ${MAKE}... yes
 checking for ranlib... (cached) ranlib
 checking for ANSI C header files... yes
 checking for working const... yes
 checking for inline... inline
 checking for off_t... yes
 checking for size_t... yes
 checking for working alloca.h... yes
 checking for alloca... yes
 checking for unistd.h... yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking for argz.h... no
 checking for limits.h... yes
 checking for locale.h... yes
 checking for nl_types.h... yes
 checking for malloc.h... yes
 checking for string.h... yes
 checking for unistd.h... (cached) yes
 checking for values.h... 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... no
 checking for __argz_stringify... no
 checking for __argz_next... no
 checking for stpcpy... no
 checking for LC_MESSAGES... yes
 checking whether NLS is requested... yes
 checking whether included gettext is requested... no
 checking for libintl.h... yes
 checking for gettext in libc... no
 checking for bindtextdomain in -lintl... yes
 checking for gettext in libintl... no
 checking for msgfmt... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt
 checking for gmsgfmt... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/msgfmt
 checking for xgettext... /tmp/chastain/install/alphaev68-dec-osf5.1/vanilla/host/gettext-0.14.1/bin/xgettext
 checking for libunwind.h... no
 checking for libunwind-ia64.h... no
 checking for monstartup... no
 checking for _mcleanup... no
 checking for _etext... yes
 checking for mawk... no
 checking for gawk... no
 checking for nawk... nawk
 checking for a BSD compatible install... /house/chastain/gdb/s1/gdb/../install-sh -c
 checking whether ln -s works... yes
 checking for ranlib... (cached) ranlib
 checking for bison... no
 checking for byacc... no
 checking for ar... ar
 checking for dlltool... dlltool
 checking for windres... windres
 checking for mig... mig
 checking for main in -lm... yes
 checking for wctype... yes
 checking for library containing gethostbyname... none required
 checking for library containing socketpair... none required
 checking for library containing tgetent... -ltermcap
 checking for library containing initscr... -lncurses
 checking for library containing wborder... none required
 checking for dirent.h that defines DIR... yes
 checking for opendir in -ldir... no
 checking whether stat file-mode macros are broken... no
 checking for ANSI C header files... (cached) yes
 checking for link.h... no
 checking for machine/reg.h... yes
 checking for nlist.h... yes
 checking for poll.h... yes
 checking for sys/poll.h... yes
 checking for proc_service.h... no
 checking for thread_db.h... no
 checking for gnu/libc-version.h... no
 checking for stddef.h... yes
 checking for stdlib.h... yes
 checking for stdint.h... no
 checking for string.h... (cached) yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for sys/fault.h... yes
 checking for sys/file.h... yes
 checking for sys/filio.h... no
 checking for sys/ioctl.h... yes
 checking for sys/param.h... (cached) yes
 checking for sys/proc.h... yes
 checking for sys/procfs.h... yes
 checking for sys/ptrace.h... yes
 checking for ptrace.h... no
 checking for sys/reg.h... no
 checking for sys/debugreg.h... no
 checking for sys/select.h... yes
 checking for sys/syscall.h... yes
 checking for sys/user.h... yes
 checking for sys/wait.h... yes
 checking for wait.h... yes
 checking for termios.h... yes
 checking for termio.h... yes
 checking for sgtty.h... yes
 checking for unistd.h... (cached) yes
 checking for curses.h... yes
 checking for ncurses.h... no
 checking for term.h... yes
 checking for ctype.h... yes
 checking for time.h... yes
 checking for member st_blocks in struct stat... yes
 checking whether getopt is declared... no
 checking return type of signal handlers... void
 checking for working const... (cached) yes
 checking for inline... (cached) inline
 checking for working alloca.h... (cached) yes
 checking for alloca... (cached) yes
 checking for unistd.h... (cached) yes
 checking for getpagesize... (cached) yes
 checking for working mmap... (cached) yes
 checking for pid_t... yes
 checking for vfork.h... no
 checking for working vfork... yes
 checking for canonicalize_file_name... no
 checking for realpath... yes
 checking for poll... yes
 checking for pread64... no
 checking for sbrk... yes
 checking for setpgid... yes
 checking for setpgrp... yes
 checking for sigaction... yes
 checking for sigprocmask... yes
 checking for sigsetmask... yes
 checking for socketpair... yes
 checking for syscall... yes
 checking whether setpgrp takes no argument... no
 checking for sigsetjmp... yes
 checking for GNU regex... no
 checking for struct reg in machine/reg.h... no
 checking for r_fs in struct reg... no
 checking for r_gs in struct reg... no
 checking for PTRACE_GETREGS... no
 checking for PTRACE_GETFPXREGS... no
 checking for PT_GETDBREGS... no
 checking for PT_GETXMMREGS... no
 checking for uintptr_t in stdint.h... no
 checking whether malloc must be declared... no
 checking whether realloc must be declared... no
 checking whether free must be declared... no
 checking whether strerror must be declared... no
 checking whether strdup must be declared... no
 checking whether strstr must be declared... no
 checking whether canonicalize_file_name must be declared... yes
 checking for HPUX save_state structure... no
 checking for pstatus_t in sys/procfs.h... no
 checking for prrun_t in sys/procfs.h... yes
 checking for gregset_t in sys/procfs.h... yes
 checking for fpregset_t in sys/procfs.h... yes
 checking for prgregset_t in sys/procfs.h... no
 checking for prfpregset_t in sys/procfs.h... no
 checking for prgregset32_t in sys/procfs.h... no
 checking for prfpregset32_t in sys/procfs.h... no
 checking for lwpid_t in sys/procfs.h... no
 checking for psaddr_t in sys/procfs.h... no
 checking for prsysent_t in sys/procfs.h... no
 checking for pr_sigset_t in sys/procfs.h... no
 checking for pr_sigaction64_t in sys/procfs.h... no
 checking for pr_siginfo64_t in sys/procfs.h... no
 checking for PIOCSET ioctl entry in sys/procfs.h... yes
 checking for member l_addr in struct link_map... no
 checking for member lm_addr in struct link_map... no
 checking for member som_addr in struct so_map... no
 checking for struct link_map32 in sys/link.h... no
 checking for long long support in compiler... yes
 checking for long long support in printf... yes
 checking for long double support in compiler... yes
 checking for long double support in printf... yes
 checking for long double support in scanf... yes
 checking whether <sys/syscall.h> has __NR_tkill... no
 checking compiler warning flags...  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function
 checking for cygwin... no
 checking for X... libraries , headers 
 checking whether gdbserver is supported on this host... no
 checking for Cygwin environment... no
 checking for mingw32 environment... no
 checking for executable suffix... no
 checking for iconv... no, consider installing GNU libiconv
 updating cache ./config.cache
 creating ./config.status
 creating Makefile
 creating .gdbinit
 creating config.h
 linking /house/chastain/gdb/s1/gdb/config/alpha/xm-alphaosf.h to xm.h
 linking /house/chastain/gdb/s1/gdb/config/alpha/tm-alpha.h to tm.h
 linking /house/chastain/gdb/s1/gdb/config/alpha/nm-osf3.h to nm.h
 configuring in doc
 running /bin/sh /house/chastain/gdb/s1/gdb/doc/configure  --build=alphaev68-dec-osf5.1 --host=alphaev68-dec-osf5.1 --target=alphaev68-dec-osf5.1 --with-stabs --prefix=/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none --program-transform-name=s,y,y, --cache-file=.././config.cache --srcdir=/house/chastain/gdb/s1/gdb/doc
 loading cache .././config.cache
 checking for a BSD compatible install... /house/chastain/gdb/s1/gdb/doc/../../install-sh -c
 checking whether ln -s works... (cached) yes
 creating ./config.status
 creating Makefile
 configuring in testsuite
 running /bin/sh /house/chastain/gdb/s1/gdb/testsuite/configure  --build=alphaev68-dec-osf5.1 --host=alphaev68-dec-osf5.1 --target=alphaev68-dec-osf5.1 --with-stabs --prefix=/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none --program-transform-name=s,y,y, --cache-file=.././config.cache --srcdir=/house/chastain/gdb/s1/gdb/testsuite
 loading cache .././config.cache
 checking build system type... alphaev68-dec-osf5.1
 checking host system type... alphaev68-dec-osf5.1
 checking target system type... alphaev68-dec-osf5.1
 checking how to run the C preprocessor... (cached) gcc -E
 checking for pthread.h... no
 checking for Cygwin environment... (cached) no
 checking for mingw32 environment... (cached) no
 checking for executable suffix... (cached) no
 updating cache .././config.cache
 creating ./config.status
 creating Makefile
 creating gdb.ada/Makefile
 creating gdb.ada/gnat_ada.gpr
 creating gdb.arch/Makefile
 creating gdb.asm/Makefile
 creating gdb.base/Makefile
 creating gdb.cp/Makefile
 creating gdb.disasm/Makefile
 creating gdb.java/Makefile
 creating gdb.mi/Makefile
 creating gdb.objc/Makefile
 creating gdb.threads/Makefile
 creating gdb.trace/Makefile
 configuring in gdb.stabs
 running /bin/sh /house/chastain/gdb/s1/gdb/testsuite/gdb.stabs/configure  --build=alphaev68-dec-osf5.1 --host=alphaev68-dec-osf5.1 --target=alphaev68-dec-osf5.1 --with-stabs --prefix=/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none --program-transform-name=s,y,y, --cache-file=../.././config.cache --srcdir=/house/chastain/gdb/s1/gdb/testsuite/gdb.stabs
 loading cache ../.././config.cache
 checking host system type... alphaev68-dec-osf5.1
 checking target system type... alphaev68-dec-osf5.1
 checking build system type... alphaev68-dec-osf5.1
 creating ./config.status
 creating Makefile
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/gdb.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/alpha-tdep.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/alpha-osf1-tdep.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/alpha-mdebug-tdep.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/ser-unix.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/ser-pipe.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/ser-tcp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/infptrace.c
 /house/chastain/gdb/s1/gdb/infptrace.c: In function `call_ptrace':
 /house/chastain/gdb/s1/gdb/infptrace.c:174: warning: implicit declaration of function `ptrace'
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/inftarg.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/corelow.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/alpha-nat.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/fork-child.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/solib-osf.c
 /house/chastain/gdb/s1/gdb/solib-osf.c: In function `osf_current_sos':
 /house/chastain/gdb/s1/gdb/solib-osf.c:557: warning: label `done' defined but not used
 /house/chastain/gdb/s1/gdb/solib-osf.c:524: warning: `tail' might be used uninitialized in this function
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/solib.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/procfs.c
 /house/chastain/gdb/s1/gdb/procfs.c: In function `create_procinfo':
 /house/chastain/gdb/s1/gdb/procfs.c:685: warning: `parent' might be used uninitialized in this function
 /house/chastain/gdb/s1/gdb/procfs.c: In function `dead_procinfo':
 /house/chastain/gdb/s1/gdb/procfs.c:836: warning: format not a string literal and no format arguments
 /house/chastain/gdb/s1/gdb/procfs.c: In function `info_mappings_callback':
 /house/chastain/gdb/s1/gdb/procfs.c:5578: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/procfs.c: In function `info_proc_mappings':
 /house/chastain/gdb/s1/gdb/procfs.c:5608: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/procfs.c: At top level:
 /house/chastain/gdb/s1/gdb/procfs.c:2862: warning: `procfs_address_to_host_pointer' defined but not used
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/proc-api.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/proc-events.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/proc-flags.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/proc-why.c
 /house/chastain/gdb/s1/gdb/proc-why.c: In function `proc_prettyfprint_why':
 /house/chastain/gdb/s1/gdb/proc-why.c:157: warning: int format, different type arg (arg 3)
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/remote.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/dcache.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/remote-utils.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tracepoint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/ax-general.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/ax-gdb.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/remote-fileio.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cli/cli-dump.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cli/cli-decode.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cli/cli-script.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cli/cli-cmds.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cli/cli-setshow.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cli/cli-utils.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cli/cli-logging.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cli/cli-interp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-out.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-console.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-cmds.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-cmd-env.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-cmd-var.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-cmd-break.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-cmd-stack.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-cmd-file.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-cmd-disas.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-symbol-cmds.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-interp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-main.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-parse.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mi/mi-getopt.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-command.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-data.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-disasm.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-file.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-hooks.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-interp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-io.c
 /house/chastain/gdb/s1/gdb/tui/tui-io.c: In function `tui_getc':
 /house/chastain/gdb/s1/gdb/tui/tui-io.c:674: warning: implicit declaration of function `napms'
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-layout.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-out.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-regs.c
 /house/chastain/gdb/s1/gdb/tui/tui-regs.c: In function `tui_display_register':
 /house/chastain/gdb/s1/gdb/tui/tui-regs.c:537: warning: implicit declaration of function `waddstr'
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-source.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-stack.c
 /house/chastain/gdb/s1/gdb/tui/tui-stack.c: In function `tui_show_locator_content':
 /house/chastain/gdb/s1/gdb/tui/tui-stack.c:258: warning: implicit declaration of function `waddstr'
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-win.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-windata.c
 /house/chastain/gdb/s1/gdb/tui/tui-windata.c: In function `tui_erase_data_content':
 /house/chastain/gdb/s1/gdb/tui/tui-windata.c:122: warning: implicit declaration of function `mvwaddstr'
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-wingeneral.c
 /house/chastain/gdb/s1/gdb/tui/tui-wingeneral.c: In function `box_win':
 /house/chastain/gdb/s1/gdb/tui/tui-wingeneral.c:97: warning: implicit declaration of function `wborder'
 /house/chastain/gdb/s1/gdb/tui/tui-wingeneral.c:102: warning: implicit declaration of function `mvwaddstr'
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tui/tui-winsource.c
 /house/chastain/gdb/s1/gdb/tui/tui-winsource.c: In function `tui_erase_source_content':
 /house/chastain/gdb/s1/gdb/tui/tui-winsource.c:240: warning: implicit declaration of function `mvwaddstr'
 /bin/sh /house/chastain/gdb/s1/gdb/../ylwrap "yacc" /house/chastain/gdb/s1/gdb/c-exp.y y.tab.c c-exp.c.tmp -- 
 
 conflicts: 15 shift/reduce, 15 reduce/reduce
 sed -e '/extern.*malloc/d'  -e '/extern.*realloc/d'  -e '/extern.*free/d'  -e '/include.*malloc.h/d'  -e 's/malloc/xmalloc/g'  -e 's/realloc/xrealloc/g'  -e '/^#line.*y.tab.c/d'  < c-exp.c.tmp > c-exp.c.new
 rm c-exp.c.tmp
 mv c-exp.c.new ./c-exp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  c-exp.c
 /house/chastain/gdb/s1/gdb/c-exp.y: In function `c_parse':
 /house/chastain/gdb/s1/gdb/c-exp.y:2657: warning: label `yyerrlab' defined but not used
 /house/chastain/gdb/s1/gdb/c-exp.y:2484: warning: label `yynewstate' defined but not used
 /bin/sh /house/chastain/gdb/s1/gdb/../ylwrap "yacc" /house/chastain/gdb/s1/gdb/objc-exp.y y.tab.c objc-exp.c.tmp -- 
 
 conflicts: 5 shift/reduce
 sed -e '/extern.*malloc/d'  -e '/extern.*realloc/d'  -e '/extern.*free/d'  -e '/include.*malloc.h/d'  -e 's/malloc/xmalloc/g'  -e 's/realloc/xrealloc/g'  -e '/^#line.*y.tab.c/d'  < objc-exp.c.tmp > objc-exp.c.new
 rm objc-exp.c.tmp
 mv objc-exp.c.new ./objc-exp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  objc-exp.c
 /house/chastain/gdb/s1/gdb/objc-exp.y: In function `objc_parse':
 /house/chastain/gdb/s1/gdb/objc-exp.y:2637: warning: label `yyerrlab' defined but not used
 /house/chastain/gdb/s1/gdb/objc-exp.y:2464: warning: label `yynewstate' defined but not used
 /bin/sh /house/chastain/gdb/s1/gdb/../ylwrap "yacc" /house/chastain/gdb/s1/gdb/jv-exp.y y.tab.c jv-exp.c.tmp -- 
 sed -e '/extern.*malloc/d'  -e '/extern.*realloc/d'  -e '/extern.*free/d'  -e '/include.*malloc.h/d'  -e 's/malloc/xmalloc/g'  -e 's/realloc/xrealloc/g'  -e '/^#line.*y.tab.c/d'  < jv-exp.c.tmp > jv-exp.c.new
 rm jv-exp.c.tmp
 mv jv-exp.c.new ./jv-exp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  jv-exp.c
 /house/chastain/gdb/s1/gdb/jv-exp.y: In function `java_parse':
 /house/chastain/gdb/s1/gdb/jv-exp.y:2191: warning: label `yyerrlab' defined but not used
 /house/chastain/gdb/s1/gdb/jv-exp.y:2018: warning: label `yynewstate' defined but not used
 /bin/sh /house/chastain/gdb/s1/gdb/../ylwrap "yacc" /house/chastain/gdb/s1/gdb/f-exp.y y.tab.c f-exp.c.tmp -- 
 4 rules never reduced
 sed -e '/extern.*malloc/d'  -e '/extern.*realloc/d'  -e '/extern.*free/d'  -e '/include.*malloc.h/d'  -e 's/malloc/xmalloc/g'  -e 's/realloc/xrealloc/g'  -e '/^#line.*y.tab.c/d'  < f-exp.c.tmp > f-exp.c.new
 rm f-exp.c.tmp
 mv f-exp.c.new ./f-exp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  f-exp.c
 /house/chastain/gdb/s1/gdb/f-exp.y: In function `f_parse':
 /house/chastain/gdb/s1/gdb/f-exp.y:1818: warning: label `yyerrlab' defined but not used
 /house/chastain/gdb/s1/gdb/f-exp.y:1645: warning: label `yynewstate' defined but not used
 /bin/sh /house/chastain/gdb/s1/gdb/../ylwrap "yacc" /house/chastain/gdb/s1/gdb/m2-exp.y y.tab.c m2-exp.c.tmp -- 
 sed -e '/extern.*malloc/d'  -e '/extern.*realloc/d'  -e '/extern.*free/d'  -e '/include.*malloc.h/d'  -e 's/malloc/xmalloc/g'  -e 's/realloc/xrealloc/g'  -e '/^#line.*y.tab.c/d'  < m2-exp.c.tmp > m2-exp.c.new
 rm m2-exp.c.tmp
 mv m2-exp.c.new ./m2-exp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  m2-exp.c
 /house/chastain/gdb/s1/gdb/m2-exp.y: In function `m2_parse':
 /house/chastain/gdb/s1/gdb/m2-exp.y:1839: warning: label `yyerrlab' defined but not used
 /house/chastain/gdb/s1/gdb/m2-exp.y:1666: warning: label `yynewstate' defined but not used
 /bin/sh /house/chastain/gdb/s1/gdb/../ylwrap "yacc" /house/chastain/gdb/s1/gdb/p-exp.y y.tab.c p-exp.c.tmp -- 
 sed -e '/extern.*malloc/d'  -e '/extern.*realloc/d'  -e '/extern.*free/d'  -e '/include.*malloc.h/d'  -e 's/malloc/xmalloc/g'  -e 's/realloc/xrealloc/g'  -e '/^#line.*y.tab.c/d'  < p-exp.c.tmp > p-exp.c.new
 rm p-exp.c.tmp
 mv p-exp.c.new ./p-exp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  p-exp.c
 /house/chastain/gdb/s1/gdb/p-exp.y: In function `pascal_parse':
 /house/chastain/gdb/s1/gdb/p-exp.y:2254: warning: label `yyerrlab' defined but not used
 /house/chastain/gdb/s1/gdb/p-exp.y:2081: warning: label `yynewstate' defined but not used
 rm -f version.c-tmp version.c
 echo '#include "version.h"' >> version.c-tmp
 echo 'const char version[] = "'"`sed q /house/chastain/gdb/s1/gdb/version.in`"'";' >> version.c-tmp
 echo 'const char host_name[] = "alphaev68-dec-osf5.1";' >> version.c-tmp
 echo 'const char target_name[] = "alphaev68-dec-osf5.1";' >> version.c-tmp
 mv version.c-tmp version.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  version.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/annotate.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/auxv.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/bfd-target.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/blockframe.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/breakpoint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/findvar.c
 /house/chastain/gdb/s1/gdb/observer.sh h /house/chastain/gdb/s1/gdb/doc/observer.texi observer.h
 Creating observer.h-tmp
 Moving observer.h-tmp to observer.h
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/regcache.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/charset.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/disasm.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/dummy-frame.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/source.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/values.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/eval.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/valops.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/valarith.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/valprint.c
 /house/chastain/gdb/s1/gdb/valprint.c: In function `print_longest':
 /house/chastain/gdb/s1/gdb/valprint.c:328: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/valprint.c:337: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/valprint.c:343: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/valprint.c:346: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/valprint.c:349: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/valprint.c:352: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/valprint.c:355: warning: format not a string literal, argument types not checked
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/printcmd.c
 /house/chastain/gdb/s1/gdb/printcmd.c: In function `printf_command':
 /house/chastain/gdb/s1/gdb/printcmd.c:1964: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/printcmd.c:1970: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/printcmd.c:1977: warning: format not a string literal, argument types not checked
 /house/chastain/gdb/s1/gdb/printcmd.c:1987: warning: format not a string literal, argument types not checked
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/block.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/symtab.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/symfile.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/symmisc.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/linespec.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/dictionary.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/infcall.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/infcmd.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/infrun.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/expprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/environ.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/stack.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/thread.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/interps.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  -DTARGET_SYSTEM_ROOT=\"\"  -DBINDIR=\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/bin\" /house/chastain/gdb/s1/gdb/main.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/macrotab.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/macrocmd.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/macroexp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/macroscope.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/event-loop.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/event-top.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/inf-loop.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/completer.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/gdbarch.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/arch-utils.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/gdbtypes.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/osabi.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/copying.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/memattr.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mem-break.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/target.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/parse.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/language.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/buildsym.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/std-regs.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/signals/signals.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/kod.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/kod-cisco.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/gdb-events.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/exec.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/bcache.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/objfiles.c
 /house/chastain/gdb/s1/gdb/observer.sh inc /house/chastain/gdb/s1/gdb/doc/observer.texi observer.inc
 Creating observer.inc-tmp
 Moving observer.inc-tmp to observer.inc
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/observer.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/minsyms.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/maint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/demangle.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/dbxread.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/coffread.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/coff-pe-read.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/elfread.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/dwarfread.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/dwarf2read.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mipsread.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/stabsread.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/corefile.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/dwarf2expr.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/dwarf2loc.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/dwarf2-frame.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/c-lang.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/f-lang.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/objc-lang.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/ui-out.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cli-out.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/varobj.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/wrapper.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/jv-lang.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/jv-valprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/jv-typeprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/m2-lang.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/p-lang.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/p-typeprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/p-valprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/scm-exp.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/scm-lang.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/scm-valprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/sentinel-frame.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/complaints.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/typeprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/c-typeprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/f-typeprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/m2-typeprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/c-valprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cp-valprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/f-valprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/m2-valprint.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/nlmread.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/serial.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/mdebugread.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/top.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/utils.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/ui-file.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/user-regs.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/frame.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/frame-unwind.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/doublest.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/frame-base.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/gnu-v2-abi.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/gnu-v3-abi.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/hpacc-abi.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cp-abi.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cp-support.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/cp-namespace.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/reggroups.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/trad-frame.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/tramp-frame.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  /house/chastain/gdb/s1/gdb/inflow.c
 Making init.c
 gcc -c -g -O2     -I. -I/house/chastain/gdb/s1/gdb -I/house/chastain/gdb/s1/gdb/config -DLOCALEDIR="\"/house/chastain/gdb/install/alphaev68-dec-osf5.1/s1-blank-gcc-none/share/locale\"" -DHAVE_CONFIG_H -I/house/chastain/gdb/s1/gdb/../include/opcode -I/house/chastain/gdb/s1/gdb/../readline/..  -I../bfd -I/house/chastain/gdb/s1/gdb/../bfd -I/house/chastain/gdb/s1/gdb/../include  -I../intl -I/house/chastain/gdb/s1/gdb/../intl  -DMI_OUT=1 -DTUI=1  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparent heses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  init.c
 rm -f libgdb.a
 ar q libgdb.a alpha-tdep.o alpha-osf1-tdep.o alpha-mdebug-tdep.o ser-unix.o ser-pipe.o ser-tcp.o infptrace.o inftarg.o corelow.o alpha-nat.o fork-child.o  solib-osf.o solib.o procfs.o proc-api.o proc-events.o proc-flags.o  proc-why.o  remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o  cli-dump.o  cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o  cli-logging.o  cli-interp.o mi-out.o mi-console.o  mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack. o  mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o  mi-interp.o  mi-main.o mi-parse.o mi-getopt.o tui-command.o  tui-data.o  tui-disasm.o  tui-file.o tui.o  tui-hooks.o  tui-interp.o  tui-io.o  tui-layout.o  tui-out.o  tui-regs.o  tui-source.o  tui-stack.o  tui-win.o  tui-windata.o  tui-wingeneral.o  tui-winsource.o c-exp.o  objc-exp.o  jv-exp.o  f-exp.o m2-exp.o p-exp.o  version.o  annotate.o  auxv.o  bfd-target.o  blockframe.o breakpoint.o findvar.o regcache.o  charset.o dis
  asm.o dummy-frame.o  source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o  block.o symtab.o symfile.o symmisc.o linespec.o dictionary.o  infcall.o  infcmd.o infrun.o  expprint.o environ.o stack.o thread.o  interps.o  main.o  macrotab.o macrocmd.o macroexp.o macroscope.o  event-loop.o event-top.o inf-loop.o completer.o  gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o  memattr.o mem-break.o target.o parse.o language.o buildsym.o  std-regs.o  signals.o  kod.o kod-cisco.o  gdb-events.o  exec .o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o  dbxread.o coffread.o coff-pe-read.o elfread.o  dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o  dwarf2expr.o dwarf2loc.o dwarf2-frame.o  c-lang.o f-lang.o objc-lang.o  ui-out.o cli-out.o  varobj.o wrapper.o  jv-lang.o jv-valprint.o jv-typeprint.o  m2-lang.o p-lang.o p-typeprint.o p-valprint.o  scm-exp.o scm-lang.o scm-valprint.o  sentinel-frame.o  complaints.o typeprint.o  c-typeprint.o f-typeprint.o 
  m2-typeprint.o  c-valprint.o cp-valprint.o f-valprint.o m2-valprint.o  nlmread.o serial.o mdebugread.o top.o utils.o  ui-file.o  user-regs.o  frame.o frame-unwind.o doublest.o  frame-base.o  gnu-v2-abi.o gnu-v3-abi.o hpacc-abi.o cp-abi.o cp-support.o  cp-namespace.o  reggroups.o  trad-frame.o  tramp-frame.o inflow.o    init.o
 ar: Warning: creating libgdb.a
 ranlib libgdb.a
 rm -f gdb
 gcc -g -O2        -o gdb gdb.o libgdb.a     ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ./../intl/libintl.a ../libiberty/libiberty.a      -lncurses -ltermcap -lm     ../libiberty/libiberty.a  
 keypad
 cbreak
 _setecho
 nodelay
 _setnonl
 LINES
 COLS
 def_prog_mode
 def_shell_mode
 stdscr
 _acs_map
 curscr
 getcury
 getcurx
 _ring
 savetty
 resetty
 napms
 collect2: ld returned 1 exit status
 *** Exit 1
 Stop.
 *** Exit 1
 Stop.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]