bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling gdb 5.0 on HP-UX 11.0


From: Tom Wurgler
Subject: Compiling gdb 5.0 on HP-UX 11.0
Date: Wed, 31 Jan 2001 09:34:02 -0500 (EST)

Hi,

I get the following message when trying to compile gdb 5.0.

   [stuff deleted, full output at the end of this message]
   rm -f gdb
   gcc -O2  -D__HP_CURSES      -o gdb main.o libgdb.a    ../bfd/libbfd.a 
../readline/libreadline.a ../opcodes/libopcodes.a ./../intl/libintl.a 
../libiberty/libiberty.a -lHcurses     -lm  ../libiberty/libiberty.a  
   /bin/ld: Unsatisfied symbols:
      dlgetmodinfo (code)
      dlgetname (code)
   collect2: ld returned 1 exit status
   GNUmake: *** [gdb] Error 1
   [gdb]rds294[182]%

System info below.
Any idea why this does this?

Thanks!
Tom

============================================================================
Tom Wurgler                             The Goodyear Tire and Rubber Company
Principal Engineer                      Tire-Vehicle Engineering Technology
Phone:         330-796-1656             Technical Center D/460G            
Fax:           330-796-3292             P.O.Box 3531                       
internet mail: address@hidden    Akron, Ohio 44309-3531             
============================================================================

Here is my system info.
I get the same error when trying to use HP cc.

   [gdb-5.0]rds294[187]% uname -a
   HP-UX rds294 B.11.00 U 9000/785 2000387327 unlimited-user license

   [gdb-5.0]rds294[188]% gcc --version
   2.95.2

   [gdb-5.0]rds294[192]% GNUmake --version
   GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
   Built for hppa2.0w-hp-hpux11.00
   Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
           Free Software Foundation, Inc.
   This is free software; see the source for copying conditions.
   There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
   PARTICULAR PURPOSE.
     
   Report bugs to <address@hidden>.
     
   [gdb-5.0]rds294[193]% 

===========================================================================

Here is my initial configure:

   [gdb-5.0]rds294[186]% ./configure --prefix=/home/rdstt1/t901353/local
   Configuring for a hppa2.0w-hp-hpux11.00 host.
   Created "Makefile" in /tmp_mnt/home/rdstt1/t901353/src/gdb-5.0 using 
"mh-frag"
   Configuring intl...
   creating cache ../config.cache
   checking for a BSD compatible install... /opt/imake/bin/install -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 -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... yes
   checking whether gcc accepts -g... no
   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... no
   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... no
   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... no
   checking for msgfmt... msgfmt
   checking for gmsgfmt... msgfmt
   checking for xgettext... :
   updating cache ../config.cache
   creating ./config.status
   creating Makefile
   creating config.h
   linking ./libgettext.h to libintl.h
   Configuring mmalloc...
   loading cache ../config.cache
   checking for gcc... (cached) gcc
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking for a BSD compatible install... (cached) /opt/imake/bin/install -c
   checking host system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   checking for ar... ar
   checking for ranlib... (cached) ranlib
   checking how to run the C preprocessor... (cached) gcc -E
   checking for unistd.h... (cached) yes
   checking for getpagesize... (cached) yes
   checking for working mmap... (cached) no
   checking for limits.h... (cached) 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
   Configuring libiberty...
   loading cache ../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   checking for ar... (cached) ar
   checking for ranlib... (cached) ranlib
   checking for gcc... (cached) gcc
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking for POSIXized ISC... no
   checking for a BSD compatible install... (cached) /opt/imake/bin/install -c
   checking how to run the C preprocessor... (cached) gcc -E
   checking for sys/file.h... yes
   checking for sys/param.h... (cached) yes
   checking for stdlib.h... yes
   checking for string.h... (cached) yes
   checking for unistd.h... (cached) yes
   checking for strings.h... yes
   checking for sys/time.h... yes
   checking for sys/resource.h... yes
   checking for sys/stat.h... yes
   checking for sys/wait.h that is POSIX.1 compatible... yes
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking for asprintf... no
   checking for atexit... yes
   checking for basename... yes
   checking for bcmp... yes
   checking for bcopy... yes
   checking for bzero... yes
   checking for calloc... yes
   checking for clock... yes
   checking for getcwd... (cached) yes
   checking for getpagesize... (cached) 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 memset... yes
   checking for mkstemps... no
   checking for putenv... (cached) yes
   checking for random... yes
   checking for rename... yes
   checking for rindex... yes
   checking for setenv... (cached) no
   checking for sigsetmask... yes
   checking for strcasecmp... (cached) yes
   checking for strchr... (cached) 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 vsprintf... yes
   checking for waitpid... yes
   checking for working alloca.h... (cached) yes
   checking for alloca... (cached) yes
   checking for ANSI C header files... (cached) yes
   checking for pid_t... yes
   checking for vfork.h... no
   checking for working vfork... yes
   checking for sys_errlist... yes
   checking for sys_nerr... yes
   checking for sys_siglist... no
   checking for getrusage... yes
   checking for on_exit... no
   checking for psignal... no
   checking for strerror... yes
   checking for strsignal... no
   checking for sysconf... yes
   checking for times... yes
   checking for sbrk... yes
   checking for gettimeofday... yes
   updating cache ../config.cache
   creating ./config.status
   creating Makefile
   creating testsuite/Makefile
   creating config.h
   Configuring opcodes...
   loading cache ../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   checking for gcc... (cached) gcc
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking for POSIXized ISC... no
   checking for a BSD compatible install... (cached) /opt/imake/bin/install -c
   checking whether build environment is sane... yes
   checking whether make sets ${MAKE}... (cached) yes
   checking for working aclocal... found
   checking for working autoconf... found
   checking for working automake... found
   checking for working autoheader... found
   checking for working makeinfo... found
   checking for ar... (cached) ar
   checking for ranlib... (cached) ranlib
   checking for ranlib... (cached) ranlib
   checking for ld used by GCC... /bin/ld
   checking if the linker (/bin/ld) is GNU ld... no
   checking for BSD-compatible nm... /home/rdstt1/t901353/local/bin/nm -B
   checking whether ln -s works... yes
   updating cache ../config.cache
   loading cache ../config.cache within ltconfig
   checking for object suffix... o
   checking for executable suffix... no
   checking for gcc option to produce PIC... -fPIC
   checking if gcc PIC flag -fPIC works... yes
   checking if gcc supports -c -o file.o... yes
   checking if gcc supports -c -o file.lo... yes
   checking if gcc supports -fno-rtti -fno-exceptions ... yes
   checking if gcc static flag -static works... -static
   checking if the linker (/bin/ld) is GNU ld... no
   checking whether the linker (/bin/ld) supports shared libraries... yes
   checking command to parse /home/rdstt1/t901353/local/bin/nm -B output... ok
   checking how to hardcode library paths into programs... relink
   checking for /bin/ld option to reload object files... -r
   checking dynamic linker characteristics... hpux11.00 dld.sl
   checking if libtool supports shared libraries... yes
   checking whether to build shared libraries... no
   checking whether to build static libraries... yes
   checking for objdir... .libs
   creating libtool
   updating cache ../config.cache
   loading cache ../config.cache
   checking whether to enable maintainer-specific portions of Makefiles... no
   checking for Cygwin environment... no
   checking for mingw32 environment... no
   checking for executable suffix... (cached) no
   checking for gcc... (cached) gcc
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking how to run the C preprocessor... (cached) gcc -E
   checking for ANSI C header files... (cached) yes
   checking for working const... (cached) yes
   checking for inline... (cached) inline
   checking for off_t... (cached) yes
   checking for size_t... (cached) yes
   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) no
   checking for argz.h... (cached) no
   checking for limits.h... (cached) yes
   checking for locale.h... (cached) yes
   checking for nl_types.h... (cached) yes
   checking for malloc.h... (cached) yes
   checking for string.h... (cached) yes
   checking for unistd.h... (cached) yes
   checking for values.h... (cached) yes
   checking for sys/param.h... (cached) yes
   checking for getcwd... (cached) yes
   checking for munmap... (cached) yes
   checking for putenv... (cached) yes
   checking for setenv... (cached) no
   checking for setlocale... (cached) yes
   checking for strchr... (cached) yes
   checking for strcasecmp... (cached) yes
   checking for __argz_count... (cached) no
   checking for __argz_stringify... (cached) no
   checking for __argz_next... (cached) no
   checking for LC_MESSAGES... (cached) yes
   checking whether NLS is requested... yes
   checking whether included gettext is requested... no
   checking for libintl.h... (cached) no
   checking for msgfmt... (cached) msgfmt
   checking for gmsgfmt... (cached) msgfmt
   checking for xgettext... (cached) :
   checking for a BSD compatible install... /opt/imake/bin/install -c
   checking for string.h... (cached) yes
   checking for strings.h... (cached) yes
   checking for stdlib.h... (cached) yes
   updating cache ../config.cache
   creating ./config.status
   creating Makefile
   creating po/Makefile.in
   creating config.h
   Configuring bfd...
   loading cache ../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   checking for gcc... (cached) gcc
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking for POSIXized ISC... no
   checking for a BSD compatible install... (cached) /opt/imake/bin/install -c
   checking whether build environment is sane... yes
   checking whether make sets ${MAKE}... (cached) yes
   checking for working aclocal... found
   checking for working autoconf... found
   checking for working automake... found
   checking for working autoheader... found
   checking for working makeinfo... found
   checking for ar... (cached) ar
   checking for ranlib... (cached) ranlib
   checking for ranlib... (cached) ranlib
   checking for ld used by GCC... (cached) /bin/ld
   checking if the linker (/bin/ld) is GNU ld... (cached) no
   checking for BSD-compatible nm... (cached) /home/rdstt1/t901353/local/bin/nm 
