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


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

gdb/799: failed compiled gcc311 on Solaris for x86 in core-regset.c


>Number:         799
>Category:       gdb
>Synopsis:       failed compiled gcc311 on Solaris for x86 in core-regset.c
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 18 15:18:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     cconstan@csc.uvic.ca
>Release:        gdb 5..2.1
>Organization:
>Environment:
Solaris 5.8 for x86
>Description:
gdb 5.2.1 fails to make using gcc 3.1.1 on Solaris 8 for x86. Nothing special, a simpile configure with shared libs, prefix, and make. I've attached a typescript (using the script command) of the session. It's called gdb-5.2.1-errors.txt. I've tried using the gnu Binutils and Sun's own ld and (at which point I get different errors in different files) it still does not build.
>How-To-Repeat:
follow the directions in the enclosed file.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="gdb-5.2.1-errors.txt"
Content-Disposition: inline; filename="gdb-5.2.1-errors.txt"

Script started on Fri Oct 18 12:02:52 2002
$ whoami
admpubsw
$ hostname
quadra
$ pwd
/sw/pgmstore/admpubsw/gdb/gdb-5.2.1
$ df -k .
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/dsk/c0t0d3s3    25354294 2389015 21697565    10%    /sw
$ echo $PATH
/public/bin:/sw/public/bin:/usr/bin:/usr/ccs/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb
$ echo $LD_LIBRARY_PATH
/public/lib:/sw/public/lib:/usr/lib
$ ls
COPYING         config.sub      intl            missing         opcodes
COPYING.LIB     configure       libiberty       mkinstalldirs   readline
Makefile.in     configure.in    libtool.m4      mmalloc         sim
README          djunpack.bat    ltcf-c.sh       move-if-change  symlink-tree
bfd             etc             ltcf-cxx.sh     mpw-README      texinfo
config          gdb             ltcf-gcj.sh     mpw-build.in    typescript
config-ml.in    gettext.m4      ltconfig        mpw-config.in   utils
config.guess    include         ltmain.sh       mpw-configure   ylwrap
config.if       install-sh      md5.sum         mpw-install
$ ./configure --help
Usage: configure [OPTIONS] [HOST]

Options: [defaults in brackets]
 --prefix=MYDIR          install into MYDIR [/usr/local]
 --exec-prefix=MYDIR     install host-dependent files into MYDIR [/usr/local]
 --help                  print this message [normal config]
 --build=BUILD           configure for building on BUILD [BUILD=HOST]
 --host=HOST             configure for HOST [determined via config.guess]
 --norecursion           configure this directory only [recurse]
 --program-prefix=FOO    prepend FOO to installed program names [""]
 --program-suffix=FOO    append FOO to installed program names [""]
 --program-transform-name=P transform installed names by sed pattern P [""]
 --site=SITE             configure with site-specific makefile for SITE
 --srcdir=DIR            find the sources in DIR [. or ..]
 --target=TARGET         configure for TARGET [TARGET=HOST]
 --tmpdir=TMPDIR         create temporary files in TMPDIR [/tmp]
 --nfp                   configure for software floating point [hard float]
 --with-FOO, --with-FOO=BAR package FOO is available (parameter BAR)
 --without-FOO           package FOO is NOT available
 --enable-FOO, --enable-FOO=BAR include feature FOO (parameter BAR)
 --disable-FOO           do not include feature FOO

Where HOST and TARGET are something like "sparc-sunos", "mips-sgi-irix5", etc.

