This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc makefile problem
- From: Kwok Cheung <kc at scs dot agilent dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 21 Jan 2003 16:12:17 -0800 (PST)
- Subject: gcc makefile problem
I was try to install gcc onto my HP-UX 10.20 system. I install the pacakge
gcc-3.1 under and /usr/local and run the script installit under
/usr/local/gcc-3.1
It choked, I wonder if you can take a look at the logfile generate
and guide me thru.
=============== begin logfile =======================================
cd binutils; rm -f config.cache ; ./configure ; gmake install; cd gas; gmake install
Configuring for a hppa2.0-hp-hpux10.20 host.
Created "Makefile" in /usr/local/gcc-3.1/binutils using "mh-frag" and "mt-frag"
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on a PA 1.x system.
./config.status is unchanged
Configuring intl...
creating cache ../config.cache
checking for a BSD compatible install... ./../install-sh -c
checking how to run the C preprocessor... cc -E
checking whether make sets ${MAKE}... yes
checking for gcc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... no
checking for ranlib... /bin/true
checking for POSIXized ISC... no
checking for ANSI C header files... yes
checking for working const... no
checking for inline... no
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for values.h... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for stpcpy... no
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
checking for xgettext... :
updating cache ../config.cache
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
linking ./libgettext.h to libintl.h
Configuring libiberty...
loading cache ../config.cache
checking host system type... hppa2.0-hp-hpux10.20
checking build system type... hppa2.0-hp-hpux10.20
checking for ar... ar
checking for ranlib... (cached) /bin/true
checking for gcc... (cached) cc
checking whether we are using GNU C... (cached) no
checking for POSIXized ISC... no
checking for working const... (cached) no
checking for inline... (cached) no
checking for a BSD compatible install... ./../install-sh -c
Appending ./config/../../config/mh-papic to xhost-mkfrag
xhost-mkfrag is unchanged
checking how to run the C preprocessor... (cached) cc -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 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 whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) 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 getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... (cached) yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... (cached) no
checking for sigsetmask... yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for ANSI C header files... (cached) yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... no
checking for getrusage... yes
checking for on_exit... no
checking for psignal... no
checking for strerror... yes
checking for strsignal... no
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for working strncmp... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
config.h is unchanged
Configuring opcodes...
loading cache ../config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... hppa2.0-hp-hpux10.20
checking target system type... hppa2.0-hp-hpux10.20
checking build system type... hppa2.0-hp-hpux10.20
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... 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... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for ar... (cached) ar
checking for ranlib... (cached) /bin/true
checking for non-GNU ld... /bin/ld
checking if the linker (/bin/ld) is GNU ld... no
checking for /bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library
checking for object suffix... o
checking for executable suffix... no
checking for ranlib... (cached) /bin/true
checking for strip... strip
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking for objdir... .libs
checking for cc option to produce PIC... +Z -DPIC
checking if cc PIC flag +Z -DPIC works... yes
checking if cc static flag -Wl,-a -Wl,archive works... yes
checking if cc supports -c -o file.o... yes
checking whether the linker (/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... hpux10.20 dld.sl
checking command to parse /usr/local/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
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) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for ranlib... (cached) /bin/true
checking for ANSI C header files... (cached) yes
checking for working const... (cached) no
checking for inline... (cached) no
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... (cached) msgfmt
checking for gmsgfmt... (cached) msgfmt
checking for xgettext... (cached) :
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
config.h is unchanged
Configuring bfd...
loading cache ../config.cache
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking host system type... hppa2.0-hp-hpux10.20
checking target system type... hppa2.0-hp-hpux10.20
checking build system type... hppa2.0-hp-hpux10.20
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc 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... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for ar... (cached) ar
checking for ranlib... (cached) /bin/true
checking for non-GNU ld... (cached) /bin/ld
checking if the linker (/bin/ld) is GNU ld... (cached) no
checking for /bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/local/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking for ranlib... (cached) /bin/true
checking for strip... (cached) strip
loading cache ../config.cache within ltconfig
checking for objdir... .libs
checking for cc option to produce PIC... +Z -DPIC
checking if cc PIC flag +Z -DPIC works... (cached) yes
checking if cc static flag -Wl,-a -Wl,archive works... (cached) yes
checking if cc supports -c -o file.o... yes
checking whether the linker (/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... hpux10.20 dld.sl
checking command to parse /usr/local/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
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) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for ranlib... (cached) /bin/true
checking for ANSI C header files... (cached) yes
checking for working const... (cached) no
checking for inline... (cached) no
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... (cached) msgfmt
checking for gmsgfmt... (cached) msgfmt
checking for xgettext... (cached) :
checking for a BSD compatible install... ./../install-sh -c
checking for stddef.h... 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) no
checking for madvise... yes
checking for mprotect... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating bfd-in3.h
creating po/Makefile.in
creating config.h
config.h is unchanged
Configuring binutils...
loading cache ../config.cache
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking host system type... hppa2.0-hp-hpux10.20
checking target system type... hppa2.0-hp-hpux10.20
checking build system type... hppa2.0-hp-hpux10.20
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc 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... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for non-GNU ld... (cached) /bin/ld
checking if the linker (/bin/ld) is GNU ld... (cached) no
checking for /bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/local/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking for ranlib... (cached) /bin/true
checking for strip... (cached) strip
loading cache ../config.cache within ltconfig
checking for objdir... .libs
checking for cc option to produce PIC... +Z -DPIC
checking if cc PIC flag +Z -DPIC works... (cached) yes
checking if cc static flag -Wl,-a -Wl,archive works... (cached) yes
checking if cc supports -c -o file.o... yes
checking whether the linker (/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... hpux10.20 dld.sl
checking command to parse /usr/local/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
loading cache ../config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking for bison... bison -y
checking how to run the C preprocessor... (cached) cc -E
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... no
checking lex output file root... lex.yy
checking whether yytext is a pointer... no
checking for ranlib... (cached) /bin/true
checking for ANSI C header files... (cached) yes
checking for working const... (cached) no
checking for inline... (cached) no
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... (cached) msgfmt
checking for gmsgfmt... (cached) msgfmt
checking for xgettext... (cached) :
checking whether to enable maintainer-specific portions of Makefiles... no
checking for executable suffix... (cached) no
checking for ranlib... (cached) /bin/true
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
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for sbrk... (cached) yes
checking for utimes... yes
checking for setmode... no
checking for library containing frexp... none required
checking for time_t in time.h... yes
checking for time_t in sys/types.h... yes
checking for utime.h... yes
checking whether fprintf must be declared... no
checking whether strstr must be declared... (cached) no
checking whether sbrk must be declared... no
checking whether getenv must be declared... (cached) no
checking whether environ must be declared... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating po/Makefile.in
creating config.h
config.h is unchanged
Configuring gas...
loading cache ../config.cache
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking host system type... hppa2.0-hp-hpux10.20
checking target system type... hppa2.0-hp-hpux10.20
checking build system type... hppa2.0-hp-hpux10.20
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc 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... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for non-GNU ld... (cached) /bin/ld
checking if the linker (/bin/ld) is GNU ld... (cached) no
checking for /bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/local/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking for ranlib... (cached) /bin/true
checking for strip... (cached) strip
loading cache ../config.cache within ltconfig
checking for objdir... .libs
checking for cc option to produce PIC... +Z -DPIC
checking if cc PIC flag +Z -DPIC works... (cached) yes
checking if cc static flag -Wl,-a -Wl,archive works... (cached) yes
checking if cc supports -c -o file.o... yes
checking whether the linker (/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... hpux10.20 dld.sl
checking command to parse /usr/local/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
loading cache ../config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking for bison... (cached) bison -y
checking how to run the C preprocessor... (cached) cc -E
checking for flex... (cached) flex
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) no
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) no
checking for ranlib... (cached) /bin/true
checking for ANSI C header files... (cached) yes
checking for working const... (cached) no
checking for inline... (cached) no
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... (cached) msgfmt
checking for gmsgfmt... (cached) msgfmt
checking for xgettext... (cached) :
checking whether to enable maintainer-specific portions of Makefiles... no
checking for executable suffix... (cached) no
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... yes
checking for varargs.h... yes
checking for errno.h... yes
checking for sys/types.h... yes
checking whether compiling a cross-assembler... no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for inline... (cached) no
checking for unlink... yes
checking for sbrk... (cached) yes
checking for working assert macro... no
checking whether declaration is required for strstr... no
checking whether declaration is required for malloc... no
checking whether declaration is required for free... no
checking whether declaration is required for sbrk... no
checking whether declaration is required for environ... no
checking whether declaration is required for errno... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating .gdbinit
creating po/Makefile.in
creating config.h
config.h is unchanged
Configuring gprof...
loading cache ../config.cache
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking host system type... hppa2.0-hp-hpux10.20
checking target system type... hppa2.0-hp-hpux10.20
checking build system type... hppa2.0-hp-hpux10.20
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc 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... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for non-GNU ld... (cached) /bin/ld
checking if the linker (/bin/ld) is GNU ld... (cached) no
checking for /bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/local/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking for ranlib... (cached) /bin/true
checking for strip... (cached) strip
loading cache ../config.cache within ltconfig
checking for objdir... .libs
checking for cc option to produce PIC... +Z -DPIC
checking if cc PIC flag +Z -DPIC works... (cached) yes
checking if cc static flag -Wl,-a -Wl,archive works... (cached) yes
checking if cc supports -c -o file.o... yes
checking whether the linker (/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... hpux10.20 dld.sl
checking command to parse /usr/local/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
loading cache ../config.cache
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking for a BSD compatible install... ./../install-sh -c
checking for setmode... (cached) no
checking how to run the C preprocessor... (cached) cc -E
checking for ranlib... (cached) /bin/true
checking for ANSI C header files... (cached) yes
checking for working const... (cached) no
checking for inline... (cached) no
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... (cached) msgfmt
checking for gmsgfmt... (cached) msgfmt
checking for xgettext... (cached) :
checking whether to enable maintainer-specific portions of Makefiles... no
checking for executable suffix... (cached) no
checking for sys/gmon_out.h... no
checking the size of gmon pointers... 4
updating cache ../config.cache
creating ./config.status
creating Makefile
creating po/Makefile.in
creating gconfig.h
gconfig.h is unchanged
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... ./../install-sh -c
creating ./config.status
creating Makefile
gmake[1]: Entering directory `/usr/local/gcc-3.1/binutils'
/bin/sh ./mkinstalldirs /usr/local /usr/local
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/bfd'
Making install in doc
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/bfd/doc'
gmake[4]: Entering directory `/usr/local/gcc-3.1/binutils/bfd/doc'
gmake[4]: Nothing to be done for `install-exec-am'.
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Leaving directory `/usr/local/gcc-3.1/binutils/bfd/doc'
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/bfd/doc'
Making install in po
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/bfd/po'
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share; \
else \
../mkinstalldirs /usr/local/share; \
fi
if test "bfd" = "gettext"; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share/gettext/po; \
else \
../mkinstalldirs /usr/local/share/gettext/po; \
fi; \
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./Makefile.in.in \
/usr/local/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/bfd/po'
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh ./../move-if-change bfd-tmp.h bfd.h
bfd.h is unchanged
rm -f bfd-tmp.h
touch stmp-bfd-h
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. -I. -I./../include -I./../intl -I../intl -c -DDEFAULT_VECTOR=som_vec -DSELECT_VECS='&som_vec' -DSELECT_ARCHITECTURES='&bfd_hppa_arch' -DHAVE_som_vec ./archures.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. -I. -I./../include -I./../intl -I../intl -c -DDEFAULT_VECTOR=som_vec "-DSELECT_VECS=&som_vec" "-DSELECT_ARCHITECTURES=&bfd_hppa_arch" -DHAVE_som_vec ./archures.c +Z -DPIC -o .libs/archures.o
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. -I. -I./../include -I./../intl -I../intl -c -DDEFAULT_VECTOR=som_vec "-DSELECT_VECS=&som_vec" "-DSELECT_ARCHITECTURES=&bfd_hppa_arch" -DHAVE_som_vec ./archures.c -o archures.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. -I. -I./../include -I./../intl -I../intl -c -DDEFAULT_VECTOR=som_vec -DSELECT_VECS='&som_vec' -DSELECT_ARCHITECTURES='&bfd_hppa_arch' -DHAVE_som_vec ./targets.c
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. -I. -I./../include -I./../intl -I../intl -c -DDEFAULT_VECTOR=som_vec "-DSELECT_VECS=&som_vec" "-DSELECT_ARCHITECTURES=&bfd_hppa_arch" -DHAVE_som_vec ./targets.c +Z -DPIC -o .libs/targets.o
cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DHOST_HPPAHPUX -DHPUX_CORE -I. -I. -I./../include -I./../intl -I../intl -c -DDEFAULT_VECTOR=som_vec "-DSELECT_VECS=&som_vec" "-DSELECT_ARCHITECTURES=&bfd_hppa_arch" -DHAVE_som_vec ./targets.c -o targets.o >/dev/null 2>&1
rm -f tofiles
f=""; \
for i in som.lo cpu-hppa.lo hpux-core.lo ; do \
case " $f " in \
*" $i "*) ;; \
*) f="$f $i" ;; \
esac ; \
done ; \
echo $f > tofiles
/bin/sh ./../move-if-change tofiles ofiles
ofiles is unchanged
touch stamp-ofiles
/bin/sh ./libtool --mode=link cc -o libbfd.la -rpath /usr/local/lib -release 2.11.2 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 dwarf2.lo `cat ofiles`
rm -fr .libs/libbfd-2.11.2.sl .libs/libbfd.a .libs/libbfd.la .libs/libbfd.lai .libs/libbfd.sl
*** Warning: This library needs some functionality provided by -lc.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
/bin/ld -b +h libbfd-2.11.2.sl +b /usr/local/lib -o .libs/libbfd-2.11.2.sl .libs/archive.o .libs/archures.o .libs/bfd.o .libs/cache.o .libs/coffgen.o .libs/corefile.o .libs/format.o .libs/init.o .libs/libbfd.o .libs/opncls.o .libs/reloc.o .libs/section.o .libs/syms.o .libs/targets.o .libs/hash.o .libs/linker.o .libs/srec.o .libs/binary.o .libs/tekhex.o .libs/ihex.o .libs/stabs.o .libs/stab-syms.o .libs/dwarf2.o .libs/som.o .libs/cpu-hppa.o .libs/hpux-core.o
/bin/ld: (Warning) At least one PA 2.0 object file (.libs/archive.o) was detected. The linked output may not run on a PA 1.x system.
(cd .libs && rm -f libbfd.sl && ln -s libbfd-2.11.2.sl libbfd.sl)
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 dwarf2.o som.o cpu-hppa.o hpux-core.o
/bin/true .libs/libbfd.a
creating libbfd.la
(cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la)
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
cp $libtooldir/libbfd.a libbfd.tmp; \
/bin/true libbfd.tmp; \
/bin/sh ./../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
gmake[4]: Entering directory `/usr/local/gcc-3.1/binutils/bfd'
/bin/sh ./../mkinstalldirs /usr/local/lib
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c libbfd.la /usr/local/lib/libbfd.la
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c .libs/libbfd-2.11.2.sl /usr/local/lib/libbfd-2.11.2.sl
(cd /usr/local/lib && rm -f libbfd.sl && ln -s libbfd-2.11.2.sl libbfd.sl)
chmod 555 /usr/local/lib/libbfd-2.11.2.sl
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c .libs/libbfd.lai /usr/local/lib/libbfd.la
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c .libs/libbfd.a /usr/local/lib/libbfd.a
/bin/true /usr/local/lib/libbfd.a
chmod 644 /usr/local/lib/libbfd.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `SHLIB_PATH' environment variable
during execution
- use the `-Wl,+b -Wl,LIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./../mkinstalldirs /usr/local/include
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 bfd.h /usr/local/include/bfd.h
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./../include/ansidecl.h /usr/local/include/ansidecl.h
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./../include/bfdlink.h /usr/local/include/bfdlink.h
gmake[4]: Leaving directory `/usr/local/gcc-3.1/binutils/bfd'
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/bfd'
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/bfd'
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/opcodes'
Making install in po
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/opcodes/po'
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share; \
else \
../mkinstalldirs /usr/local/share; \
fi
if test "opcodes" = "gettext"; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share/gettext/po; \
else \
../mkinstalldirs /usr/local/share/gettext/po; \
fi; \
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./Makefile.in.in \
/usr/local/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/opcodes/po'
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/opcodes'
gmake[4]: Entering directory `/usr/local/gcc-3.1/binutils/opcodes'
/bin/sh ./../mkinstalldirs /usr/local/lib
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c libopcodes.la /usr/local/lib/libopcodes.la
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c .libs/libopcodes-2.11.2.sl /usr/local/lib/libopcodes-2.11.2.sl
(cd /usr/local/lib && rm -f libopcodes.sl && ln -s libopcodes-2.11.2.sl libopcodes.sl)
chmod 555 /usr/local/lib/libopcodes-2.11.2.sl
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c .libs/libopcodes.lai /usr/local/lib/libopcodes.la
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c .libs/libopcodes.a /usr/local/lib/libopcodes.a
/bin/true /usr/local/lib/libopcodes.a
chmod 644 /usr/local/lib/libopcodes.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `SHLIB_PATH' environment variable
during execution
- use the `-Wl,+b -Wl,LIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Leaving directory `/usr/local/gcc-3.1/binutils/opcodes'
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/opcodes'
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/opcodes'
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/binutils'
Making install in po
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/binutils/po'
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share; \
else \
../mkinstalldirs /usr/local/share; \
fi
if test "binutils" = "gettext"; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share/gettext/po; \
else \
../mkinstalldirs /usr/local/share/gettext/po; \
fi; \
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./Makefile.in.in \
/usr/local/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/binutils/po'
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/binutils'
/bin/sh ./libtool --mode=link cc -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `size' will be relinked during installation
cc -o .libs/size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (size.o) was detected. The linked output may not run on a PA 1.x system.
creating size
/bin/sh ./libtool --mode=link cc -o objdump objdump.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `objdump' will be relinked during installation
cc -o .libs/objdump objdump.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o ../opcodes/.libs/libopcodes.sl ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/opcodes/.libs:/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (objdump.o) was detected. The linked output may not run on a PA 1.x system.
creating objdump
/bin/sh ./libtool --mode=link cc -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `ar' will be relinked during installation
cc -o .libs/ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (arparse.o) was detected. The linked output may not run on a PA 1.x system.
creating ar
/bin/sh ./libtool --mode=link cc -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `strings' will be relinked during installation
cc -o .libs/strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (strings.o) was detected. The linked output may not run on a PA 1.x system.
creating strings
/bin/sh ./libtool --mode=link cc -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `ranlib' will be relinked during installation
cc -o .libs/ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (ar.o) was detected. The linked output may not run on a PA 1.x system.
creating ranlib
/bin/sh ./libtool --mode=link cc -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `objcopy' will be relinked during installation
cc -o .libs/objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (objcopy.o) was detected. The linked output may not run on a PA 1.x system.
creating objcopy
/bin/sh ./libtool --mode=link cc -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `addr2line' will be relinked during installation
cc -o .libs/addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (addr2line.o) was detected. The linked output may not run on a PA 1.x system.
creating addr2line
/bin/sh ./libtool --mode=link cc -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `nm-new' will be relinked during installation
cc -o .libs/nm-new nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (nm.o) was detected. The linked output may not run on a PA 1.x system.
creating nm-new
/bin/sh ./libtool --mode=link cc -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `strip-new' will be relinked during installation
cc -o .libs/strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (objcopy.o) was detected. The linked output may not run on a PA 1.x system.
creating strip-new
echo '/*WARNING: This file is automatically generated!*/' >underscore.t
echo "int prepends_underscore = 0;" >>underscore.t
/bin/sh ./../move-if-change underscore.t underscore.c
underscore.c is unchanged
touch stamp-under
sed -e 's/@PROGRAM@/c++filt/' < ./cxxfilt.man \
> c++filt.1
gmake[4]: Entering directory `/usr/local/gcc-3.1/binutils/binutils'
/bin/sh ./../mkinstalldirs /usr/local/bin
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s size /usr/local/bin/size
cd /usr/local/gcc-3.1/binutils/binutils; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-2582/size size.o bucomm.o version.o filemode.o /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (size.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-2582/size /usr/local/bin/size
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s objdump /usr/local/bin/objdump
cd /usr/local/gcc-3.1/binutils/binutils; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-2631/objdump objdump.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o /usr/local/lib/libopcodes.sl /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (objdump.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-2631/objdump /usr/local/bin/objdump
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s ar /usr/local/bin/ar
cd /usr/local/gcc-3.1/binutils/binutils; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-2682/ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o bucomm.o version.o filemode.o /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (arparse.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-2682/ar /usr/local/bin/ar
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s strings /usr/local/bin/strings
cd /usr/local/gcc-3.1/binutils/binutils; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-2731/strings strings.o bucomm.o version.o filemode.o /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (strings.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-2731/strings /usr/local/bin/strings
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s ranlib /usr/local/bin/ranlib
cd /usr/local/gcc-3.1/binutils/binutils; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-2780/ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o bucomm.o version.o filemode.o /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (ar.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-2780/ranlib /usr/local/bin/ranlib
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s objcopy /usr/local/bin/objcopy
cd /usr/local/gcc-3.1/binutils/binutils; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-2829/objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (objcopy.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-2829/objcopy /usr/local/bin/objcopy
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s addr2line /usr/local/bin/addr2line
cd /usr/local/gcc-3.1/binutils/binutils; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-2878/addr2line addr2line.o bucomm.o version.o filemode.o /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (addr2line.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-2878/addr2line /usr/local/bin/addr2line
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s readelf /usr/local/bin/readelf
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s readelf /usr/local/bin/readelf
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s nm-new /usr/local/bin/nm
cd /usr/local/gcc-3.1/binutils/binutils; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-2967/nm-new nm.o bucomm.o version.o filemode.o /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (nm.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-2967/nm-new /usr/local/bin/nm
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s strip-new /usr/local/bin/strip
cd /usr/local/gcc-3.1/binutils/binutils; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-3016/strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (objcopy.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-3016/strip-new /usr/local/bin/strip
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s cxxfilt /usr/local/bin/c++filt
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s cxxfilt /usr/local/bin/c++filt
/bin/sh ./../mkinstalldirs /usr/local/hppa2.0-hp-hpux10.20/bin
for i in nm-new strip-new ar ranlib dlltool; do \
if [ -f $i ]; then \
j=`echo $i | sed -e 's/-new//'`; \
k=`echo $j | sed 's,x,x,'`; \
if [ "/usr/local/bin/$k" != "/usr/local/hppa2.0-hp-hpux10.20/bin/$j" ]; then \
rm -f /usr/local/hppa2.0-hp-hpux10.20/bin/$j; \
ln /usr/local/bin/$k /usr/local/hppa2.0-hp-hpux10.20/bin/$j >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s $i /usr/local/hppa2.0-hp-hpux10.20/bin/$j; \
fi; \
else true; \
fi; \
done
gmake install-man1
gmake[5]: Entering directory `/usr/local/gcc-3.1/binutils/binutils'
/bin/sh ./../mkinstalldirs /usr/local/man/man1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./ar.1 /usr/local/man/man1/ar.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./nm.1 /usr/local/man/man1/nm.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./objdump.1 /usr/local/man/man1/objdump.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./ranlib.1 /usr/local/man/man1/ranlib.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./size.1 /usr/local/man/man1/size.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./strings.1 /usr/local/man/man1/strings.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./strip.1 /usr/local/man/man1/strip.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./objcopy.1 /usr/local/man/man1/objcopy.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./addr2line.1 /usr/local/man/man1/addr2line.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./nlmconv.1 /usr/local/man/man1/nlmconv.1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./c++filt.1 /usr/local/man/man1/c++filt.1
gmake[5]: Leaving directory `/usr/local/gcc-3.1/binutils/binutils'
gmake[4]: Leaving directory `/usr/local/gcc-3.1/binutils/binutils'
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/binutils'
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/binutils'
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/etc'
gmake[2]: Nothing to be done for `install'.
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/etc'
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/gas'
Making install in doc
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/gas/doc'
gmake[4]: Entering directory `/usr/local/gcc-3.1/binutils/gas/doc'
gmake[4]: Nothing to be done for `install-exec-am'.
gmake install-man1
gmake[5]: Entering directory `/usr/local/gcc-3.1/binutils/gas/doc'
/bin/sh ../../mkinstalldirs /usr/local/man/man1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./as.1 /usr/local/man/man1/as.1
gmake[5]: Leaving directory `/usr/local/gcc-3.1/binutils/gas/doc'
gmake[4]: Leaving directory `/usr/local/gcc-3.1/binutils/gas/doc'
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/gas/doc'
Making install in po
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/gas/po'
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share; \
else \
../mkinstalldirs /usr/local/share; \
fi
if test "gas" = "gettext"; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share/gettext/po; \
else \
../mkinstalldirs /usr/local/share/gettext/po; \
fi; \
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./Makefile.in.in \
/usr/local/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/gas/po'
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/gas'
/bin/sh ./libtool --mode=link cc -o as-new app.o as.o atof-generic.o bignum-copy.o cond.o depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-hppa.o obj-som.o atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `as-new' will be relinked during installation
cc -o .libs/as-new app.o as.o atof-generic.o bignum-copy.o cond.o depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-hppa.o obj-som.o atof-ieee.o ../opcodes/.libs/libopcodes.sl ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/opcodes/.libs:/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (app.o) was detected. The linked output may not run on a PA 1.x system.
creating as-new
gmake[4]: Entering directory `/usr/local/gcc-3.1/binutils/gas'
/bin/sh ./../mkinstalldirs /usr/local/bin
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s as-new /usr/local/bin/as
cd /usr/local/gcc-3.1/binutils/gas; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-3496/as-new app.o as.o atof-generic.o bignum-copy.o cond.o depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-hppa.o obj-som.o atof-ieee.o /usr/local/lib/
l!
ibopcodes.sl /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (app.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-3496/as-new /usr/local/bin/as
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s gasp-new /usr/local/bin/gasp
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s gasp-new /usr/local/bin/gasp
/bin/sh ./../mkinstalldirs /usr/local/hppa2.0-hp-hpux10.20/bin
n=`echo as | sed 's,x,x,'`; \
if [ "/usr/local/bin/$n" != "/usr/local/hppa2.0-hp-hpux10.20/bin/as" ]; then \
rm -f /usr/local/hppa2.0-hp-hpux10.20/bin/as; \
ln /usr/local/bin/$n /usr/local/hppa2.0-hp-hpux10.20/bin/as >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s as-new /usr/local/hppa2.0-hp-hpux10.20/bin/as; \
else \
true ; \
fi
gmake[4]: Nothing to be done for `install-data-am'.
gmake[4]: Leaving directory `/usr/local/gcc-3.1/binutils/gas'
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/gas'
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/gas'
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/gprof'
Making install in po
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/gprof/po'
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share; \
else \
../mkinstalldirs /usr/local/share; \
fi
if test "gprof" = "gettext"; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share/gettext/po; \
else \
../mkinstalldirs /usr/local/share/gettext/po; \
fi; \
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./Makefile.in.in \
/usr/local/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/gprof/po'
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/gprof'
/bin/sh ./libtool --mode=link cc -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a ./../intl/libintl.a
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `gprof' will be relinked during installation
cc -o .libs/gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/gcc-3.1/binutils/bfd/.libs:/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (basic_blocks.o) was detected. The linked output may not run on a PA 1.x system.
creating gprof
gmake[4]: Entering directory `/usr/local/gcc-3.1/binutils/gprof'
/bin/sh ./../mkinstalldirs /usr/local/bin
/bin/sh ./libtool --mode=install /bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s gprof /usr/local/bin/gprof
cd /usr/local/gcc-3.1/binutils/gprof; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-3695/gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/li
b
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (basic_blocks.o) was detected. The linked output may not run on a PA 1.x system.
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -s /tmp/libtool-3695/gprof /usr/local/bin/gprof
gmake install-man1
gmake[5]: Entering directory `/usr/local/gcc-3.1/binutils/gprof'
/bin/sh ./../mkinstalldirs /usr/local/man/man1
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./gprof.1 /usr/local/man/man1/gprof.1
gmake[5]: Leaving directory `/usr/local/gcc-3.1/binutils/gprof'
gmake[4]: Leaving directory `/usr/local/gcc-3.1/binutils/gprof'
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/gprof'
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/gprof'
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/intl'
if test "@PACKAGE@" = "gettext" \
&& test 'intl-compat.o' = 'intl-compat.o'; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/lib /usr/local/include; \
else \
./mkinstalldirs /usr/local/lib /usr/local/include; \
fi; \
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 intlh.inst /usr/local/include/libintl.h; \
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
: ; \
fi
if test "@PACKAGE@" = "gettext"; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share/gettext/intl; \
else \
./mkinstalldirs /usr/local/share/gettext/intl; \
fi; \
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \
for file in $dists; do \
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 ./$file /usr/local/share/gettext/intl/$file; \
done; \
else \
: ; \
fi
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/intl'
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/libiberty'
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 vasprintf.o ; do \
case "$g" in \
*$f*) echo $g >> needed-list ;; \
esac; \
done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o md5.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/libiberty/testsuite'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/libiberty/testsuite'
/bin/sh /usr/local/gcc-3.1/binutils/install-sh -c -m 644 libiberty.a /usr/local/lib/libiberty.an
( cd /usr/local/lib ; /bin/true libiberty.an )
mv -f /usr/local/lib/libiberty.an /usr/local/lib/libiberty.a
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/libiberty/testsuite'
gmake[3]: Nothing to be done for `install'.
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/libiberty/testsuite'
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/libiberty'
rm -f /usr/local/bin/strip
gmake[1]: Leaving directory `/usr/local/gcc-3.1/binutils'
gmake[1]: Entering directory `/usr/local/gcc-3.1/binutils/gas'
Making install in doc
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/gas/doc'
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/gas/doc'
gmake[3]: Nothing to be done for `install-exec-am'.
gmake install-man1
gmake[4]: Entering directory `/usr/local/gcc-3.1/binutils/gas/doc'
/bin/sh ../../mkinstalldirs /usr/local/man/man1
.././../install-sh -c -m 644 ./as.1 /usr/local/man/man1/as.1
gmake[4]: Leaving directory `/usr/local/gcc-3.1/binutils/gas/doc'
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/gas/doc'
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/gas/doc'
Making install in po
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/gas/po'
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share; \
else \
../mkinstalldirs /usr/local/share; \
fi
if test "gas" = "gettext"; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share/gettext/po; \
else \
../mkinstalldirs /usr/local/share/gettext/po; \
fi; \
.././../install-sh -c -m 644 ./Makefile.in.in \
/usr/local/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/gas/po'
gmake[2]: Entering directory `/usr/local/gcc-3.1/binutils/gas'
gmake[3]: Entering directory `/usr/local/gcc-3.1/binutils/gas'
/bin/sh ./../mkinstalldirs /usr/local/bin
/bin/sh ./libtool --mode=install ./../install-sh -c as-new /usr/local/bin/as
cd /usr/local/gcc-3.1/binutils/gas; SHLIB_PATH="/usr/local/gcc-3.1/binutils/bfd:/usr/local/gcc-3.1/binutils/opcodes:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++-v3/src/.libs:/usr/local/gcc-3.1/binutils/hppa2.0-hp-hpux10.20/libstdc++"; export SHLIB_PATH; PATH="/usr/local/bin:/usr/local/bin:/net/cad/tool10/GoldCard/1.0/GCCORE/bin:/bin:/usr/bin/X11:/usr/bin:/usr/local/bin/X11:/usr/local/bin:/usr/contrib/bin/X11:/home/kc/bin:/tools/bin800:/tools/bin:/net/nike/va/local/se/bin:/opt/netscape4:/net/cad/tool10/lsf/4.2/hppa10.20/bin:/net/cad/tool10/lsf/4.2/hppa10.20/etc:/net/hawaii/vol/home/lsfadmin/scripts"; export PATH; cc -o /tmp/libtool-4067/as-new app.o as.o atof-generic.o bignum-copy.o cond.o depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-hppa.o obj-som.o atof-ieee.o /usr/local/lib/
l!
ibopcodes.sl /usr/local/lib/libbfd.sl ../libiberty/libiberty.a ./../intl/libintl.a -Wl,+b -Wl,/usr/local/lib
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (app.o) was detected. The linked output may not run on a PA 1.x system.
./../install-sh -c /tmp/libtool-4067/as-new /usr/local/bin/as
/bin/sh ./libtool --mode=install ./../install-sh -c gasp-new /usr/local/bin/gasp
./../install-sh -c gasp-new /usr/local/bin/gasp
/bin/sh ./../mkinstalldirs /usr/local/hppa2.0-hp-hpux10.20/bin
n=`echo as | sed 's,x,x,'`; \
if [ "/usr/local/bin/$n" != "/usr/local/hppa2.0-hp-hpux10.20/bin/as" ]; then \
rm -f /usr/local/hppa2.0-hp-hpux10.20/bin/as; \
ln /usr/local/bin/$n /usr/local/hppa2.0-hp-hpux10.20/bin/as >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install ./../install-sh -c as-new /usr/local/hppa2.0-hp-hpux10.20/bin/as; \
else \
true ; \
fi
gmake[3]: Nothing to be done for `install-data-am'.
gmake[3]: Leaving directory `/usr/local/gcc-3.1/binutils/gas'
gmake[2]: Leaving directory `/usr/local/gcc-3.1/binutils/gas'
gmake[1]: Leaving directory `/usr/local/gcc-3.1/binutils/gas'
cd gcc; rm -f config.cache ; ./configure ; gmake bootstrap ; gmake install
Configuring for a hppa2.0-hp-hpux10.20 host.
Created "Makefile" in /usr/local/gcc-3.1/gcc using "mh-frag" and "mt-frag"
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (conftest.o) was detected. The linked output may not run on a PA 1.x system.
./config.status is unchanged
Configuring libiberty...
creating 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... hppa2.0-hp-hpux10.20
checking build system type... hppa2.0-hp-hpux10.20
checking for ar... ar
checking for ranlib... /bin/true
checking for gcc... cc
checking whether we are using GNU C... no
checking for POSIXized ISC... no
checking for working const... no
checking for inline... no
checking for a BSD compatible install... ./../install-sh -c
Appending ./config/../../config/mh-papic to xhost-mkfrag
xhost-mkfrag is unchanged
checking how to run the C preprocessor... cc -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/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... yes
checking for uintptr_t... yes
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) 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... yes
checking for getpagesize... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... no
checking for sigsetmask... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for 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... no
checking for strerror... yes
checking for strsignal... no
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
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... no
checking for working strncmp... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
config.h is unchanged
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... hppa2.0-hp-hpux10.20
checking target system type... hppa2.0-hp-hpux10.20
checking build system type... hppa2.0-hp-hpux10.20
checking for gcc... (cached) cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... yes
checking whether cc understands -c and -o together... yes
checking for gnatbind... no
checking for compiler driver that understands Ada... cc
checking whether cc accepts -Wno-long-long... yes
checking how to run the C preprocessor... (cached) cc -E
checking for inline... (cached) no
checking for volatile... yes
checking for long double... no
checking for long long int... yes
checking for __int64... no
checking for built-in _Bool... no
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking execution character set... ASCII
checking whether make sets ${MAKE}... yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for GNU C library... no
checking for gawk... gawk
checking whether ln works... yes
checking whether ln -s works... yes
checking for ranlib... (cached) /bin/true
checking for a BSD compatible install... ./../install-sh -c
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working stdbool.h... no
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... yes
checking for langinfo.h... yes
checking for thread.h... no
checking for pthread.h... no
checking for CHAR_BIT... yes
checking byte ordering... big-endian
checking floating point format... IEEE (big-endian)
checking for mktemp... yes
checking for makeinfo... no
configure: warning:
*** Makeinfo is missing or too old.
*** Info documentation will not be built.
checking for recent Pod::Man... no
checking for flex... flex
checking for bison... bison
checking for collect2 libraries... -lld
checking for library containing exc_resume... no
checking for preprocessor stringizing operator... no
checking for inttypes.h... yes
checking for times... (cached) yes
checking for clock... (cached) yes
checking for dup2... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... no
checking for atoq... no
checking for sysconf... (cached) yes
checking for strsignal... (cached) no
checking for putc_unlocked... yes
checking for fputc_unlocked... no
checking for fputs_unlocked... yes
checking for fwrite_unlocked... yes
checking for fprintf_unlocked... no
checking for getrusage... (cached) yes
checking for nl_langinfo... yes
checking for lstat... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking whether the printf functions support %p... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap from /dev/zero... no
checking for working mmap with MAP_ANON(YMOUS)... yes
checking for working mmap of a file... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether strsignal is declared... yes
checking whether putc_unlocked is declared... no
checking whether fputs_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether strstr is declared... yes
checking whether errno is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... no
checking whether getopt is declared... yes
checking whether clock is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether times is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking if mkdir takes one argument... no
Using `./config/pa/pa.c' for machine-specific logic.
Using `./config/pa/pa.md' as machine description file.
Using the following target machine macro files:
./config/pa/pa.h
./config/pa/pa32-regs.h
./config/pa/long_double.h
./config/pa/som.h
./config/pa/pa-hpux.h
./config/pa/pa-hpux10.h
checking for library containing strerror... none required
checking for working const... (cached) no
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... (cached) yes
checking for alloca... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for argz.h... no
checking for limits.h... (cached) yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... (cached) yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... yes
checking for stpcpy... no
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... (cached) yes
checking for iconv declaration... (cached)
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for bison... bison
checking version of bison... 1.35, ok
checking for catalogs to be installed... da el es fr ja nl sv tr da el es fr ja nl sv tr
checking what assembler to use... /usr/local/hppa2.0-hp-hpux10.20/bin/as
checking what linker to use... /usr/ccs/bin/ld
checking what nm to use... nm
checking what objdump to use... objdump
checking assembler alignment features... none
checking assembler subsection support... no
checking assembler weak support... yes
checking assembler hidden support... no
checking assembler leb128 support... yes
checking assembler eh_frame optimization... bad
checking assembler section merging support... no
checking assembler dwarf2 debug_line support... no
checking assembler --gdwarf2 support... no
checking assembler --gstabs support... no
checking linker PT_GNU_EH_FRAME support... no
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a native compiler for hppa2.0-hp-hpux10.20
updating cache ../config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating auto-host.h
auto-host.h is unchanged
gmake[1]: Entering directory `/usr/local/gcc-3.1/gcc'
gmake[2]: Entering directory `/usr/local/gcc-3.1/gcc/libiberty'
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 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
gmake[3]: Entering directory `/usr/local/gcc-3.1/gcc/libiberty/testsuite'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/gcc-3.1/gcc/libiberty/testsuite'
gmake[2]: Leaving directory `/usr/local/gcc-3.1/gcc/libiberty'
Bootstrapping the compiler
gmake[2]: Entering directory `/usr/local/gcc-3.1/gcc/gcc'
gmake CC="cc" libdir=/usr/local/lib LANGUAGES="c " \
CFLAGS="" MAKEINFO="/usr/local/gcc-3.1/gcc/missing makeinfo " \
MAKEINFOFLAGS=""
gmake[3]: Entering directory `/usr/local/gcc-3.1/gcc/gcc'
HEADERS="auto-host.h ansidecl.h pa/pa.h pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h defaults.h" DEFINES="POSIX USE_COLLECT2" \
TARGET_CPU_DEFAULT="(MASK_PA_11|MASK_GAS|MASK_JUMP_IN_DELAY)" \
/bin/sh ./mkconfig.sh config.h
config.h is unchanged
HEADERS="auto-host.h ansidecl.h pa/pa.h pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h defaults.h" DEFINES="POSIX" \
TARGET_CPU_DEFAULT="(MASK_PA_11|MASK_GAS|MASK_JUMP_IN_DELAY)" \
/bin/sh ./mkconfig.sh hconfig.h
hconfig.h is unchanged
ltf="./cp/cp-tree.def"; for f in $ltf; do \
echo "#include \"$f\""; \
done | sed 's|./||' > tmp-gencheck.h
/bin/sh ./move-if-change tmp-gencheck.h gencheck.h
gencheck.h is unchanged
echo timestamp > s-gencheck
(cd intl && gmake all)
gmake[4]: Entering directory `/usr/local/gcc-3.1/gcc/gcc/intl'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/local/gcc-3.1/gcc/gcc/intl'
HEADERS="pa/pa-protos.h" DEFINES="" TARGET_CPU_DEFAULT="" \
/bin/sh ./mkconfig.sh tm_p.h
tm_p.h is unchanged
cc -DIN_GCC -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.1/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.1/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-v3\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.1/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-v3/hppa2.0-hp-hpux10.20\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.1/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-v3/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.1/../../../../hppa2.0-hp-hpux10.20/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.1/../../../../hppa2.0-hp-hpux10.20/include\" \
-c ./cppdefault.c -o cppdefault.o
cc -DIN_GCC -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DPREFIX=\"/usr/local\" \
-c ./prefix.c -o prefix.o
rm -rf libcpp.a
ar rc libcpp.a cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpphash.o cpperror.o cppinit.o cppdefault.o hashtable.o line-map.o mkdeps.o prefix.o version.o mbchar.o
/bin/true libcpp.a
cc -DIN_GCC -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DLOCALEDIR=\"/usr/local/share/locale\" \
-c ./intl.c -o intl.o
lof="./cp/lang-options.h"; for f in $lof; do \
echo "#include \"$f\""; \
done | sed 's|./||' > tmp-options.h
/bin/sh ./move-if-change tmp-options.h options.h
options.h is unchanged
echo timestamp > s-options
cc -DIN_GCC -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DTARGET_NAME=\"hppa2.0-hp-hpux10.20\" \
-c ./toplev.c -o toplev.o
rm -rf libbackend.a
ar rc libbackend.a alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o dependence.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o haifa-sched.o hash.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o s
t!
ringpool.o timevar.o toplev.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o ggc-page.o pa.o
/bin/true libbackend.a
cc -DIN_GCC -DHAVE_CONFIG_H -o cc1 \
c-parse.o c-lang.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-format.o c-semantics.o c-objc-common.o libcpp.a main.o libbackend.a ./intl/libintl.a ../libiberty/libiberty.a
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (c-parse.o) was detected. The linked output may not run on a PA 1.x system.
cc -c -DIN_GCC -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include tradcpp.c -o tradcpp.o
cc: "tradcpp.c", line 2598: error 1000: Unexpected symbol: "*".
cc: "tradcpp.c", line 2607: error 1000: Unexpected symbol: ")".
cc: "tradcpp.c", line 2607: error 1000: Unexpected symbol: ";".
cc: "tradcpp.c", line 2600: error 1588: "p" undefined.
cc: "tradcpp.c", line 2600: error 1588: "q" undefined.
cc: "tradcpp.c", line 2600: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2600: error 1588: "end" undefined.
cc: "tradcpp.c", line 2600: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2602: error 1588: "fp" undefined.
cc: "tradcpp.c", line 2602: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2602: error 1563: Expression in if must be scalar.
cc: "tradcpp.c", line 2605: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2605: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2605: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2606: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2606: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2607: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2608: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2608: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2609: error 1563: Expression in if must be scalar.
cc: "tradcpp.c", line 2612: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2612: error 1528: Subscript expression must combine pointer and integer.
cc: "tradcpp.c", line 2612: error 1563: Expression in if must be scalar.
cc: "tradcpp.c", line 2613: error 1560: Modifiable lvalue required with operator "--".
cc: "tradcpp.c", line 2613: error 1561: Increment and decrement operators take scalar operand.
cc: "tradcpp.c", line 2614: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2615: error 1564: Expression in while must be scalar.
cc: "tradcpp.c", line 2616: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2616: error 1567: Switch expression must be an integral type.
cc: "tradcpp.c", line 2619: error 1560: Modifiable lvalue required with operator "++".
cc: "tradcpp.c", line 2619: error 1561: Increment and decrement operators take scalar operand.
cc: "tradcpp.c", line 2619: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2619: error 1560: Modifiable lvalue required with operator "++".
cc: "tradcpp.c", line 2619: error 1561: Increment and decrement operators take scalar operand.
cc: "tradcpp.c", line 2619: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2619: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2623: error 1528: Subscript expression must combine pointer and integer.
cc: "tradcpp.c", line 2623: error 1528: Subscript expression must combine pointer and integer.
cc: "tradcpp.c", line 2623: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2624: error 1560: Modifiable lvalue required with operator "++".
cc: "tradcpp.c", line 2624: error 1561: Increment and decrement operators take scalar operand.
cc: "tradcpp.c", line 2624: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2624: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2628: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2628: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2628: error 1549: Modifiable lvalue required for assignment operator.
gmake[3]: *** [tradcpp.o] Error 1
gmake[3]: Leaving directory `/usr/local/gcc-3.1/gcc/gcc'
gmake[2]: *** [stage1_build] Error 2
gmake[2]: Leaving directory `/usr/local/gcc-3.1/gcc/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/usr/local/gcc-3.1/gcc'
gmake[1]: Entering directory `/usr/local/gcc-3.1/gcc'
/bin/sh ./mkinstalldirs /usr/local /usr/local
gmake[2]: Entering directory `/usr/local/gcc-3.1/gcc/gcc'
(cd intl && gmake all)
gmake[3]: Entering directory `/usr/local/gcc-3.1/gcc/gcc/intl'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/gcc-3.1/gcc/gcc/intl'
cc -c -DIN_GCC -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include tradcpp.c -o tradcpp.o
cc: "tradcpp.c", line 2598: error 1000: Unexpected symbol: "*".
cc: "tradcpp.c", line 2607: error 1000: Unexpected symbol: ")".
cc: "tradcpp.c", line 2607: error 1000: Unexpected symbol: ";".
cc: "tradcpp.c", line 2600: error 1588: "p" undefined.
cc: "tradcpp.c", line 2600: error 1588: "q" undefined.
cc: "tradcpp.c", line 2600: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2600: error 1588: "end" undefined.
cc: "tradcpp.c", line 2600: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2602: error 1588: "fp" undefined.
cc: "tradcpp.c", line 2602: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2602: error 1563: Expression in if must be scalar.
cc: "tradcpp.c", line 2605: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2605: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2605: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2606: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2606: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2607: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2608: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2608: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2609: error 1563: Expression in if must be scalar.
cc: "tradcpp.c", line 2612: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2612: error 1528: Subscript expression must combine pointer and integer.
cc: "tradcpp.c", line 2612: error 1563: Expression in if must be scalar.
cc: "tradcpp.c", line 2613: error 1560: Modifiable lvalue required with operator "--".
cc: "tradcpp.c", line 2613: error 1561: Increment and decrement operators take scalar operand.
cc: "tradcpp.c", line 2614: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2615: error 1564: Expression in while must be scalar.
cc: "tradcpp.c", line 2616: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2616: error 1567: Switch expression must be an integral type.
cc: "tradcpp.c", line 2619: error 1560: Modifiable lvalue required with operator "++".
cc: "tradcpp.c", line 2619: error 1561: Increment and decrement operators take scalar operand.
cc: "tradcpp.c", line 2619: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2619: error 1560: Modifiable lvalue required with operator "++".
cc: "tradcpp.c", line 2619: error 1561: Increment and decrement operators take scalar operand.
cc: "tradcpp.c", line 2619: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2619: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2623: error 1528: Subscript expression must combine pointer and integer.
cc: "tradcpp.c", line 2623: error 1528: Subscript expression must combine pointer and integer.
cc: "tradcpp.c", line 2623: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2624: error 1560: Modifiable lvalue required with operator "++".
cc: "tradcpp.c", line 2624: error 1561: Increment and decrement operators take scalar operand.
cc: "tradcpp.c", line 2624: error 1554: Indirection must be through a pointer.
cc: "tradcpp.c", line 2624: error 1549: Modifiable lvalue required for assignment operator.
cc: "tradcpp.c", line 2628: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2628: error 1532: Reference through a non-pointer.
cc: "tradcpp.c", line 2628: error 1549: Modifiable lvalue required for assignment operator.
gmake[2]: *** [tradcpp.o] Error 1
gmake[2]: Leaving directory `/usr/local/gcc-3.1/gcc/gcc'
gmake[1]: *** [install-gcc] Error 2
gmake[1]: Leaving directory `/usr/local/gcc-3.1/gcc'
gmake: [install] Error 2 (ignored)