-B
   checking whether ln -s works... (cached) yes
   loading cache ../config.cache within ltconfig
   checking for object suffix... o
   checking for executable suffix... (cached) no
   checking for gcc option to produce PIC... -fPIC
   checking if gcc PIC flag -fPIC works... yes
   checking if gcc supports -c -o file.o... yes
   checking if gcc supports -c -o file.lo... yes
   checking if gcc supports -fno-rtti -fno-exceptions ... yes
   checking if gcc static flag -static works... -static
   checking if the linker (/bin/ld) is GNU ld... no
   checking whether the linker (/bin/ld) supports shared libraries... yes
   checking command to parse /home/rdstt1/t901353/local/bin/nm -B output... ok
   checking how to hardcode library paths into programs... relink
   checking for /bin/ld option to reload object files... -r
   checking dynamic linker characteristics... hpux11.00 dld.sl
   checking if libtool supports shared libraries... yes
   checking whether to build shared libraries... no
   checking whether to build static libraries... yes
   checking for objdir... .libs
   creating libtool
   loading cache ../config.cache
   checking whether to enable maintainer-specific portions of Makefiles... no
   checking for Cygwin environment... (cached) no
   checking for mingw32 environment... (cached) no
   checking for executable suffix... (cached) no
   checking for gcc... (cached) gcc
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking how to run the C preprocessor... (cached) gcc -E
   checking for ANSI C header files... (cached) yes
   checking for working const... (cached) yes
   checking for inline... (cached) inline
   checking for off_t... (cached) yes
   checking for size_t... (cached) yes
   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) no
   checking for argz.h... (cached) no
   checking for limits.h... (cached) yes
   checking for locale.h... (cached) yes
   checking for nl_types.h... (cached) yes
   checking for malloc.h... (cached) yes
   checking for string.h... (cached) yes
   checking for unistd.h... (cached) yes
   checking for values.h... (cached) yes
   checking for sys/param.h... (cached) yes
   checking for getcwd... (cached) yes
   checking for munmap... (cached) yes
   checking for putenv... (cached) yes
   checking for setenv... (cached) no
   checking for setlocale... (cached) yes
   checking for strchr... (cached) yes
   checking for strcasecmp... (cached) yes
   checking for __argz_count... (cached) no
   checking for __argz_stringify... (cached) no
   checking for __argz_next... (cached) no
   checking for LC_MESSAGES... (cached) yes
   checking whether NLS is requested... yes
   checking whether included gettext is requested... no
   checking for libintl.h... (cached) no
   checking for msgfmt... (cached) msgfmt
   checking for gmsgfmt... (cached) msgfmt
   checking for xgettext... (cached) :
   checking for a BSD compatible install... /opt/imake/bin/install -c
   checking for stddef.h... (cached) yes
   checking for string.h... (cached) yes
   checking for strings.h... (cached) 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... (cached) yes
   checking for sys/time.h... (cached) 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... (cached) yes
   checking for fdopen... yes
   checking for getuid... yes
   checking for getgid... yes
   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... no
   checking for unistd.h... (cached) yes
   checking for getpagesize... (cached) yes
   checking for working mmap... (cached) no
   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 po/Makefile.in
   creating config.h
   Configuring readline...
   loading cache ../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking for gcc... (cached) gcc
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking how to run the C preprocessor... (cached) gcc -E
   checking for minix/config.h... no
   checking whether gcc needs -traditional... no
   checking for a BSD compatible install... (cached) /opt/imake/bin/install -c
   checking for ar... (cached) ar
   checking for ranlib... (cached) ranlib
   checking return type of signal handlers... void
   checking whether stat file-mode macros are broken... no
   checking for dirent.h that defines DIR... (cached) yes
   checking for opendir in -ldir... (cached) no
   checking for strcasecmp... (cached) yes
   checking for select... yes
   checking for setenv... (cached) no
   checking for putenv... (cached) yes
   checking for tcgetattr... yes
   checking for setlocale... (cached) yes
   checking for lstat... yes
   checking for working strcoll... yes
   checking for unistd.h... (cached) yes
   checking for stdlib.h... (cached) yes
   checking for varargs.h... yes
   checking for stdarg.h... yes
   checking for string.h... (cached) yes
   checking for sys/ptem.h... no
   checking for sys/pte.h... no
   checking for sys/stream.h... yes
   checking for sys/select.h... no
   checking for termcap.h... no
   checking for termios.h... yes
   checking for termio.h... yes
   checking for sys/file.h... (cached) yes
   checking for locale.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 programs are able to redeclare getpw functions... yes
   checking whether or not strcoll and strcmp differ... no
   checking whether signal handlers are of type void... yes
   checking for TIOCGWINSZ in sys/ioctl.h... no
   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... termios.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 configuration for building shared libraries... supported
   updating cache ../config.cache
   creating ./config.status
   creating Makefile
   creating doc/Makefile
   creating examples/Makefile
   creating shlib/Makefile
   creating config.h
   Configuring sim...
   loading cache ../config.cache
   checking for gcc... (cached) gcc
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking for a BSD compatible install... (cached) /opt/imake/bin/install -c
   checking host system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   checking for ar... (cached) ar
   checking for ranlib... (cached) ranlib
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   checking for gcc... (cached) gcc
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking for ranlib... (cached) ranlib
   creating ./config.status
   creating Makefile
   Configuring gdb...
   loading cache ../config.cache
   checking whether to enable maintainer-specific portions of Makefiles... no
   checking for gcc... (cached) gcc
   checking whether the C compiler (gcc -O2 ) works... yes
   checking whether the C compiler (gcc -O2 ) is a cross-compiler... no
   checking whether we are using GNU C... (cached) yes
   checking whether gcc accepts -g... (cached) no
   checking how to run the C preprocessor... (cached) 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... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   checking whether make sets ${MAKE}... (cached) yes
   checking for ranlib... (cached) ranlib
   checking for ANSI C header files... (cached) yes
   checking for working const... (cached) yes
   checking for inline... (cached) inline
   checking for off_t... (cached) yes
   checking for size_t... (cached) yes
   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) no
   checking for argz.h... (cached) no
   checking for limits.h... (cached) yes
   checking for locale.h... (cached) yes
   checking for nl_types.h... (cached) yes
   checking for malloc.h... (cached) yes
   checking for string.h... (cached) yes
   checking for unistd.h... (cached) yes
   checking for values.h... (cached) yes
   checking for sys/param.h... (cached) yes
   checking for getcwd... (cached) yes
   checking for munmap... (cached) yes
   checking for putenv... (cached) yes
   checking for setenv... (cached) no
   checking for setlocale... (cached) yes
   checking for strchr... (cached) yes
   checking for strcasecmp... (cached) yes
   checking for __argz_count... (cached) no
   checking for __argz_stringify... (cached) no
   checking for __argz_next... (cached) no
   checking for LC_MESSAGES... (cached) yes
   checking whether NLS is requested... yes
   checking whether included gettext is requested... no
   checking for libintl.h... (cached) no
   checking for msgfmt... (cached) msgfmt
   checking for gmsgfmt... (cached) msgfmt
   checking for xgettext... (cached) :
   checking for mawk... no
   checking for gawk... no
   checking for nawk... nawk
   checking for a BSD compatible install... (cached) /opt/imake/bin/install -c
   checking for ar... (cached) ar
   checking for ranlib... (cached) ranlib
   checking for bison... bison -y
   checking for mig... mig
   checking return type of signal handlers... (cached) void
   checking for ANSI C header files... (cached) yes
   checking for ctype.h... yes
   checking for curses.h... yes
   checking for endian.h... no
   checking for link.h... no
   checking for thread_db.h... no
   checking for proc_service.h... no
   checking for memory.h... yes
   checking for objlist.h... no
   checking for ptrace.h... no
   checking for sgtty.h... yes
   checking for stddef.h... (cached) yes
   checking for stdlib.h... (cached) yes
   checking for string.h... (cached) yes
   checking for sys/procfs.h... (cached) no
   checking for sys/ptrace.h... yes
   checking for sys/reg.h... yes
   checking for stdint.h... no
   checking for term.h... yes
   checking for termio.h... (cached) yes
   checking for termios.h... (cached) yes
   checking for unistd.h... (cached) yes
   checking for wait.h... no
   checking for sys/wait.h... (cached) yes
   checking for wchar.h... yes
   checking for wctype.h... no
   checking for asm/debugreg.h... no
   checking for sys/debugreg.h... no
   checking for sys/select.h... (cached) no
   checking for time.h... (cached) yes
   checking for sys/ioctl.h... yes
   checking for sys/user.h... yes
   checking whether stat file-mode macros are broken... (cached) no
   checking for working const... (cached) yes
   checking for setpgid... yes
   checking for sbrk... (cached) yes
   checking for sigaction... yes
   checking for isascii... yes
   checking for bzero... (cached) yes
   checking for bcopy... (cached) yes
   checking for btowc... no
   checking for poll... yes
   checking for sigprocmask... yes
   checking for working alloca.h... (cached) yes
   checking for alloca... (cached) yes
   checking for PTRACE_GETREGS... no
   checking for PTRACE_GETXFPREGS... no
   checking for socketpair in -lsocket... no
   checking for socketpair... yes
   checking whether malloc must be declared... (cached) no
   checking whether realloc must be declared... (cached) no
   checking whether free must be declared... (cached) no
   checking whether strerror must be declared... no
   checking whether strdup must be declared... no
   checking whether strstr must be declared... (cached) no
   checking for HPUX save_state structure... yes
   checking for main in -lm... yes
   checking for wctype in -lc... yes
   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... no
   checking for long double support in scanf... no
   checking for unistd.h... (cached) yes
   checking for getpagesize... (cached) yes
   checking for working mmap... (cached) no
   checking for HPUX/OSF thread support... no
   checking for cygwin... no
   checking for tgetent in -lncurses... no
   checking for tgetent in -lHcurses... yes
   checking for X... libraries , headers 
   checking whether ln -s works... (cached) yes
   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 tui/Makefile
   creating .gdbinit
   creating config.h
   linking ./config/pa/xm-hppah.h to xm.h
   linking ./config/pa/tm-hppa64.h to tm.h
   linking ./config/pa/nm-hppah11.h to nm.h
   configuring in doc
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../config.cache --srcdir=.
   loading cache ../../config.cache
   checking for a BSD compatible install... (cached) /opt/imake/bin/install -c
   checking whether ln -s works... (cached) yes
   creating ./config.status
   creating Makefile
   configuring in testsuite
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../config.cache --srcdir=.
   loading cache ../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.asm
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   linking ./common.inc to arch.inc
   configuring in gdb.base
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.c++
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.disasm
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.chill
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.mi
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.threads
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   checking how to run the C preprocessor... (cached) gcc -E
   checking for pthread.h... yes
   updating cache ../../../config.cache
   creating ./config.status
   creating Makefile
   creating config.h
   configuring in gdb.trace
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.stabs
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.hp
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../config.cache --srcdir=.
   loading cache ../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.aCC
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../../config.cache --srcdir=.
   loading cache ../../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.base-hp
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../../config.cache --srcdir=.
   loading cache ../../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.compat
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../../config.cache --srcdir=.
   loading cache ../../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.defects
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../../config.cache --srcdir=.
   loading cache ../../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in gdb.objdbg
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../../config.cache --srcdir=.
   loading cache ../../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   configuring in objdbg01
   configure: warning: no configuration information is in objdbg01
   configuring in objdbg02
   configure: warning: no configuration information is in objdbg02
   configuring in objdbg03
   configure: warning: no configuration information is in objdbg03
   configuring in objdbg04
   configure: warning: no configuration information is in objdbg04
   configuring in gdb.threads-hp
   running /bin/sh ./configure  --host=hppa2.0w-hp-hpux11.00 