$ ./configure --prefix=/package/gdb-5.2.1
Configuring for a i386-pc-solaris2.8 host.
Created "Makefile" in /sw/pgmstore/admpubsw/gdb/gdb-5.2.1 using "mh-frag"
Configuring intl...
creating cache ../config.cache
checking for a BSD compatible install... ./../install-sh -c
checking how to run the C preprocessor... gcc -E
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for POSIXized ISC... no
checking for ANSI C header files... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for values.h... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... 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... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
found xgettext programs is not GNU xgettext; ignore it
updating cache ../config.cache
creating ./config.status
creating Makefile
creating config.h
Configuring mmalloc...
loading cache ../config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... ./../install-sh -c
checking host system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
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) yes
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 whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... no
checking for perl... perl
checking host system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
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) yes
checking for POSIXized ISC... no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for a BSD compatible install... ./../install-sh -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 limits.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 time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for ANSI C header files... (cached) yes
checking for uintptr_t... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) 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 bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... 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... no
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 whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for _doprnt... 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... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working strncmp... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring opcodes...
loading cache ../config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for a BSD compatible install... ./../install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for ld used by GCC... /public/bin/ld
checking if the linker (/public/bin/ld) is GNU ld... yes
checking for /public/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /public/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking for ranlib... (cached) ranlib
checking for strip... strip
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 393217
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/public/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.8 ld.so
checking command to parse /public/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
updating cache ../config.cache
loading cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for executable suffix... (cached) no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
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 stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for 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) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
found xgettext programs is not GNU xgettext; ignore it
checking for catalogs to be installed...  fr sv tr es da de
checking for a BSD compatible install... ./../install-sh -c
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
creating ./config.status
creating Makefile
creating po/Makefile.in
creating config.h
Configuring bfd...
loading cache ../config.cache
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for a BSD compatible install... ./../install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /public/bin/ld
checking if the linker (/public/bin/ld) is GNU ld... (cached) yes
checking for /public/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /public/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
loading cache ../config.cache within ltconfig
checking for objdir... .libs
checking for gcc option to produce PIC...  -fPIC -DPIC
checking if gcc PIC flag  -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
finding the maximum length of command line arguments... (cached) 393217
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/public/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.8 ld.so
checking command to parse /public/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
loading cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for executable suffix... (cached) no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
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) yes
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) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
found xgettext programs is not GNU xgettext; ignore it
checking for catalogs to be installed...  fr tr ja es sv
checking for a BSD compatible install... ./../install-sh -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... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) 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... (cached) 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) yes
checking for madvise... yes
checking for mprotect... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating bfd-in3.h
creating po/Makefile.in
creating config.h
Configuring readline...
loading cache ../config.cache
checking host system type... i386-pc-solaris2.8
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for minix/config.h... no
checking whether gcc needs -traditional... no
checking for a BSD compatible install... ./../install-sh -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 lstat... yes
checking for memmove... (cached) yes
checking for putenv... (cached) yes
checking for select... yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for strcasecmp... (cached) yes
checking for tcgetattr... 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... yes
checking for sys/pte.h... yes
checking for sys/stream.h... yes
checking for sys/select.h... yes
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... no
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... no
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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... ./../install-sh -c
checking host system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) works... yes
checking whether the C compiler (gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (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... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
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) yes
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) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
found xgettext programs is not GNU xgettext; ignore it
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking for a BSD compatible install... /sw/pgmstore/admpubsw/gdb/gdb-5.2.1/gdb/../install-sh -c
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for dlltool... dlltool
checking for windres... windres
checking for bison... no
checking for byacc... no
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 nlist.h... yes
checking for link.h... no
checking for thread_db.h... yes
checking for proc_service.h... yes
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... yes
checking for sys/wait.h... (cached) yes
checking for wchar.h... yes
checking for wctype.h... yes
checking for asm/debugreg.h... no
checking for sys/debugreg.h... yes
checking for sys/select.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/user.h... yes
checking for sys/fault.h... yes
checking for sys/syscall.h... yes
checking for dirent.h... yes
checking for sys/ndir.h... no
checking for sys/dir.h... no
checking for ndir.h... no
checking for sys/filio.h... yes
checking for curses.h... yes
checking for ncurses.h... no
checking for poll.h... yes
checking for sys/poll.h... yes
checking whether stat file-mode macros are broken... (cached) no
checking for working const... (cached) yes
checking for bcopy... (cached) yes
checking for btowc... yes
checking for bzero... (cached) yes
checking for canonicalize_file_name... no
checking for isascii... yes
checking for poll... yes
checking for realpath... yes
checking for sbrk... (cached) yes
checking for setpgid... yes
checking for setpgrp... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for sigsetmask... (cached) no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether setpgrp takes no argument... yes
checking for sigsetjmp... yes
checking for r_fs in struct reg... no
checking for r_gs in struct reg... no
checking for PTRACE_GETREGS... yes
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for socketpair in -lsocket... yes
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 whether canonicalize_file_name must be declared... yes
checking for HPUX save_state structure... no
checking for member l_addr in struct link_map... no
checking for member lm_addr in struct link_map... no
checking for member som_addr in struct so_map... no
checking for struct link_map32 in sys/link.h... 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... yes
checking for long double support in scanf... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for Solaris thread debugging library... yes
checking for dlopen in -ldl... yes
checking for the ld -export-dynamic flag... yes
checking if <proc_service.h> is old... no
checking compiler warning flags...  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized
checking for cygwin... no
checking for tgetent in -lncurses... no
checking for tgetent in -lHcurses... no
checking for tgetent in -ltermlib... yes
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking whether gdbserver is supported on this host... no
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 .gdbinit
creating config.h
linking ./config/i386/xm-i386v4.h to xm.h
linking ./config/i386/tm-i386sol2.h to tm.h
linking ./config/i386/nm-i386sol2.h to nm.h
configuring in doc
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../config.cache --srcdir=.
loading cache ../../config.cache
checking for a BSD compatible install... ./../../install-sh -c
checking whether ln -s works... (cached) yes
creating ./config.status
creating Makefile
configuring in testsuite
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../config.cache --srcdir=.
loading cache ../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
creating ./config.status
creating Makefile
configuring in gdb.asm
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
creating ./config.status
creating Makefile
linking ./i386.inc to arch.inc
configuring in gdb.base
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
creating ./config.status
creating Makefile
configuring in gdb.c++
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
creating ./config.status
creating Makefile
configuring in gdb.java
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
creating ./config.status
creating Makefile
configuring in gdb.disasm
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
creating ./config.status
creating Makefile
configuring in gdb.chill
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
creating ./config.status
creating Makefile
configuring in gdb.mi
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
creating ./config.status
creating Makefile
configuring in gdb.threads
running /bin/sh ./configure  --host=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
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=i386-pc-solaris2.8 --target=i386-pc-solaris2.8 --prefix=/package/gdb-5.2.1 --cache-file=../../../config.cache --srcdir=.
loading cache ../../../config.cache
checking host system type... i386-pc-solaris2.8
checking target system type... i386-pc-solaris2.8
checking build system type... i386-pc-solaris2.8
creating ./config.status
creating Makefile
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... ./../install-sh -c
creating ./config.status
creating Makefile
Configuring utils...
Created "Makefile" in /sw/pgmstore/admpubsw/gdb/gdb-5.2.1/utils
Configuring spu...
Created "Makefile" in /sw/pgmstore/admpubsw/gdb/gdb-5.2.1/utils/spu
$ time make
make[1]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  regex.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic regex.c
In file included from regex.c:649:
regex.c: In function `byte_compile_range':
regex.c:4602: warning: signed and unsigned type in conditional expression
regex.c:4612: warning: signed and unsigned type in conditional expression
regex.c:4612: warning: signed and unsigned type in conditional expression
regex.c: At top level:
regex.c:1380: warning: traditional C rejects string concatenation
regex.c:1382: warning: traditional C rejects string concatenation
regex.c:1383: warning: traditional C rejects string concatenation
regex.c:1385: warning: traditional C rejects string concatenation
regex.c:1386: warning: traditional C rejects string concatenation
regex.c:1388: warning: traditional C rejects string concatenation
regex.c:1389: warning: traditional C rejects string concatenation
regex.c:1391: warning: traditional C rejects string concatenation
regex.c:1392: warning: traditional C rejects string concatenation
regex.c:1394: warning: traditional C rejects string concatenation
regex.c:1395: warning: traditional C rejects string concatenation
regex.c:1397: warning: traditional C rejects string concatenation
regex.c:1398: warning: traditional C rejects string concatenation
regex.c:1400: warning: traditional C rejects string concatenation
regex.c:1401: warning: traditional C rejects string concatenation
regex.c:1403: warning: traditional C rejects string concatenation
regex.c:1404: warning: traditional C rejects string concatenation
regex.c:1406: warning: traditional C rejects string concatenation
regex.c:1407: warning: traditional C rejects string concatenation
regex.c:1409: warning: traditional C rejects string concatenation
regex.c:1410: warning: traditional C rejects string concatenation
regex.c:1412: warning: traditional C rejects string concatenation
regex.c:1413: warning: traditional C rejects string concatenation
regex.c:1415: warning: traditional C rejects string concatenation
regex.c:1416: warning: traditional C rejects string concatenation
regex.c:1418: warning: traditional C rejects string concatenation
regex.c:1419: warning: traditional C rejects string concatenation
regex.c:1421: warning: traditional C rejects string concatenation
regex.c:1422: warning: traditional C rejects string concatenation
regex.c:1424: warning: traditional C rejects string concatenation
regex.c:1425: warning: traditional C rejects string concatenation
regex.c:1427: warning: traditional C rejects string concatenation
regex.c: In function `xregerror':
regex.c:8234: warning: unused parameter `preg'
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic cplus-dem.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic cp-demangle.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  md5.c -o pic/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic md5.c
md5.c:356:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:357:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:358:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:359:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:360:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:361:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:362:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:363:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:364:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:365:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:366:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:367:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:368:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:369:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:370:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:371:58: warning: function-like macro "FG" must be used with arguments in traditional C
md5.c:374:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:375:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:376:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:377:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:378:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:379:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:380:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:381:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:382:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:383:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:384:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:385:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:386:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:387:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:388:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:389:58: warning: function-like macro "FH" must be used with arguments in traditional C
md5.c:392:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:393:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:394:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:395:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:396:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:397:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:398:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:399:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:400:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:401:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:402:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:403:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:404:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:405:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:406:58: warning: function-like macro "FI" must be used with arguments in traditional C
md5.c:407:58: warning: function-like macro "FI" must be used with arguments in traditional C
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  alloca.c -o pic/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic alloca.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  argv.c -o pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic argv.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic choose-temp.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic concat.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  dyn-string.c -o pic/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic dyn-string.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic fdmatch.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic fibheap.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic floatformat.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  fnmatch.c -o pic/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic fnmatch.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  getopt.c -o pic/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic getopt.c
getopt.c: In function `_getopt_initialize':
getopt.c:396: warning: unused parameter `argc'
getopt.c:397: warning: unused parameter `argv'
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  getopt1.c -o pic/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic getopt1.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic getpwd.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic getruntime.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic hashtab.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  hex.c -o pic/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic hex.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic lbasename.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic make-temp-file.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic objalloc.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic obstack.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  partition.c -o pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic partition.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  pexecute.c -o pic/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic pexecute.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic safe-ctype.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  sort.c -o pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic sort.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  spaces.c -o pic/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic spaces.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  splay-tree.c -o pic/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic splay-tree.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  strerror.c -o pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic strerror.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic strsignal.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  ternary.c -o pic/ternary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic ternary.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic xatexit.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  xexit.c -o pic/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic xexit.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic xmalloc.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic xmemdup.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic xstrdup.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic xstrerror.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  asprintf.c -o pic/asprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic asprintf.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  mkstemps.c -o pic/mkstemps.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic mkstemps.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  setenv.c -o pic/setenv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic setenv.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  sigsetmask.c -o pic/sigsetmask.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic sigsetmask.c
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic  vasprintf.c -o pic/vasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I./../include  -W -Wall -Wtraditional -pedantic vasprintf.c
rm -f libiberty.a pic/libiberty.a
ar cr libiberty.a \
  regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o
true libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar cr libiberty.a \
    regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o; \
  true libiberty.a; \
  cd ..; \
else true; fi
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
  for g in asprintf.o mkstemps.o setenv.o sigsetmask.o vasprintf.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/libiberty/testsuite'
make[1]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/libiberty'
make[1]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/intl'
make[1]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd'
make  all-recursive
make[2]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd'
Making all in doc
make[3]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd/doc'
Making all in po
make[3]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd/po'
( if test 'x.' != 'x.'; then \
    posrcprefix='../'; \
  else \
    posrcprefix="../"; \
  fi; \
  rm -f SRC-POTFILES-t SRC-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[     ]*$/d' \
            -e "s@.*@   $posrcprefix& \\\\@" < ./SRC-POTFILES.in \
        | sed -e '$s/\\$//') > SRC-POTFILES-t \
    && chmod a-w SRC-POTFILES-t \
    && mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[     ]*$/d' \
            -e "s@.*@   ../& \\\\@" < ./BLD-POTFILES.in \
        | sed -e '$s/\\$//') > BLD-POTFILES-t \
    && chmod a-w BLD-POTFILES-t \
    && mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
  && CONFIG_FILES=po/Makefile.in:po/Make-in \
     CONFIG_HEADERS= /bin/sh ./config.status
creating po/Makefile.in
make[3]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd/po'
make[3]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd/po'
/usr/bin/msgfmt -o fr.mo fr.po
/usr/bin/msgfmt -o tr.mo tr.po
/usr/bin/msgfmt -o ja.mo ja.po
/usr/bin/msgfmt -o es.mo es.po
/usr/bin/msgfmt -o sv.mo sv.po
make[3]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd/po'
make[3]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/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     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c archive.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c archive.c -o archive.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./archures.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./archures.c -o archures.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c bfd.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c bfd.c -o bfd.o
In file included from bfd.c:204:
../include/libiberty.h:80: warning: function declaration isn't a prototype
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c cache.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c cache.c -o cache.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c coffgen.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c coffgen.c -o coffgen.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c corefile.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c corefile.c -o corefile.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c format.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c format.c -o format.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c init.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c init.c -o init.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c libbfd.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c libbfd.c -o libbfd.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c opncls.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c opncls.c -o opncls.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c reloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c reloc.c -o reloc.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c section.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c section.c -o section.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c syms.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c syms.c -o syms.o
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     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./targets.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386coff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" -DHAVE_bfd_elf32_i386_vec -DHAVE_i386coff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./targets.c -o targets.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c hash.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c hash.c -o hash.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c linker.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c linker.c -o linker.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c srec.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c srec.c -o srec.o
In file included from srec.c:110:
../include/libiberty.h:80: warning: function declaration isn't a prototype
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c binary.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c binary.c -o binary.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c tekhex.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c tekhex.c -o tekhex.o
In file included from tekhex.c:73:
../include/libiberty.h:80: warning: function declaration isn't a prototype
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c ihex.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c ihex.c -o ihex.o
In file included from ihex.c:125:
../include/libiberty.h:80: warning: function declaration isn't a prototype
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c stabs.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c stabs.c -o stabs.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c stab-syms.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c stab-syms.c -o stab-syms.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c merge.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c merge.c -o merge.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c dwarf2.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c dwarf2.c -o dwarf2.o
In file included from dwarf2.c:34:
../include/libiberty.h:80: warning: function declaration isn't a prototype
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c archive64.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c archive64.c -o archive64.o
rm -f elf32-target.h
sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf32-i386.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf32-i386.c -o elf32-i386.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf32.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf32.c -o elf32.o
In file included from elfcode.h:69,
                 from elf32.c:22:
../include/libiberty.h:80: warning: function declaration isn't a prototype
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf.c -o elf.o
In file included from elf.c:41:
../include/libiberty.h:80: warning: function declaration isn't a prototype
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elflink.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elflink.c -o elflink.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf-strtab.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf-strtab.c -o elf-strtab.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf-eh-frame.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf-eh-frame.c -o elf-eh-frame.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c dwarf1.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c dwarf1.c -o dwarf1.o
In file included from dwarf1.c:24:
../include/libiberty.h:80: warning: function declaration isn't a prototype
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c coff-i386.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c coff-i386.c -o coff-i386.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c cofflink.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c cofflink.c -o cofflink.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf32-gen.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c elf32-gen.c -o elf32-gen.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c cpu-i386.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c cpu-i386.c -o cpu-i386.o
rm -f tofiles
f=""; \
for i in elf32-i386.lo elf32.lo elf.lo elflink.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo coff-i386.lo cofflink.lo elf32-gen.lo cpu-i386.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 -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686  -o libbfd.la -rpath /package/gdb-5.2.1/lib -release 2.12.90  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 merge.lo dwarf2.lo archive64.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 merge.o dwarf2.o archive64.o elf32-i386.o elf32.o elf.o elflink.o elf-strtab.o elf-eh-frame.o dwarf1.o coff-i386.o cofflink.o elf32-gen.o cpu-i386.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; \
  true libbfd.tmp; \
  /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[3]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd'
make[2]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd'
make[1]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/bfd'
make[1]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/opcodes'
make  all-recursive
make[2]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/opcodes'
Making all in po
make[3]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/opcodes/po'
/usr/bin/msgfmt -o fr.mo fr.po
/usr/bin/msgfmt -o sv.mo sv.po
/usr/bin/msgfmt -o tr.mo tr.po
/usr/bin/msgfmt -o es.mo es.po
/usr/bin/msgfmt -o da.mo da.po
/usr/bin/msgfmt -o de.mo de.po
make[3]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/opcodes/po'
make[3]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/opcodes'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c dis-buf.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c dis-buf.c -o dis-buf.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c  -DARCH_i386 ./disassemble.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c -DARCH_i386 ./disassemble.c -o disassemble.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c i386-dis.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -c i386-dis.c -o i386-dis.o
/bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686  -o libopcodes.la -rpath /package/gdb-5.2.1/lib -release 2.12.90  dis-buf.lo disassemble.lo i386-dis.lo  
mkdir .libs
ar cru .libs/libopcodes.a  dis-buf.o disassemble.o i386-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; \
  true libopcodes.tmp; \
  /bin/sh ./../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[3]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/opcodes'
make[2]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/opcodes'
make[1]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/opcodes'
make[1]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/etc'
make[1]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/mmalloc'
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1  -I. -I./../include ./mm.c
rm -rf libmmalloc.a
ar cr libmmalloc.a mm.o
true libmmalloc.a
make[1]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/mmalloc'
make[1]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/readline'
rm -f readline.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 complete.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 bind.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 display.c
rm -f signals.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 signals.c
rm -f util.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 input.c
rm -f callback.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 terminal.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 nls.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 xmalloc.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 histfile.c
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 shell.c
rm -f tilde.o
gcc -c -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 -I. -I. -I/package/gdb-5.2.1/include -DRL_LIBRARY_VERSION='"4.1"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686 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
make[1]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/readline'
make[1]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/sim'
make[1]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/sim'
make[1]: Entering directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/gdb'
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  main.c
cc1: warning: -Wuninitialized is not supported without -O
rm -f version.c-tmp version.c
echo '#include "version.h"' >> version.c-tmp
echo 'const char version[] = "'"`sed q ./version.in`"'";' >> version.c-tmp
echo 'const char host_name[] = "i386-pc-solaris2.8";' >> version.c-tmp
echo 'const char target_name[] = "i386-pc-solaris2.8";' >> version.c-tmp
mv version.c-tmp version.c
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  version.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  blockframe.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  breakpoint.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  findvar.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  regcache.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  source.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  values.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  eval.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  valops.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  valarith.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  valprint.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  printcmd.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  symtab.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  symfile.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  symmisc.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  linespec.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  infcmd.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  infrun.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  expprint.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  environ.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  stack.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  thread.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  event-loop.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  event-top.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  inf-loop.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  completer.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  gdbarch.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  arch-utils.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  gdbtypes.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  ./copying.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  i386-tdep.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  i387-tdep.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  solib.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  solib-svr4.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  solib-legacy.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  ser-unix.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  ser-pipe.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  ser-tcp.c
cc1: warning: -Wuninitialized is not supported without -O
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=i686    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  core-regset.c
cc1: warning: -Wuninitialized is not supported without -O
In file included from core-regset.c:53:
gregset.h:32: parse error before "gdb_gregset_t"
gregset.h:32: warning: type defaults to `int' in declaration of `gdb_gregset_t'
gregset.h:32: warning: data definition has no type or storage class
gregset.h:33: parse error before "gdb_fpregset_t"
gregset.h:33: warning: type defaults to `int' in declaration of `gdb_fpregset_t'
gregset.h:33: warning: data definition has no type or storage class
gregset.h:45: parse error before '*' token
gregset.h:46: parse error before '*' token
gregset.h:52: parse error before '*' token
gregset.h:53: parse error before '*' token
core-regset.c: In function `fetch_core_registers':
core-regset.c:87: parse error before "gregset"
core-regset.c:92: `gregset' undeclared (first use in this function)
core-regset.c:92: (Each undeclared identifier is reported only once
core-regset.c:92: for each function it appears in.)
core-regset.c:104: `fpregset' undeclared (first use in this function)
make[1]: *** [core-regset.o] Error 1
make[1]: Leaving directory `/sw/pgmstore/admpubsw/gdb/gdb-5.2.1/gdb'
make: *** [all-gdb] Error 2

real     1:42.2
user     1:13.8
sys        31.8
$ ^D
script done on Fri Oct 18 12:10:06 2002


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