--target=hppa2.0w-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--cache-file=../../../../config.cache --srcdir=.
   loading cache ../../../../config.cache
   checking host system type... hppa2.0w-hp-hpux11.00
   checking target system type... hppa2.0w-hp-hpux11.00
   checking build system type... hppa2.0w-hp-hpux11.00
   creating ./config.status
   creating Makefile
   Configuring etc...
   loading cache ../config.cache
   checking for a BSD compatible install... (cached) /opt/imake/bin/install -c
   creating ./config.status
   creating Makefile
   Configuring utils...
   Created "Makefile" in /tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/utils
   Configuring spu...
   Created "Makefile" in /tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/utils/spu
   [gdb-5.0]rds294[187]% 

===========================================================================
the build:


[gdb-5.0]rds294[190]% GNUmake
GNUmake[1]: Entering directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  argv.c 
-o pic/argv.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional argv.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
choose-temp.c -o pic/choose-temp.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional 
choose-temp.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
concat.c -o pic/concat.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional concat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
cplus-dem.c -o pic/cplus-dem.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional 
cplus-dem.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
fdmatch.c -o pic/fdmatch.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional fdmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
fnmatch.c -o pic/fnmatch.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional fnmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
getopt.c -o pic/getopt.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional getopt.c
getopt.c: In function `_getopt_initialize':
getopt.c:396: warning: unused parameter `argc'
getopt.c:397: warning: unused parameter `argv'
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
getopt1.c -o pic/getopt1.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional getopt1.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
getpwd.c -o pic/getpwd.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional getpwd.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
getruntime.c -o pic/getruntime.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional 
getruntime.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
hashtab.c -o pic/hashtab.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional hashtab.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  hex.c 
-o pic/hex.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional hex.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
floatformat.c -o pic/floatformat.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional 
floatformat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
objalloc.c -o pic/objalloc.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional objalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
obstack.c -o pic/obstack.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional obstack.c
In file included from ../include/obstack.h:145,
                 from obstack.c:27:
/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/include/string.h:29:
 warning: conflicting types for built-in function `memcmp'
/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/include/string.h:85:
 warning: conflicting types for built-in function `memcpy'
/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/include/string.h:87:
 warning: conflicting types for built-in function `memset'
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
partition.c -o pic/partition.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional 
partition.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
pexecute.c -o pic/pexecute.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional pexecute.c
pexecute.c: In function `pexecute':
pexecute.c:663: warning: variable `func' might be clobbered by `longjmp' or 
`vfork'
pexecute.c:664: warning: `pid' might be used uninitialized in this function
pexecute.c:666: warning: variable `output_desc' might be clobbered by `longjmp' 
or `vfork'
pexecute.c:667: warning: variable `retries' might be clobbered by `longjmp' or 
`vfork'
pexecute.c:667: warning: variable `sleep_interval' might be clobbered by 
`longjmp' or `vfork'
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
spaces.c -o pic/spaces.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional spaces.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
splay-tree.c -o pic/splay-tree.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional 
splay-tree.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
strerror.c -o pic/strerror.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional strerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
strsignal.c -o pic/strsignal.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional 
strsignal.c
strsignal.c: In function `psignal':
strsignal.c:594: warning: comparison between signed and unsigned
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
xatexit.c -o pic/xatexit.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional xatexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
xexit.c -o pic/xexit.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional xexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
xmalloc.c -o pic/xmalloc.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional xmalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
xmemdup.c -o pic/xmemdup.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional xmemdup.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
xstrdup.c -o pic/xstrdup.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional xstrdup.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
xstrerror.c -o pic/xstrerror.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional 
xstrerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
asprintf.c -o pic/asprintf.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional asprintf.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
mkstemps.c -o pic/mkstemps.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional mkstemps.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
setenv.c -o pic/setenv.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional setenv.c
setenv.c: In function `setenv':
setenv.c:74: warning: suggest explicit braces to avoid ambiguous `else'
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional  
vasprintf.c -o pic/vasprintf.o
gcc -c -DHAVE_CONFIG_H -O2 -I. -I./../include  -W -Wall -Wtraditional 
vasprintf.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o 
getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o objalloc.o 
obstack.o partition.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o 
xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  asprintf.o 
mkstemps.o setenv.o vasprintf.o 
true libiberty.a
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr 
strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid 
bcmp bcopy bzero; do \
  for g in asprintf.o mkstemps.o setenv.o vasprintf.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o 
getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o objalloc.o 
obstack.o partition.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o 
xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
GNUmake[2]: Entering directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/libiberty/testsuite'
GNUmake[2]: Nothing to be done for `all'.
GNUmake[2]: Leaving directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/libiberty/testsuite'
GNUmake[1]: Leaving directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/libiberty'
GNUmake[1]: Entering directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/intl'
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  intl-compat.c
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  bindtextdom.c
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  dcgettext.c
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  dgettext.c
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  gettext.c
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  finddomain.c
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  loadmsgcat.c
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  localealias.c
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  textdomain.c
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  l10nflist.c
In file included from l10nflist.c:28:
/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/include/string.h:29:
 warning: conflicting types for built-in function `memcmp'
/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/include/string.h:85:
 warning: conflicting types for built-in function `memcpy'
/home/rdstt1/t901353/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/include/string.h:87:
 warning: conflicting types for built-in function `memset'
gcc -c -DLOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DGNULOCALEDIR=\"/home/rdstt1/t901353/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/home/rdstt1/t901353/local/share/locale:.\" 
-DHAVE_CONFIG_H -I. -I.  -O2  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
true libintl.a
GNUmake[1]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/intl'
GNUmake[1]: Entering directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd'
GNUmake  all-recursive
GNUmake[2]: Entering directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd'
Making all in doc
GNUmake[3]: Entering directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd/doc'
GNUmake[3]: Nothing to be done for `all'.
GNUmake[3]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd/doc'
Making all in po
GNUmake[3]: Entering directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd/po'
GNUmake[3]: Nothing to be done for `all'.
GNUmake[3]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd/po'
GNUmake[3]: Entering directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh ./../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. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c archive.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c archive.c -o archive.o
echo timestamp > archive.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c -DDEFAULT_VECTOR=som_vec -DSELECT_VECS='&som_vec' 
-DSELECT_ARCHITECTURES='&bfd_hppa_arch' -DHAVE_som_vec ./archures.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c 
-DDEFAULT_VECTOR=som_vec "-DSELECT_VECS=&som_vec" 
"-DSELECT_ARCHITECTURES=&bfd_hppa_arch" -DHAVE_som_vec ./archures.c -o 
archures.o
echo timestamp > archures.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c bfd.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c bfd.c -o bfd.o
echo timestamp > bfd.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c cache.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c cache.c -o cache.o
echo timestamp > cache.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c coffgen.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c coffgen.c -o coffgen.o
echo timestamp > coffgen.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c corefile.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c corefile.c -o 
corefile.o
echo timestamp > corefile.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c format.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c format.c -o format.o
echo timestamp > format.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c init.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c init.c -o init.o
echo timestamp > init.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c libbfd.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c libbfd.c -o libbfd.o
echo timestamp > libbfd.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c opncls.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c opncls.c -o opncls.o
echo timestamp > opncls.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c reloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c reloc.c -o reloc.o
echo timestamp > reloc.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c section.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c section.c -o section.o
echo timestamp > section.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c syms.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c syms.c -o syms.o
echo timestamp > syms.lo
rm -f targmatch.h
sed -f ./targmatch.sed < ./config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c -DDEFAULT_VECTOR=som_vec -DSELECT_VECS='&som_vec' 
-DSELECT_ARCHITECTURES='&bfd_hppa_arch' -DHAVE_som_vec ./targets.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c 
-DDEFAULT_VECTOR=som_vec "-DSELECT_VECS=&som_vec" 
"-DSELECT_ARCHITECTURES=&bfd_hppa_arch" -DHAVE_som_vec ./targets.c -o targets.o
echo timestamp > targets.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c hash.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c hash.c -o hash.o
echo timestamp > hash.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c linker.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c linker.c -o linker.o
echo timestamp > linker.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c srec.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c srec.c -o srec.o
echo timestamp > srec.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c binary.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c binary.c -o binary.o
echo timestamp > binary.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c tekhex.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c tekhex.c -o tekhex.o
echo timestamp > tekhex.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c ihex.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c ihex.c -o ihex.o
echo timestamp > ihex.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c stabs.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c stabs.c -o stabs.o
echo timestamp > stabs.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c stab-syms.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c stab-syms.c -o 
stab-syms.o
echo timestamp > stab-syms.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c som.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c som.c -o som.o
som.c:391: warning: missing braces around initializer
som.c:391: warning: (near initialization for `som_fixup_formats[0]')
som.c:792: warning: missing initializer
som.c:792: warning: (near initialization for 
`som_hppa_howto_table[0].partial_inplace')
som.c:793: warning: missing initializer
som.c:793: warning: (near initialization for 
`som_hppa_howto_table[1].partial_inplace')
som.c:794: warning: missing initializer
som.c:794: warning: (near initialization for 
`som_hppa_howto_table[2].partial_inplace')
som.c:795: warning: missing initializer
som.c:795: warning: (near initialization for 
`som_hppa_howto_table[3].partial_inplace')
som.c:796: warning: missing initializer
som.c:796: warning: (near initialization for 
`som_hppa_howto_table[4].partial_inplace')
som.c:797: warning: missing initializer
som.c:797: warning: (near initialization for 
`som_hppa_howto_table[5].partial_inplace')
som.c:798: warning: missing initializer
som.c:798: warning: (near initialization for 
`som_hppa_howto_table[6].partial_inplace')
som.c:799: warning: missing initializer
som.c:799: warning: (near initialization for 
`som_hppa_howto_table[7].partial_inplace')
som.c:800: warning: missing initializer
som.c:800: warning: (near initialization for 
`som_hppa_howto_table[8].partial_inplace')
som.c:801: warning: missing initializer
som.c:801: warning: (near initialization for 
`som_hppa_howto_table[9].partial_inplace')
som.c:802: warning: missing initializer
som.c:802: warning: (near initialization for 
`som_hppa_howto_table[10].partial_inplace')
som.c:803: warning: missing initializer
som.c:803: warning: (near initialization for 
`som_hppa_howto_table[11].partial_inplace')
som.c:804: warning: missing initializer
som.c:804: warning: (near initialization for 
`som_hppa_howto_table[12].partial_inplace')
som.c:805: warning: missing initializer
som.c:805: warning: (near initialization for 
`som_hppa_howto_table[13].partial_inplace')
som.c:806: warning: missing initializer
som.c:806: warning: (near initialization for 
`som_hppa_howto_table[14].partial_inplace')
som.c:807: warning: missing initializer
som.c:807: warning: (near initialization for 
`som_hppa_howto_table[15].partial_inplace')
som.c:808: warning: missing initializer
som.c:808: warning: (near initialization for 
`som_hppa_howto_table[16].partial_inplace')
som.c:809: warning: missing initializer
som.c:809: warning: (near initialization for 
`som_hppa_howto_table[17].partial_inplace')
som.c:810: warning: missing initializer
som.c:810: warning: (near initialization for 
`som_hppa_howto_table[18].partial_inplace')
som.c:811: warning: missing initializer
som.c:811: warning: (near initialization for 
`som_hppa_howto_table[19].partial_inplace')
som.c:812: warning: missing initializer
som.c:812: warning: (near initialization for 
`som_hppa_howto_table[20].partial_inplace')
som.c:813: warning: missing initializer
som.c:813: warning: (near initialization for 
`som_hppa_howto_table[21].partial_inplace')
som.c:814: warning: missing initializer
som.c:814: warning: (near initialization for 
`som_hppa_howto_table[22].partial_inplace')
som.c:815: warning: missing initializer
som.c:815: warning: (near initialization for 
`som_hppa_howto_table[23].partial_inplace')
som.c:816: warning: missing initializer
som.c:816: warning: (near initialization for 
`som_hppa_howto_table[24].partial_inplace')
som.c:817: warning: missing initializer
som.c:817: warning: (near initialization for 
`som_hppa_howto_table[25].partial_inplace')
som.c:818: warning: missing initializer
som.c:818: warning: (near initialization for 
`som_hppa_howto_table[26].partial_inplace')
som.c:819: warning: missing initializer
som.c:819: warning: (near initialization for 
`som_hppa_howto_table[27].partial_inplace')
som.c:820: warning: missing initializer
som.c:820: warning: (near initialization for 
`som_hppa_howto_table[28].partial_inplace')
som.c:821: warning: missing initializer
som.c:821: warning: (near initialization for 
`som_hppa_howto_table[29].partial_inplace')
som.c:822: warning: missing initializer
som.c:822: warning: (near initialization for 
`som_hppa_howto_table[30].partial_inplace')
som.c:823: warning: missing initializer
som.c:823: warning: (near initialization for 
`som_hppa_howto_table[31].partial_inplace')
som.c:824: warning: missing initializer
som.c:824: warning: (near initialization for 
`som_hppa_howto_table[32].partial_inplace')
som.c:825: warning: missing initializer
som.c:825: warning: (near initialization for 
`som_hppa_howto_table[33].partial_inplace')
som.c:826: warning: missing initializer
som.c:826: warning: (near initialization for 
`som_hppa_howto_table[34].partial_inplace')
som.c:827: warning: missing initializer
som.c:827: warning: (near initialization for 
`som_hppa_howto_table[35].partial_inplace')
som.c:828: warning: missing initializer
som.c:828: warning: (near initialization for 
`som_hppa_howto_table[36].partial_inplace')
som.c:829: warning: missing initializer
som.c:829: warning: (near initialization for 
`som_hppa_howto_table[37].partial_inplace')
som.c:830: warning: missing initializer
som.c:830: warning: (near initialization for 
`som_hppa_howto_table[38].partial_inplace')
som.c:831: warning: missing initializer
som.c:831: warning: (near initialization for 
`som_hppa_howto_table[39].partial_inplace')
som.c:832: warning: missing initializer
som.c:832: warning: (near initialization for 
`som_hppa_howto_table[40].partial_inplace')
som.c:833: warning: missing initializer
som.c:833: warning: (near initialization for 
`som_hppa_howto_table[41].partial_inplace')
som.c:834: warning: missing initializer
som.c:834: warning: (near initialization for 
`som_hppa_howto_table[42].partial_inplace')
som.c:835: warning: missing initializer
som.c:835: warning: (near initialization for 
`som_hppa_howto_table[43].partial_inplace')
som.c:836: warning: missing initializer
som.c:836: warning: (near initialization for 
`som_hppa_howto_table[44].partial_inplace')
som.c:837: warning: missing initializer
som.c:837: warning: (near initialization for 
`som_hppa_howto_table[45].partial_inplace')
som.c:838: warning: missing initializer
som.c:838: warning: (near initialization for 
`som_hppa_howto_table[46].partial_inplace')
som.c:839: warning: missing initializer
som.c:839: warning: (near initialization for 
`som_hppa_howto_table[47].partial_inplace')
som.c:840: warning: missing initializer
som.c:840: warning: (near initialization for 
`som_hppa_howto_table[48].partial_inplace')
som.c:841: warning: missing initializer
som.c:841: warning: (near initialization for 
`som_hppa_howto_table[49].partial_inplace')
som.c:842: warning: missing initializer
som.c:842: warning: (near initialization for 
`som_hppa_howto_table[50].partial_inplace')
som.c:843: warning: missing initializer
som.c:843: warning: (near initialization for 
`som_hppa_howto_table[51].partial_inplace')
som.c:844: warning: missing initializer
som.c:844: warning: (near initialization for 
`som_hppa_howto_table[52].partial_inplace')
som.c:845: warning: missing initializer
som.c:845: warning: (near initialization for 
`som_hppa_howto_table[53].partial_inplace')
som.c:846: warning: missing initializer
som.c:846: warning: (near initialization for 
`som_hppa_howto_table[54].partial_inplace')
som.c:847: warning: missing initializer
som.c:847: warning: (near initialization for 
`som_hppa_howto_table[55].partial_inplace')
som.c:848: warning: missing initializer
som.c:848: warning: (near initialization for 
`som_hppa_howto_table[56].partial_inplace')
som.c:849: warning: missing initializer
som.c:849: warning: (near initialization for 
`som_hppa_howto_table[57].partial_inplace')
som.c:850: warning: missing initializer
som.c:850: warning: (near initialization for 
`som_hppa_howto_table[58].partial_inplace')
som.c:851: warning: missing initializer
som.c:851: warning: (near initialization for 
`som_hppa_howto_table[59].partial_inplace')
som.c:852: warning: missing initializer
som.c:852: warning: (near initialization for 
`som_hppa_howto_table[60].partial_inplace')
som.c:853: warning: missing initializer
som.c:853: warning: (near initialization for 
`som_hppa_howto_table[61].partial_inplace')
som.c:854: warning: missing initializer
som.c:854: warning: (near initialization for 
`som_hppa_howto_table[62].partial_inplace')
som.c:855: warning: missing initializer
som.c:855: warning: (near initialization for 
`som_hppa_howto_table[63].partial_inplace')
som.c:856: warning: missing initializer
som.c:856: warning: (near initialization for 
`som_hppa_howto_table[64].partial_inplace')
som.c:857: warning: missing initializer
som.c:857: warning: (near initialization for 
`som_hppa_howto_table[65].partial_inplace')
som.c:858: warning: missing initializer
som.c:858: warning: (near initialization for 
`som_hppa_howto_table[66].partial_inplace')
som.c:859: warning: missing initializer
som.c:859: warning: (near initialization for 
`som_hppa_howto_table[67].partial_inplace')
som.c:860: warning: missing initializer
som.c:860: warning: (near initialization for 
`som_hppa_howto_table[68].partial_inplace')
som.c:861: warning: missing initializer
som.c:861: warning: (near initialization for 
`som_hppa_howto_table[69].partial_inplace')
som.c:862: warning: missing initializer
som.c:862: warning: (near initialization for 
`som_hppa_howto_table[70].partial_inplace')
som.c:863: warning: missing initializer
som.c:863: warning: (near initialization for 
`som_hppa_howto_table[71].partial_inplace')
som.c:864: warning: missing initializer
som.c:864: warning: (near initialization for 
`som_hppa_howto_table[72].partial_inplace')
som.c:865: warning: missing initializer
som.c:865: warning: (near initialization for 
`som_hppa_howto_table[73].partial_inplace')
som.c:866: warning: missing initializer
som.c:866: warning: (near initialization for 
`som_hppa_howto_table[74].partial_inplace')
som.c:867: warning: missing initializer
som.c:867: warning: (near initialization for 
`som_hppa_howto_table[75].partial_inplace')
som.c:868: warning: missing initializer
som.c:868: warning: (near initialization for 
`som_hppa_howto_table[76].partial_inplace')
som.c:869: warning: missing initializer
som.c:869: warning: (near initialization for 
`som_hppa_howto_table[77].partial_inplace')
som.c:870: warning: missing initializer
som.c:870: warning: (near initialization for 
`som_hppa_howto_table[78].partial_inplace')
som.c:871: warning: missing initializer
som.c:871: warning: (near initialization for 
`som_hppa_howto_table[79].partial_inplace')
som.c:872: warning: missing initializer
som.c:872: warning: (near initialization for 
`som_hppa_howto_table[80].partial_inplace')
som.c:873: warning: missing initializer
som.c:873: warning: (near initialization for 
`som_hppa_howto_table[81].partial_inplace')
som.c:874: warning: missing initializer
som.c:874: warning: (near initialization for 
`som_hppa_howto_table[82].partial_inplace')
som.c:875: warning: missing initializer
som.c:875: warning: (near initialization for 
`som_hppa_howto_table[83].partial_inplace')
som.c:876: warning: missing initializer
som.c:876: warning: (near initialization for 
`som_hppa_howto_table[84].partial_inplace')
som.c:877: warning: missing initializer
som.c:877: warning: (near initialization for 
`som_hppa_howto_table[85].partial_inplace')
som.c:878: warning: missing initializer
som.c:878: warning: (near initialization for 
`som_hppa_howto_table[86].partial_inplace')
som.c:879: warning: missing initializer
som.c:879: warning: (near initialization for 
`som_hppa_howto_table[87].partial_inplace')
som.c:880: warning: missing initializer
som.c:880: warning: (near initialization for 
`som_hppa_howto_table[88].partial_inplace')
som.c:881: warning: missing initializer
som.c:881: warning: (near initialization for 
`som_hppa_howto_table[89].partial_inplace')
som.c:882: warning: missing initializer
som.c:882: warning: (near initialization for 
`som_hppa_howto_table[90].partial_inplace')
som.c:883: warning: missing initializer
som.c:883: warning: (near initialization for 
`som_hppa_howto_table[91].partial_inplace')
som.c:884: warning: missing initializer
som.c:884: warning: (near initialization for 
`som_hppa_howto_table[92].partial_inplace')
som.c:885: warning: missing initializer
som.c:885: warning: (near initialization for 
`som_hppa_howto_table[93].partial_inplace')
som.c:886: warning: missing initializer
som.c:886: warning: (near initialization for 
`som_hppa_howto_table[94].partial_inplace')
som.c:887: warning: missing initializer
som.c:887: warning: (near initialization for 
`som_hppa_howto_table[95].partial_inplace')
som.c:888: warning: missing initializer
som.c:888: warning: (near initialization for 
`som_hppa_howto_table[96].partial_inplace')
som.c:889: warning: missing initializer
som.c:889: warning: (near initialization for 
`som_hppa_howto_table[97].partial_inplace')
som.c:890: warning: missing initializer
som.c:890: warning: (near initialization for 
`som_hppa_howto_table[98].partial_inplace')
som.c:891: warning: missing initializer
som.c:891: warning: (near initialization for 
`som_hppa_howto_table[99].partial_inplace')
som.c:892: warning: missing initializer
som.c:892: warning: (near initialization for 
`som_hppa_howto_table[100].partial_inplace')
som.c:893: warning: missing initializer
som.c:893: warning: (near initialization for 
`som_hppa_howto_table[101].partial_inplace')
som.c:894: warning: missing initializer
som.c:894: warning: (near initialization for 
`som_hppa_howto_table[102].partial_inplace')
som.c:895: warning: missing initializer
som.c:895: warning: (near initialization for 
`som_hppa_howto_table[103].partial_inplace')
som.c:896: warning: missing initializer
som.c:896: warning: (near initialization for 
`som_hppa_howto_table[104].partial_inplace')
som.c:897: warning: missing initializer
som.c:897: warning: (near initialization for 
`som_hppa_howto_table[105].partial_inplace')
som.c:898: warning: missing initializer
som.c:898: warning: (near initialization for 
`som_hppa_howto_table[106].partial_inplace')
som.c:899: warning: missing initializer
som.c:899: warning: (near initialization for 
`som_hppa_howto_table[107].partial_inplace')
som.c:900: warning: missing initializer
som.c:900: warning: (near initialization for 
`som_hppa_howto_table[108].partial_inplace')
som.c:901: warning: missing initializer
som.c:901: warning: (near initialization for 
`som_hppa_howto_table[109].partial_inplace')
som.c:902: warning: missing initializer
som.c:902: warning: (near initialization for 
`som_hppa_howto_table[110].partial_inplace')
som.c:903: warning: missing initializer
som.c:903: warning: (near initialization for 
`som_hppa_howto_table[111].partial_inplace')
som.c:904: warning: missing initializer
som.c:904: warning: (near initialization for 
`som_hppa_howto_table[112].partial_inplace')
som.c:905: warning: missing initializer
som.c:905: warning: (near initialization for 
`som_hppa_howto_table[113].partial_inplace')
som.c:906: warning: missing initializer
som.c:906: warning: (near initialization for 
`som_hppa_howto_table[114].partial_inplace')
som.c:907: warning: missing initializer
som.c:907: warning: (near initialization for 
`som_hppa_howto_table[115].partial_inplace')
som.c:908: warning: missing initializer
som.c:908: warning: (near initialization for 
`som_hppa_howto_table[116].partial_inplace')
som.c:909: warning: missing initializer
som.c:909: warning: (near initialization for 
`som_hppa_howto_table[117].partial_inplace')
som.c:910: warning: missing initializer
som.c:910: warning: (near initialization for 
`som_hppa_howto_table[118].partial_inplace')
som.c:911: warning: missing initializer
som.c:911: warning: (near initialization for 
`som_hppa_howto_table[119].partial_inplace')
som.c:912: warning: missing initializer
som.c:912: warning: (near initialization for 
`som_hppa_howto_table[120].partial_inplace')
som.c:913: warning: missing initializer
som.c:913: warning: (near initialization for 
`som_hppa_howto_table[121].partial_inplace')
som.c:914: warning: missing initializer
som.c:914: warning: (near initialization for 
`som_hppa_howto_table[122].partial_inplace')
som.c:915: warning: missing initializer
som.c:915: warning: (near initialization for 
`som_hppa_howto_table[123].partial_inplace')
som.c:916: warning: missing initializer
som.c:916: warning: (near initialization for 
`som_hppa_howto_table[124].partial_inplace')
som.c:917: warning: missing initializer
som.c:917: warning: (near initialization for 
`som_hppa_howto_table[125].partial_inplace')
som.c:918: warning: missing initializer
som.c:918: warning: (near initialization for 
`som_hppa_howto_table[126].partial_inplace')
som.c:919: warning: missing initializer
som.c:919: warning: (near initialization for 
`som_hppa_howto_table[127].partial_inplace')
som.c:920: warning: missing initializer
som.c:920: warning: (near initialization for 
`som_hppa_howto_table[128].partial_inplace')
som.c:921: warning: missing initializer
som.c:921: warning: (near initialization for 
`som_hppa_howto_table[129].partial_inplace')
som.c:922: warning: missing initializer
som.c:922: warning: (near initialization for 
`som_hppa_howto_table[130].partial_inplace')
som.c:923: warning: missing initializer
som.c:923: warning: (near initialization for 
`som_hppa_howto_table[131].partial_inplace')
som.c:924: warning: missing initializer
som.c:924: warning: (near initialization for 
`som_hppa_howto_table[132].partial_inplace')
som.c:925: warning: missing initializer
som.c:925: warning: (near initialization for 
`som_hppa_howto_table[133].partial_inplace')
som.c:926: warning: missing initializer
som.c:926: warning: (near initialization for 
`som_hppa_howto_table[134].partial_inplace')
som.c:927: warning: missing initializer
som.c:927: warning: (near initialization for 
`som_hppa_howto_table[135].partial_inplace')
som.c:928: warning: missing initializer
som.c:928: warning: (near initialization for 
`som_hppa_howto_table[136].partial_inplace')
som.c:929: warning: missing initializer
som.c:929: warning: (near initialization for 
`som_hppa_howto_table[137].partial_inplace')
som.c:930: warning: missing initializer
som.c:930: warning: (near initialization for 
`som_hppa_howto_table[138].partial_inplace')
som.c:931: warning: missing initializer
som.c:931: warning: (near initialization for 
`som_hppa_howto_table[139].partial_inplace')
som.c:932: warning: missing initializer
som.c:932: warning: (near initialization for 
`som_hppa_howto_table[140].partial_inplace')
som.c:933: warning: missing initializer
som.c:933: warning: (near initialization for 
`som_hppa_howto_table[141].partial_inplace')
som.c:934: warning: missing initializer
som.c:934: warning: (near initialization for 
`som_hppa_howto_table[142].partial_inplace')
som.c:935: warning: missing initializer
som.c:935: warning: (near initialization for 
`som_hppa_howto_table[143].partial_inplace')
som.c:936: warning: missing initializer
som.c:936: warning: (near initialization for 
`som_hppa_howto_table[144].partial_inplace')
som.c:937: warning: missing initializer
som.c:937: warning: (near initialization for 
`som_hppa_howto_table[145].partial_inplace')
som.c:938: warning: missing initializer
som.c:938: warning: (near initialization for 
`som_hppa_howto_table[146].partial_inplace')
som.c:939: warning: missing initializer
som.c:939: warning: (near initialization for 
`som_hppa_howto_table[147].partial_inplace')
som.c:940: warning: missing initializer
som.c:940: warning: (near initialization for 
`som_hppa_howto_table[148].partial_inplace')
som.c:941: warning: missing initializer
som.c:941: warning: (near initialization for 
`som_hppa_howto_table[149].partial_inplace')
som.c:942: warning: missing initializer
som.c:942: warning: (near initialization for 
`som_hppa_howto_table[150].partial_inplace')
som.c:943: warning: missing initializer
som.c:943: warning: (near initialization for 
`som_hppa_howto_table[151].partial_inplace')
som.c:944: warning: missing initializer
som.c:944: warning: (near initialization for 
`som_hppa_howto_table[152].partial_inplace')
som.c:945: warning: missing initializer
som.c:945: warning: (near initialization for 
`som_hppa_howto_table[153].partial_inplace')
som.c:946: warning: missing initializer
som.c:946: warning: (near initialization for 
`som_hppa_howto_table[154].partial_inplace')
som.c:947: warning: missing initializer
som.c:947: warning: (near initialization for 
`som_hppa_howto_table[155].partial_inplace')
som.c:948: warning: missing initializer
som.c:948: warning: (near initialization for 
`som_hppa_howto_table[156].partial_inplace')
som.c:949: warning: missing initializer
som.c:949: warning: (near initialization for 
`som_hppa_howto_table[157].partial_inplace')
som.c:950: warning: missing initializer
som.c:950: warning: (near initialization for 
`som_hppa_howto_table[158].partial_inplace')
som.c:951: warning: missing initializer
som.c:951: warning: (near initialization for 
`som_hppa_howto_table[159].partial_inplace')
som.c:952: warning: missing initializer
som.c:952: warning: (near initialization for 
`som_hppa_howto_table[160].partial_inplace')
som.c:953: warning: missing initializer
som.c:953: warning: (near initialization for 
`som_hppa_howto_table[161].partial_inplace')
som.c:954: warning: missing initializer
som.c:954: warning: (near initialization for 
`som_hppa_howto_table[162].partial_inplace')
som.c:955: warning: missing initializer
som.c:955: warning: (near initialization for 
`som_hppa_howto_table[163].partial_inplace')
som.c:956: warning: missing initializer
som.c:956: warning: (near initialization for 
`som_hppa_howto_table[164].partial_inplace')
som.c:957: warning: missing initializer
som.c:957: warning: (near initialization for 
`som_hppa_howto_table[165].partial_inplace')
som.c:958: warning: missing initializer
som.c:958: warning: (near initialization for 
`som_hppa_howto_table[166].partial_inplace')
som.c:959: warning: missing initializer
som.c:959: warning: (near initialization for 
`som_hppa_howto_table[167].partial_inplace')
som.c:960: warning: missing initializer
som.c:960: warning: (near initialization for 
`som_hppa_howto_table[168].partial_inplace')
som.c:961: warning: missing initializer
som.c:961: warning: (near initialization for 
`som_hppa_howto_table[169].partial_inplace')
som.c:962: warning: missing initializer
som.c:962: warning: (near initialization for 
`som_hppa_howto_table[170].partial_inplace')
som.c:963: warning: missing initializer
som.c:963: warning: (near initialization for 
`som_hppa_howto_table[171].partial_inplace')
som.c:964: warning: missing initializer
som.c:964: warning: (near initialization for 
`som_hppa_howto_table[172].partial_inplace')
som.c:965: warning: missing initializer
som.c:965: warning: (near initialization for 
`som_hppa_howto_table[173].partial_inplace')
som.c:966: warning: missing initializer
som.c:966: warning: (near initialization for 
`som_hppa_howto_table[174].partial_inplace')
som.c:967: warning: missing initializer
som.c:967: warning: (near initialization for 
`som_hppa_howto_table[175].partial_inplace')
som.c:968: warning: missing initializer
som.c:968: warning: (near initialization for 
`som_hppa_howto_table[176].partial_inplace')
som.c:969: warning: missing initializer
som.c:969: warning: (near initialization for 
`som_hppa_howto_table[177].partial_inplace')
som.c:970: warning: missing initializer
som.c:970: warning: (near initialization for 
`som_hppa_howto_table[178].partial_inplace')
som.c:971: warning: missing initializer
som.c:971: warning: (near initialization for 
`som_hppa_howto_table[179].partial_inplace')
som.c:972: warning: missing initializer
som.c:972: warning: (near initialization for 
`som_hppa_howto_table[180].partial_inplace')
som.c:973: warning: missing initializer
som.c:973: warning: (near initialization for 
`som_hppa_howto_table[181].partial_inplace')
som.c:974: warning: missing initializer
som.c:974: warning: (near initialization for 
`som_hppa_howto_table[182].partial_inplace')
som.c:975: warning: missing initializer
som.c:975: warning: (near initialization for 
`som_hppa_howto_table[183].partial_inplace')
som.c:976: warning: missing initializer
som.c:976: warning: (near initialization for 
`som_hppa_howto_table[184].partial_inplace')
som.c:977: warning: missing initializer
som.c:977: warning: (near initialization for 
`som_hppa_howto_table[185].partial_inplace')
som.c:978: warning: missing initializer
som.c:978: warning: (near initialization for 
`som_hppa_howto_table[186].partial_inplace')
som.c:979: warning: missing initializer
som.c:979: warning: (near initialization for 
`som_hppa_howto_table[187].partial_inplace')
som.c:980: warning: missing initializer
som.c:980: warning: (near initialization for 
`som_hppa_howto_table[188].partial_inplace')
som.c:981: warning: missing initializer
som.c:981: warning: (near initialization for 
`som_hppa_howto_table[189].partial_inplace')
som.c:982: warning: missing initializer
som.c:982: warning: (near initialization for 
`som_hppa_howto_table[190].partial_inplace')
som.c:983: warning: missing initializer
som.c:983: warning: (near initialization for 
`som_hppa_howto_table[191].partial_inplace')
som.c:984: warning: missing initializer
som.c:984: warning: (near initialization for 
`som_hppa_howto_table[192].partial_inplace')
som.c:985: warning: missing initializer
som.c:985: warning: (near initialization for 
`som_hppa_howto_table[193].partial_inplace')
som.c:986: warning: missing initializer
som.c:986: warning: (near initialization for 
`som_hppa_howto_table[194].partial_inplace')
som.c:987: warning: missing initializer
som.c:987: warning: (near initialization for 
`som_hppa_howto_table[195].partial_inplace')
som.c:988: warning: missing initializer
som.c:988: warning: (near initialization for 
`som_hppa_howto_table[196].partial_inplace')
som.c:989: warning: missing initializer
som.c:989: warning: (near initialization for 
`som_hppa_howto_table[197].partial_inplace')
som.c:990: warning: missing initializer
som.c:990: warning: (near initialization for 
`som_hppa_howto_table[198].partial_inplace')
som.c:991: warning: missing initializer
som.c:991: warning: (near initialization for 
`som_hppa_howto_table[199].partial_inplace')
som.c:992: warning: missing initializer
som.c:992: warning: (near initialization for 
`som_hppa_howto_table[200].partial_inplace')
som.c:993: warning: missing initializer
som.c:993: warning: (near initialization for 
`som_hppa_howto_table[201].partial_inplace')
som.c:994: warning: missing initializer
som.c:994: warning: (near initialization for 
`som_hppa_howto_table[202].partial_inplace')
som.c:995: warning: missing initializer
som.c:995: warning: (near initialization for 
`som_hppa_howto_table[203].partial_inplace')
som.c:996: warning: missing initializer
som.c:996: warning: (near initialization for 
`som_hppa_howto_table[204].partial_inplace')
som.c:997: warning: missing initializer
som.c:997: warning: (near initialization for 
`som_hppa_howto_table[205].partial_inplace')
som.c:998: warning: missing initializer
som.c:998: warning: (near initialization for 
`som_hppa_howto_table[206].partial_inplace')
som.c:999: warning: missing initializer
som.c:999: warning: (near initialization for 
`som_hppa_howto_table[207].partial_inplace')
som.c:1000: warning: missing initializer
som.c:1000: warning: (near initialization for 
`som_hppa_howto_table[208].partial_inplace')
som.c:1001: warning: missing initializer
som.c:1001: warning: (near initialization for 
`som_hppa_howto_table[209].partial_inplace')
som.c:1002: warning: missing initializer
som.c:1002: warning: (near initialization for 
`som_hppa_howto_table[210].partial_inplace')
som.c:1003: warning: missing initializer
som.c:1003: warning: (near initialization for 
`som_hppa_howto_table[211].partial_inplace')
som.c:1004: warning: missing initializer
som.c:1004: warning: (near initialization for 
`som_hppa_howto_table[212].partial_inplace')
som.c:1005: warning: missing initializer
som.c:1005: warning: (near initialization for 
`som_hppa_howto_table[213].partial_inplace')
som.c:1006: warning: missing initializer
som.c:1006: warning: (near initialization for 
`som_hppa_howto_table[214].partial_inplace')
som.c:1007: warning: missing initializer
som.c:1007: warning: (near initialization for 
`som_hppa_howto_table[215].partial_inplace')
som.c:1008: warning: missing initializer
som.c:1008: warning: (near initialization for 
`som_hppa_howto_table[216].partial_inplace')
som.c:1009: warning: missing initializer
som.c:1009: warning: (near initialization for 
`som_hppa_howto_table[217].partial_inplace')
som.c:1010: warning: missing initializer
som.c:1010: warning: (near initialization for 
`som_hppa_howto_table[218].partial_inplace')
som.c:1011: warning: missing initializer
som.c:1011: warning: (near initialization for 
`som_hppa_howto_table[219].partial_inplace')
som.c:1012: warning: missing initializer
som.c:1012: warning: (near initialization for 
`som_hppa_howto_table[220].partial_inplace')
som.c:1013: warning: missing initializer
som.c:1013: warning: (near initialization for 
`som_hppa_howto_table[221].partial_inplace')
som.c:1014: warning: missing initializer
som.c:1014: warning: (near initialization for 
`som_hppa_howto_table[222].partial_inplace')
som.c:1015: warning: missing initializer
som.c:1015: warning: (near initialization for 
`som_hppa_howto_table[223].partial_inplace')
som.c:1016: warning: missing initializer
som.c:1016: warning: (near initialization for 
`som_hppa_howto_table[224].partial_inplace')
som.c:1017: warning: missing initializer
som.c:1017: warning: (near initialization for 
`som_hppa_howto_table[225].partial_inplace')
som.c:1018: warning: missing initializer
som.c:1018: warning: (near initialization for 
`som_hppa_howto_table[226].partial_inplace')
som.c:1019: warning: missing initializer
som.c:1019: warning: (near initialization for 
`som_hppa_howto_table[227].partial_inplace')
som.c:1020: warning: missing initializer
som.c:1020: warning: (near initialization for 
`som_hppa_howto_table[228].partial_inplace')
som.c:1021: warning: missing initializer
som.c:1021: warning: (near initialization for 
`som_hppa_howto_table[229].partial_inplace')
som.c:1022: warning: missing initializer
som.c:1022: warning: (near initialization for 
`som_hppa_howto_table[230].partial_inplace')
som.c:1023: warning: missing initializer
som.c:1023: warning: (near initialization for 
`som_hppa_howto_table[231].partial_inplace')
som.c:1024: warning: missing initializer
som.c:1024: warning: (near initialization for 
`som_hppa_howto_table[232].partial_inplace')
som.c:1025: warning: missing initializer
som.c:1025: warning: (near initialization for 
`som_hppa_howto_table[233].partial_inplace')
som.c:1026: warning: missing initializer
som.c:1026: warning: (near initialization for 
`som_hppa_howto_table[234].partial_inplace')
som.c:1027: warning: missing initializer
som.c:1027: warning: (near initialization for 
`som_hppa_howto_table[235].partial_inplace')
som.c:1028: warning: missing initializer
som.c:1028: warning: (near initialization for 
`som_hppa_howto_table[236].partial_inplace')
som.c:1029: warning: missing initializer
som.c:1029: warning: (near initialization for 
`som_hppa_howto_table[237].partial_inplace')
som.c:1030: warning: missing initializer
som.c:1030: warning: (near initialization for 
`som_hppa_howto_table[238].partial_inplace')
som.c:1031: warning: missing initializer
som.c:1031: warning: (near initialization for 
`som_hppa_howto_table[239].partial_inplace')
som.c:1032: warning: missing initializer
som.c:1032: warning: (near initialization for 
`som_hppa_howto_table[240].partial_inplace')
som.c:1033: warning: missing initializer
som.c:1033: warning: (near initialization for 
`som_hppa_howto_table[241].partial_inplace')
som.c:1034: warning: missing initializer
som.c:1034: warning: (near initialization for 
`som_hppa_howto_table[242].partial_inplace')
som.c:1035: warning: missing initializer
som.c:1035: warning: (near initialization for 
`som_hppa_howto_table[243].partial_inplace')
som.c:1036: warning: missing initializer
som.c:1036: warning: (near initialization for 
`som_hppa_howto_table[244].partial_inplace')
som.c:1037: warning: missing initializer
som.c:1037: warning: (near initialization for 
`som_hppa_howto_table[245].partial_inplace')
som.c:1038: warning: missing initializer
som.c:1038: warning: (near initialization for 
`som_hppa_howto_table[246].partial_inplace')
som.c:1039: warning: missing initializer
som.c:1039: warning: (near initialization for 
`som_hppa_howto_table[247].partial_inplace')
som.c:1040: warning: missing initializer
som.c:1040: warning: (near initialization for 
`som_hppa_howto_table[248].partial_inplace')
som.c:1041: warning: missing initializer
som.c:1041: warning: (near initialization for 
`som_hppa_howto_table[249].partial_inplace')
som.c:1042: warning: missing initializer
som.c:1042: warning: (near initialization for 
`som_hppa_howto_table[250].partial_inplace')
som.c:1043: warning: missing initializer
som.c:1043: warning: (near initialization for 
`som_hppa_howto_table[251].partial_inplace')
som.c:1044: warning: missing initializer
som.c:1044: warning: (near initialization for 
`som_hppa_howto_table[252].partial_inplace')
som.c:1045: warning: missing initializer
som.c:1045: warning: (near initialization for 
`som_hppa_howto_table[253].partial_inplace')
som.c:1046: warning: missing initializer
som.c:1046: warning: (near initialization for 
`som_hppa_howto_table[254].partial_inplace')
som.c:1047: warning: missing initializer
som.c:1047: warning: (near initialization for 
`som_hppa_howto_table[255].partial_inplace')
som.c: In function `try_prev_fixup':
som.c:1161: warning: unused parameter `abfd'
som.c: In function `hppa_som_reloc':
som.c:1435: warning: unused parameter `abfd'
som.c:1437: warning: unused parameter `symbol_in'
som.c:1438: warning: unused parameter `data'
som.c:1441: warning: unused parameter `error_message'
som.c: In function `hppa_som_gen_reloc_type':
som.c:1575: warning: enumeration value `e_ltpsel' not handled in switch
som.c:1575: warning: enumeration value `e_rtpsel' not handled in switch
som.c: In function `som_bfd_reloc_type_lookup':
som.c:1724: warning: unused parameter `abfd'
som.c: In function `som_object_setup':
som.c:1808: warning: comparison between signed and unsigned
som.c:1808: warning: comparison between signed and unsigned
som.c: In function `setup_sections':
som.c:1937: warning: comparison between signed and unsigned
som.c:1945: warning: comparison between signed and unsigned
som.c:2062: warning: comparison between signed and unsigned
som.c:1859: warning: `subspace_sections' might be used uninitialized in this 
function
som.c: In function `compare_subspaces':
som.c:2542: warning: unused variable `count2'
som.c:2542: warning: unused variable `count1'
som.c: In function `som_prep_for_fixups':
som.c:2569: warning: comparison between signed and unsigned
som.c:2595: warning: comparison between signed and unsigned
som.c:2641: warning: comparison between signed and unsigned
som.c: In function `som_write_fixups':
som.c:2758: warning: comparison between signed and unsigned
som.c:2893: warning: comparison between signed and unsigned
som.c:2900: warning: comparison between signed and unsigned
som.c:2915: warning: comparison between signed and unsigned
som.c:3026: warning: comparison between signed and unsigned
som.c: In function `som_write_space_strings':
som.c:3083: warning: comparison between signed and unsigned
som.c:3117: warning: comparison between signed and unsigned
som.c: In function `som_write_symbol_strings':
som.c:3177: warning: comparison between signed and unsigned
som.c:3235: warning: comparison between signed and unsigned
som.c:3266: warning: comparison between signed and unsigned
som.c: In function `som_begin_writing':
som.c:3283: warning: unused variable `total_reloc_size'
som.c: In function `som_bfd_derive_misc_symbol_info':
som.c:3950: warning: unused parameter `abfd'
som.c: In function `som_build_and_write_symbol_table':
som.c:4090: warning: comparison between signed and unsigned
som.c:4117: warning: comparison between signed and unsigned
som.c: In function `bfd_section_from_som_symbol':
som.c:4222: warning: comparison between signed and unsigned
som.c: In function `som_slurp_symbol_table':
som.c:4289: warning: comparison between signed and unsigned
som.c: In function `som_print_symbol':
som.c:4481: warning: unused parameter `ignore_abfd'
som.c: In function `som_bfd_is_local_label_name':
som.c:4510: warning: unused parameter `abfd'
som.c: In function `som_set_reloc_info':
som.c:4641: warning: subscript has type `char'
som.c:4819: warning: unused variable `addend'
som.c: In function `som_slurp_reloc_table':
som.c:4895: warning: comparison between signed and unsigned
som.c: In function `som_find_nearest_line':
som.c:5319: warning: unused parameter `abfd'
som.c:5320: warning: unused parameter `section'
som.c:5321: warning: unused parameter `symbols'
som.c:5322: warning: unused parameter `offset'
som.c:5323: warning: unused parameter `filename_ptr'
som.c:5324: warning: unused parameter `functionname_ptr'
som.c:5325: warning: unused parameter `line_ptr'
som.c: In function `som_sizeof_headers':
som.c:5332: warning: unused parameter `abfd'
som.c:5333: warning: unused parameter `reloc'
som.c: In function `som_get_symbol_info':
som.c:5388: warning: unused parameter `ignore_abfd'
som.c: In function `som_write_armap':
som.c:6077: warning: unused parameter `map'
som.c:6078: warning: unused parameter `orl_count'
som.c:6079: warning: unused parameter `stridx'
som.c: In function `som_bfd_link_split_section':
som.c:6231: warning: unused parameter `abfd'
echo timestamp > som.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c cpu-hppa.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c cpu-hppa.c -o 
cpu-hppa.o
echo timestamp > cpu-hppa.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-DHOST_HPPAHPUX -DHPUX_CORE   -I. -I. -I./../include  -I./../intl -I../intl   
-W -Wall -O2 -c hpux-core.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. 
-I. -I./../include -I./../intl -I../intl -W -Wall -O2 -c hpux-core.c -o 
hpux-core.o
hpux-core.c: In function `hpux_core_core_file_matches_executable_p':
hpux-core.c:330: warning: unused parameter `core_bfd'
hpux-core.c:330: warning: unused parameter `exec_bfd'
echo timestamp > hpux-core.lo
rm -f tofiles
f=""; \
for i in som.lo cpu-hppa.lo hpux-core.lo ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ./../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool --mode=link gcc -W -Wall -O2  -o libbfd.la -rpath 
/home/rdstt1/t901353/local/lib -release 2.9.5  archive.lo archures.lo bfd.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 `cat ofiles`  
mkdir .libs
ar cru .libs/libbfd.a  archive.o archures.o bfd.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 som.o cpu-hppa.o 
hpux-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; \
  /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
GNUmake[3]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd'
GNUmake[2]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd'
GNUmake[1]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/bfd'
GNUmake[1]: Entering directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/opcodes'
GNUmake  all-recursive
GNUmake[2]: Entering directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/opcodes'
Making all in po
GNUmake[3]: Entering directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/opcodes/po'
GNUmake[3]: Nothing to be done for `all'.
GNUmake[3]: Leaving directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/opcodes/po'
GNUmake[3]: Entering directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/opcodes'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-I. -I. -I../bfd -I./../include -I./../bfd -DHOST_HPPAHPUX -I./../intl 
-I../intl   -W -Wall -O2 -c dis-buf.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include 
-I./../bfd -DHOST_HPPAHPUX -I./../intl -I../intl -W -Wall -O2 -c dis-buf.c -o 
dis-buf.o
echo timestamp > dis-buf.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-I. -I. -I../bfd -I./../include -I./../bfd -DHOST_HPPAHPUX -I./../intl 
-I../intl   -W -Wall -O2 -c  -DARCH_hppa ./disassemble.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include 
-I./../bfd -DHOST_HPPAHPUX -I./../intl -I../intl -W -Wall -O2 -c -DARCH_hppa 
./disassemble.c -o disassemble.o
echo timestamp > disassemble.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE 
-I. -I. -I../bfd -I./../include -I./../bfd -DHOST_HPPAHPUX -I./../intl 
-I../intl   -W -Wall -O2 -c hppa-dis.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include 
-I./../bfd -DHOST_HPPAHPUX -I./../intl -I../intl -W -Wall -O2 -c hppa-dis.c -o 
hppa-dis.o
echo timestamp > hppa-dis.lo
/bin/sh ./libtool --mode=link gcc -W -Wall -O2  -o libopcodes.la -rpath 
/home/rdstt1/t901353/local/lib -release 2.9.5  dis-buf.lo disassemble.lo 
hppa-dis.lo  
mkdir .libs
ar cru .libs/libopcodes.a  dis-buf.o disassemble.o hppa-dis.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; \
  /bin/sh ./../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
GNUmake[3]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/opcodes'
GNUmake[2]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/opcodes'
GNUmake[1]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/opcodes'
GNUmake[1]: Entering directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/etc'
GNUmake[1]: Nothing to be done for `all'.
GNUmake[1]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/etc'
GNUmake[1]: Entering directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/mmalloc'
gcc -c -O2 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_LIMITS_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1  -I. -I./../include ./mm.c
rm -rf libmmalloc.a
ar rc libmmalloc.a mm.o
true libmmalloc.a
GNUmake[1]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/mmalloc'
GNUmake[1]: Entering directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/readline'
rm -f readline.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 complete.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 bind.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 display.c
rm -f signals.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 signals.c
rm -f util.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 input.c
rm -f callback.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 terminal.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 nls.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 xmalloc.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 histfile.c
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 shell.c
rm -f tilde.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/home/rdstt1/t901353/local/include 
-DRL_LIBRARY_VERSION='"4.0"' -O2 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 nls.o xmalloc.o history.o histexpand.o 
histfile.o histsearch.o shell.o  tilde.o
test -n "true" && true libreadline.a
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o  
xmalloc.o
test -n "true" && true libhistory.a
GNUmake[1]: Leaving directory 
`/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/readline'
GNUmake[1]: Entering directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/sim'
GNUmake[1]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/sim'
GNUmake[1]: Entering directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/gdb'
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   main.c
rm -f version.c
echo '#include "version.h"' >> version.c
echo 'const char version[] = "5.0";' >> version.c
echo 'const char host_name[] = "hppa2.0w-hp-hpux11.00";' >> version.c
echo 'const char target_name[] = "hppa2.0w-hp-hpux11.00";' >> version.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   version.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   blockframe.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   breakpoint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   findvar.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   stack.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   thread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   source.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   values.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   eval.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   valops.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   valarith.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   valprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   printcmd.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   symtab.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   symfile.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   symmisc.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   infcmd.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   infrun.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   command.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   expprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   environ.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   event-loop.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   event-top.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   inf-loop.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   gdbarch.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   arch-utils.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   gdbtypes.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ./copying.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   hppa-tdep.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ser-tcp.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ser-unix.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ser-pipe.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   hppah-nat.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   corelow.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   core-aout.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   inftarg.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   fork-child.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   infttrace.c
infttrace.c: In function `get_process_first_stopped_thread_id':
infttrace.c:1406: warning: cast from pointer to integer of different size
infttrace.c: In function `get_process_next_stopped_thread_id':
infttrace.c:1457: warning: cast from pointer to integer of different size
infttrace.c: In function `write_protect_page':
infttrace.c:2448: warning: cast from pointer to integer of different size
infttrace.c: In function `require_notification_of_events':
infttrace.c:3107: warning: cast from pointer to integer of different size
infttrace.c: In function `require_notification_of_exec_events':
infttrace.c:3148: warning: cast from pointer to integer of different size
infttrace.c: In function `hppa_enable_catch_fork':
infttrace.c:3237: warning: cast from pointer to integer of different size
infttrace.c:3253: warning: cast from pointer to integer of different size
infttrace.c: In function `hppa_disable_catch_fork':
infttrace.c:3272: warning: cast from pointer to integer of different size
infttrace.c:3289: warning: cast from pointer to integer of different size
infttrace.c: In function `hppa_enable_catch_vfork':
infttrace.c:3337: warning: cast from pointer to integer of different size
infttrace.c:3354: warning: cast from pointer to integer of different size
infttrace.c: In function `hppa_disable_catch_vfork':
infttrace.c:3373: warning: cast from pointer to integer of different size
infttrace.c:3389: warning: cast from pointer to integer of different size
infttrace.c: In function `child_has_forked':
infttrace.c:3454: warning: cast from pointer to integer of different size
infttrace.c: In function `child_has_vforked':
infttrace.c:3499: warning: cast from pointer to integer of different size
infttrace.c: In function `child_has_execd':
infttrace.c:3584: warning: cast from pointer to integer of different size
infttrace.c: In function `child_has_syscall_event':
infttrace.c:3631: warning: cast from pointer to integer of different size
infttrace.c: In function `read_from_register_save_state':
infttrace.c:3710: warning: cast from pointer to integer of different size
infttrace.c: In function `write_to_register_save_state':
infttrace.c:3745: warning: cast from pointer to integer of different size
infttrace.c: In function `call_ptrace':
infttrace.c:3814: warning: cast from pointer to integer of different size
infttrace.c:3824: warning: cast from pointer to integer of different size
infttrace.c:3850: warning: cast from pointer to integer of different size
infttrace.c:3856: warning: cast from pointer to integer of different size
infttrace.c: In function `child_pid_to_exec_file':
infttrace.c:5216: warning: large integer implicitly truncated to unsigned type
infttrace.c: In function `hppa_enable_syscall_events':
infttrace.c:5480: warning: cast from pointer to integer of different size
infttrace.c:5492: warning: cast from pointer to integer of different size
infttrace.c: In function `hppa_disable_syscall_events':
infttrace.c:5510: warning: cast from pointer to integer of different size
infttrace.c:5522: warning: cast from pointer to integer of different size
infttrace.c: In function `hppa_range_profitable_for_hw_watchpoint':
infttrace.c:5753: warning: cast from pointer to integer of different size
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   hp-psymtab-read.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   hp-symtab-read.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   pa64solib.c
pa64solib.c: In function `pa64_solib_add':
pa64solib.c:440: warning: passing arg 4 of `dlgetmodinfo' from incompatible 
pointer type
pa64solib.c:447: warning: passing arg 3 of `dlgetname' from incompatible 
pointer type
pa64solib.c: In function `read_dld_descriptor':
pa64solib.c:1000: warning: passing arg 4 of `dlgetmodinfo' from incompatible 
pointer type
pa64solib.c:1020: warning: passing arg 3 of `dlgetname' from incompatible 
pointer type
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   remote.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   dcache.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   remote-utils.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   tracepoint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ax-general.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ax-gdb.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   mem-break.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   target.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   parse.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   language.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   c-exp.tab.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   jv-exp.tab.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   f-exp.tab.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   m2-exp.tab.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   buildsym.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   kod.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   kod-cisco.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   gdb-events.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   exec.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   bcache.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   objfiles.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   minsyms.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   maint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   demangle.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   dbxread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   coffread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   elfread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   dwarfread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   dwarf2read.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   mipsread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   stabsread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   corefile.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   c-lang.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ch-exp.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ch-lang.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   f-lang.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ui-out.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   cli-out.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   varobj.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   wrapper.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   jv-lang.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   jv-valprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   jv-typeprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   m2-lang.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   scm-exp.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   scm-lang.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   scm-valprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   complaints.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   typeprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   c-typeprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ch-typeprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   f-typeprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   m2-typeprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   c-valprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   cp-valprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ch-valprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   f-valprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   m2-valprint.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   nlmread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   serial.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   mdebugread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   os9kread.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   top.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   utils.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ui-file.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   ./tui/tui-file.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   annotate.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   inflow.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   gnu-regex.c
Making init.c
gcc -c -O2  -D__HP_CURSES  -I. -I. -I./config -DHAVE_CONFIG_H 
-I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include 
-I../intl -I./../intl -I./tui  -DUSE_INCLUDED_REGEX   init.c
rm -f libgdb.a
ar q libgdb.a version.o blockframe.o breakpoint.o findvar.o stack.o thread.o 
source.o values.o eval.o valops.o valarith.o valprint.o printcmd.o symtab.o 
symfile.o symmisc.o infcmd.o infrun.o command.o expprint.o environ.o 
event-loop.o event-top.o inf-loop.o gdbarch.o arch-utils.o gdbtypes.o copying.o 
hppa-tdep.o ser-tcp.o ser-unix.o ser-pipe.o hppah-nat.o corelow.o core-aout.o 
inftarg.o fork-child.o infttrace.o hp-psymtab-read.o hp-symtab-read.o 
pa64solib.o remote.o dcache.o remote-utils.o tracepoint.o ax-general.o ax-gdb.o 
  mem-break.o target.o parse.o language.o c-exp.tab.o jv-exp.tab.o f-exp.tab.o 
m2-exp.tab.o buildsym.o kod.o kod-cisco.o gdb-events.o exec.o bcache.o 
objfiles.o minsyms.o maint.o demangle.o dbxread.o coffread.o elfread.o 
dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o c-lang.o ch-exp.o 
ch-lang.o f-lang.o ui-out.o cli-out.o varobj.o wrapper.o jv-lang.o 
jv-valprint.o jv-typeprint.o m2-lang.o scm-exp.o scm-lang.o scm-valprint.o 
complaints.o typeprin!
t.o c-typeprint.o ch-typeprint.o f-typeprint.o m2-typeprint.o c-valprint.o 
cp-valprint.o ch-valprint.o f-valprint.o m2-valprint.o nlmread.o serial.o 
mdebugread.o os9kread.o top.o utils.o ui-file.o tui-file.o annotate.o inflow.o 
gnu-regex.o    init.o
true libgdb.a
rm -f gdb
gcc -O2  -D__HP_CURSES      -o gdb main.o libgdb.a    ../bfd/libbfd.a 
../readline/libreadline.a ../opcodes/libopcodes.a ./../intl/libintl.a 
../libiberty/libiberty.a -lHcurses     -lm  ../libiberty/libiberty.a  
/bin/ld: Unsatisfied symbols:
   dlgetmodinfo (code)
   dlgetname (code)
collect2: ld returned 1 exit status
GNUmake[1]: *** [gdb] Error 1
GNUmake[1]: Leaving directory `/tmp_mnt/home/rdstt1/t901353/src/gdb-5.0/gdb'
GNUmake: *** [all-gdb] Error 2
[gdb-5.0]rds294[191]% 

xcxc===========================================================================
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]