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


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

Re: build/1140: tcl/unix/configure broken


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

From: =?iso-8859-2?Q?Martin_MOKREJ=A9?= <mmokrejs at natur dot cuni dot cz>
To: kseitz at sources dot redhat dot com, gdb-prs at sources dot redhat dot com,
       kseitz at sources dot redhat dot com, mmokrejs at natur dot cuni dot cz,
       nobody at sources dot redhat dot com, gdb-gnats at sources dot redhat dot com
Cc:  
Subject: Re: build/1140: tcl/unix/configure broken
Date: Thu, 13 Mar 2003 00:58:44 +0100 (CET)

 Here's the make.output and tcl/unix/config.log
 
 Configuring in intl
 loading cache .././config.cache
 checking for a BSD compatible install... /software/@sys/usr/bin/install -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 -O0 -g2 ) works... yes
 checking whether the C compiler (cc -O0 -g2 ) is a cross-compiler... no
 checking whether we are using GNU C... no
 checking for ranlib... ranlib
 checking for POSIXized ISC... no
 checking for ANSI C header files... yes
 checking for working const... yes
 checking for inline... inline
 checking for off_t... yes
 checking for size_t... yes
 checking for working alloca.h... yes
 checking for alloca... yes
 checking for unistd.h... yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking for argz.h... no
 checking for limits.h... yes
 checking for locale.h... yes
 checking for nl_types.h... yes
 checking for malloc.h... yes
 checking for string.h... yes
 checking for unistd.h... (cached) yes
 checking for values.h... yes
 checking for sys/param.h... yes
 checking for getcwd... yes
 checking for munmap... yes
 checking for putenv... yes
 checking for setenv... yes
 checking for setlocale... yes
 checking for strchr... yes
 checking for strcasecmp... yes
 checking for __argz_count... no
 checking for __argz_stringify... no
 checking for __argz_next... no
 checking for stpcpy... no
 checking for LC_MESSAGES... yes
 checking whether NLS is requested... yes
 checking whether included gettext is requested... no
 checking for libintl.h... yes
 checking for gettext in libc... no
 checking for bindtextdomain in -lintl... yes
 checking for gettext in libintl... no
 checking for msgfmt... /usr/local/bin/msgfmt
 checking for gmsgfmt... /usr/local/bin/msgfmt
 checking for xgettext... /usr/local/bin/xgettext
 updating cache .././config.cache
 creating ./config.status
 creating Makefile
 creating config.h
 linking ./libgettext.h to libintl.h
 make[1]: Entering directory `/afs/gsf.de/sources/gdb/src/intl'
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  intl-compat.c
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  bindtextdom.c
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  dcgettext.c
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  dgettext.c
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  gettext.c
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  finddomain.c
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  loadmsgcat.c
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  localealias.c
 cc: Warning: localealias.c, line 258: In this statement, the referenced type of the pointer value "buf" is "unsigned char", which is not compatible with "char" because they differ by signed/unsigned attribute. (ptrmismatch1)
       if (fgets (buf, sizeof buf, fp) == NULL)
 -----------------^
 cc: Warning: localealias.c, line 264: In this statement, the referenced type of the pointer value "buf" is "unsigned char", which is not compatible with "const char" because they differ by signed/unsigned attribute. (ptrmismatch1)
       if (strchr (buf, '\n') == NULL)
 ------------------^
 cc: Warning: localealias.c, line 317: In this statement, the referenced type of the pointer value "alias" is "unsigned char", which is not compatible with "const char" because they differ by signed/unsigned attribute. (ptrmismatch1)
 	      alias_len = strlen (alias) + 1;
 ----------------------------------^
 cc: Warning: localealias.c, line 318: In this statement, the referenced type of the pointer value "value" is "unsigned char", which is not compatible with "const char" because they differ by signed/unsigned attribute. (ptrmismatch1)
 	      value_len = strlen (value) + 1;
 ----------------------------------^
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  textdomain.c
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  l10nflist.c
 cc -c -DLOCALEDIR=\"/software/@sys/usr/share/locale\" -DGNULOCALEDIR=\"/software/@sys/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/software/@sys/usr/share/locale:.\" -DHAVE_CONFIG_H -I. -I. -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2  explodename.c
 rm -f libintl.a
 ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o
 ranlib libintl.a
 make[1]: Leaving directory `/afs/gsf.de/sources/gdb/src/intl'
 Configuring in mmalloc
 loading cache .././config.cache
 checking for gcc... (cached) cc
 checking whether the C compiler (cc -O0 -g2 ) works... yes
 checking whether the C compiler (cc -O0 -g2 ) is a cross-compiler... no
 checking whether we are using GNU C... (cached) no
 checking whether cc accepts -g... yes
 checking for a BSD compatible install... (cached) /software/@sys/usr/bin/install -c
 checking host system type... alphaev67-dec-osf5.1
 checking build system type... alphaev67-dec-osf5.1
 checking for ar... ar
 checking for ranlib... (cached) ranlib
 checking how to run the C preprocessor... (cached) cc -E
 checking for unistd.h... (cached) yes
 checking for getpagesize... (cached) yes
 checking for working mmap... (cached) yes
 checking for limits.h... (cached) yes
 checking for stddef.h... yes
 checking for unistd.h... (cached) yes
 checking whether sbrk must be declared... no
 checking whether getpagesize must be declared... no
 updating cache .././config.cache
 creating ./config.status
 creating Makefile
 make[1]: Entering directory `/afs/gsf.de/sources/gdb/src/mmalloc'
 cc -c -O0 -g2 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1  -I. -I./../include ./mm.c
 rm -rf libmmalloc.a
 ar rc libmmalloc.a mm.o
 ranlib libmmalloc.a
 make[1]: Leaving directory `/afs/gsf.de/sources/gdb/src/mmalloc'
 Configuring in libiberty
 loading cache .././config.cache
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking for makeinfo... makeinfo
 checking for perl... perl
 checking host system type... alphaev67-dec-osf5.1
 checking build system type... alphaev67-dec-osf5.1
 checking for ar... (cached) ar
 checking for ranlib... (cached) ranlib
 checking for gcc... (cached) cc
 checking whether we are using GNU C... (cached) no
 checking whether cc understands -c and -o together... yes
 checking for POSIXized ISC... no
 checking for working const... (cached) yes
 checking for inline... (cached) inline
 checking for a BSD compatible install... (cached) /software/@sys/usr/bin/install -c
 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 alloca.h... (cached) yes
 checking for sys/pstat.h... no
 checking for sys/sysmp.h... no
 checking for sys/sysinfo.h... yes
 checking for machine/hal_sysinfo.h... yes
 checking for sys/table.h... yes
 checking for sys/sysctl.h... no
 checking for sys/systemcfg.h... no
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking whether time.h and sys/time.h may both be included... yes
 checking whether errno must be declared... no
 checking for ANSI C header files... (cached) yes
 checking for uintptr_t... no
 checking for pid_t... yes
 checking whether the C compiler (cc -O0 -g2 ) works... yes
 checking whether the C compiler (cc -O0 -g2 ) is a cross-compiler... no
 checking for asprintf... no
 checking for atexit... yes
 checking for basename... yes
 checking for bcmp... yes
 checking for bcopy... yes
 checking for bsearch... yes
 checking for bzero... yes
 checking for calloc... yes
 checking for clock... yes
 checking for ffs... yes
 checking for getcwd... (cached) yes
 checking for getpagesize... (cached) yes
 checking for index... yes
 checking for insque... yes
 checking for memchr... yes
 checking for memcmp... yes
 checking for memcpy... yes
 checking for memmove... yes
 checking for memset... yes
 checking for mkstemps... yes
 checking for putenv... (cached) yes
 checking for random... yes
 checking for rename... yes
 checking for rindex... yes
 checking for setenv... (cached) yes
 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 whether alloca needs Cray hooks... no
 checking stack direction for C alloca... -1
 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... yes
 checking for _system_configuration... no
 checking for getrusage... yes
 checking for on_exit... no
 checking for psignal... yes
 checking for strerror... yes
 checking for strsignal... no
 checking for sysconf... yes
 checking for times... yes
 checking for sbrk... yes
 checking for gettimeofday... yes
 checking for realpath... yes
 checking for canonicalize_file_name... no
 checking for pstat_getstatic... no
 checking for pstat_getdynamic... no
 checking for sysmp... no
 checking for getsysinfo... yes
 checking for table... yes
 checking for sysctl... no
 checking whether canonicalize_file_name must be declared... yes
 checking for unistd.h... (cached) yes
 checking for getpagesize... (cached) yes
 checking for working mmap... (cached) yes
 checking for working strncmp... yes
 updating cache .././config.cache
 creating ./config.status
 creating Makefile
 creating testsuite/Makefile
 creating config.h
 make[1]: Entering directory `/afs/gsf.de/sources/gdb/src/libiberty'
 if [ x"" != x ] && [ ! -d pic ]; then \
   mkdir pic; \
 else true; fi
 touch stamp-picdir
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    regex.c -o pic/regex.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   regex.c -o regex.o
 cc: Warning: regex.c, line 305: In this declaration, the same type specifier occurs more than once. (duptypespec)
 typedef unsigned long int uintptr_t;
 --------^
 cc: Info: regex.c, line 305: In this declaration, nothing is declared. (nodcl)
 typedef unsigned long int uintptr_t;
 --------^
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    cplus-dem.c -o pic/cplus-dem.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   cplus-dem.c -o cplus-dem.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    cp-demangle.c -o pic/cp-demangle.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   cp-demangle.c -o cp-demangle.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    md5.c -o pic/md5.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   md5.c -o md5.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    alloca.c -o pic/alloca.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   alloca.c -o alloca.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    argv.c -o pic/argv.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   argv.c -o argv.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    choose-temp.c -o pic/choose-temp.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   choose-temp.c -o choose-temp.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    concat.c -o pic/concat.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   concat.c -o concat.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    dyn-string.c -o pic/dyn-string.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   dyn-string.c -o dyn-string.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    fdmatch.c -o pic/fdmatch.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   fdmatch.c -o fdmatch.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    fibheap.c -o pic/fibheap.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   fibheap.c -o fibheap.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    floatformat.c -o pic/floatformat.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   floatformat.c -o floatformat.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    fnmatch.c -o pic/fnmatch.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   fnmatch.c -o fnmatch.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    getopt.c -o pic/getopt.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   getopt.c -o getopt.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    getopt1.c -o pic/getopt1.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   getopt1.c -o getopt1.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    getpwd.c -o pic/getpwd.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   getpwd.c -o getpwd.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    getruntime.c -o pic/getruntime.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   getruntime.c -o getruntime.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    hashtab.c -o pic/hashtab.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   hashtab.c -o hashtab.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    hex.c -o pic/hex.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   hex.c -o hex.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    lbasename.c -o pic/lbasename.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   lbasename.c -o lbasename.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    lrealpath.c -o pic/lrealpath.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   lrealpath.c -o lrealpath.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    make-relative-prefix.c -o pic/make-relative-prefix.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   make-relative-prefix.c -o make-relative-prefix.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    make-temp-file.c -o pic/make-temp-file.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   make-temp-file.c -o make-temp-file.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    objalloc.c -o pic/objalloc.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   objalloc.c -o objalloc.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    obstack.c -o pic/obstack.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   obstack.c -o obstack.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    partition.c -o pic/partition.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   partition.c -o partition.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    physmem.c -o pic/physmem.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   physmem.c -o physmem.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    pex-unix.c -o pic/pex-unix.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   pex-unix.c -o pex-unix.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    safe-ctype.c -o pic/safe-ctype.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   safe-ctype.c -o safe-ctype.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    sort.c -o pic/sort.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   sort.c -o sort.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    spaces.c -o pic/spaces.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   spaces.c -o spaces.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    splay-tree.c -o pic/splay-tree.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   splay-tree.c -o splay-tree.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    strerror.c -o pic/strerror.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   strerror.c -o strerror.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    strsignal.c -o pic/strsignal.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   strsignal.c -o strsignal.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    ternary.c -o pic/ternary.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   ternary.c -o ternary.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    xatexit.c -o pic/xatexit.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   xatexit.c -o xatexit.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    xexit.c -o pic/xexit.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   xexit.c -o xexit.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    xmalloc.c -o pic/xmalloc.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   xmalloc.c -o xmalloc.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    xmemdup.c -o pic/xmemdup.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   xmemdup.c -o xmemdup.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    xstrdup.c -o pic/xstrdup.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   xstrdup.c -o xstrdup.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    xstrerror.c -o pic/xstrerror.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   xstrerror.c -o xstrerror.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    asprintf.c -o pic/asprintf.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   asprintf.c -o asprintf.o
 if [ x"" != x ]; then \
   cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include    vasprintf.c -o pic/vasprintf.o; \
 else true; fi
 cc -c -DHAVE_CONFIG_H -O0 -g2 -I. -I./../include   vasprintf.c -o vasprintf.o
 rm -f libiberty.a pic/libiberty.a
 ar rc libiberty.a \
   regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pex-unix.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  asprintf.o vasprintf.o
 ranlib libiberty.a
 if [ x"" != x ]; then \
   cd pic; \
   ar rc libiberty.a \
     regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pex-unix.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  asprintf.o vasprintf.o; \
   ranlib libiberty.a; \
   cd ..; \
 else true; fi
 rm -f needed-list; touch needed-list; \
 for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
   for g in asprintf.o 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 lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pex-unix.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
 make[2]: Entering directory `/afs/gsf.de/sources/gdb/src/libiberty/testsuite'
 make[2]: Nothing to be done for `all'.
 make[2]: Leaving directory `/afs/gsf.de/sources/gdb/src/libiberty/testsuite'
 make[1]: Leaving directory `/afs/gsf.de/sources/gdb/src/libiberty'
 Configuring in opcodes
 loading cache .././config.cache
 checking for Cygwin environment... no
 checking for mingw32 environment... no
 checking host system type... alphaev67-dec-osf5.1
 checking target system type... alphaev67-dec-osf5.1
 checking build system type... alphaev67-dec-osf5.1
 checking for gcc... (cached) cc
 checking whether the C compiler (cc -O0 -g2 ) works... yes
 checking whether the C compiler (cc -O0 -g2 ) 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... (cached) /software/@sys/usr/bin/install -c
 checking whether build environment is sane... yes
 checking whether make sets ${MAKE}... (cached) yes
 checking for working aclocal... found
 checking for working autoconf... found
 checking for working automake... found
 checking for working autoheader... found
 checking for working makeinfo... found
 checking for ar... (cached) ar
 checking for ranlib... (cached) ranlib
 checking for non-GNU ld... ld
 checking if the linker (ld) is GNU ld... no
 checking for ld option to reload object files... -r
 checking for BSD-compatible nm... nm
 checking whether ln -s works... yes
 checking how to recognise dependant libraries... pass_all
 checking for object suffix... o
 checking for executable suffix... no
 checking for ranlib... (cached) ranlib
 checking for strip... strip
 updating cache .././config.cache
 loading cache .././config.cache within ltconfig
 checking for objdir... .libs
 checking for cc option to produce PIC...  -DPIC
 checking if cc PIC flag  -DPIC works... yes
 checking if cc static flag -non_shared works... yes
 finding the maximum length of command line arguments... 24577
 checking if cc supports -c -o file.o... yes
 checking whether the linker (ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... no
 checking dynamic linker characteristics... osf5.1 ld.so
 checking command to parse nm output... failed
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... no
 checking whether to build static libraries... yes
 creating libtool
 updating cache .././config.cache
 loading cache .././config.cache
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking whether to install libbfd... yes
 checking for executable suffix... (cached) no
 checking for gcc... (cached) cc
 checking whether the C compiler (cc -O0 -g2 ) works... yes
 checking whether the C compiler (cc -O0 -g2 ) 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) ranlib
 checking for ANSI C header files... (cached) yes
 checking for working const... (cached) yes
 checking for inline... (cached) inline
 checking for off_t... (cached) yes
 checking for size_t... (cached) yes
 checking for working alloca.h... (cached) yes
 checking for alloca... (cached) yes
 checking for stdlib.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for sys/stat.h... (cached) yes
 checking for sys/types.h... yes
 checking for getpagesize... (cached) yes
 checking for working mmap... (cached) yes
 checking for argz.h... (cached) no
 checking for limits.h... (cached) yes
 checking for locale.h... (cached) yes
 checking for nl_types.h... (cached) yes
 checking for malloc.h... (cached) yes
 checking for string.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for values.h... (cached) yes
 checking for sys/param.h... (cached) yes
 checking for getcwd... (cached) yes
 checking for munmap... (cached) yes
 checking for putenv... (cached) yes
 checking for setenv... (cached) yes
 checking for setlocale... (cached) yes
 checking for strchr... (cached) yes
 checking for strcasecmp... (cached) yes
 checking for __argz_count... (cached) no
 checking for __argz_stringify... (cached) no
 checking for __argz_next... (cached) no
 checking for LC_MESSAGES... (cached) yes
 checking whether NLS is requested... yes
 checking whether included gettext is requested... no
 checking for libintl.h... (cached) yes
 checking for gettext in libc... (cached) no
 checking for bindtextdomain in -lintl... (cached) yes
 checking for gettext in libintl... (cached) no
 checking for msgfmt... (cached) /usr/local/bin/msgfmt
 checking for gmsgfmt... (cached) /usr/local/bin/msgfmt
 checking for xgettext... (cached) /usr/local/bin/xgettext
 checking for catalogs to be installed...  fr sv tr es da de id pt_BR
 checking for a BSD compatible install... /software/@sys/usr/bin/install -c
 checking for string.h... (cached) yes
 checking for strings.h... (cached) yes
 checking for stdlib.h... (cached) yes
 updating cache .././config.cache
 creating ./config.status
 creating Makefile
 creating po/Makefile.in
 creating config.h
 Configuring in bfd
 loading cache .././config.cache
 checking for Cygwin environment... (cached) no
 checking for mingw32 environment... (cached) no
 checking host system type... alphaev67-dec-osf5.1
 checking target system type... alphaev67-dec-osf5.1
 checking build system type... alphaev67-dec-osf5.1
 checking for gcc... (cached) cc
 checking whether the C compiler (cc -O0 -g2 ) works... yes
 checking whether the C compiler (cc -O0 -g2 ) 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... (cached) /software/@sys/usr/bin/install -c
 checking whether build environment is sane... yes
 checking whether make sets ${MAKE}... (cached) yes
 checking for working aclocal... found
 checking for working autoconf... found
 checking for working automake... found
 checking for working autoheader... found
 checking for working makeinfo... found
 checking for ar... (cached) ar
 checking for ranlib... (cached) ranlib
 checking for non-GNU ld... (cached) ld
 checking if the linker (ld) is GNU ld... (cached) no
 checking for ld option to reload object files... (cached) -r
 checking for BSD-compatible nm... (cached) nm
 checking whether ln -s works... (cached) yes
 checking how to recognise dependant libraries... (cached) pass_all
 checking for object suffix... (cached) o
 checking for executable suffix... (cached) no
 checking for ranlib... (cached) ranlib
 checking for strip... (cached) strip
 loading cache .././config.cache within ltconfig
 checking for objdir... .libs
 checking for cc option to produce PIC...   -DPIC
 checking if cc PIC flag   -DPIC works... (cached) yes
 checking if cc static flag -non_shared works... (cached) yes
 finding the maximum length of command line arguments... (cached) 24577
 checking if cc supports -c -o file.o... (cached) yes
 checking whether the linker (ld) supports shared libraries... yes
 checking how to hardcode library paths into programs... immediate
 checking whether stripping libraries is possible... no
 checking dynamic linker characteristics... osf5.1 ld.so
 checking command to parse nm output... failed
 checking if libtool supports shared libraries... yes
 checking whether to build shared libraries... no
 checking whether to build static libraries... yes
 creating libtool
 loading cache .././config.cache
 checking whether to enable maintainer-specific portions of Makefiles... no
 checking whether to install libbfd... yes
 checking for executable suffix... (cached) no
 checking for gcc... (cached) cc
 checking whether the C compiler (cc -O0 -g2 ) works... yes
 checking whether the C compiler (cc -O0 -g2 ) 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) ranlib
 checking for ANSI C header files... (cached) yes
 checking for working const... (cached) yes
 checking for inline... (cached) inline
 checking for off_t... (cached) yes
 checking for size_t... (cached) yes
 checking for working alloca.h... (cached) yes
 checking for alloca... (cached) yes
 checking for stdlib.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for sys/stat.h... (cached) yes
 checking for sys/types.h... (cached) yes
 checking for getpagesize... (cached) yes
 checking for working mmap... (cached) yes
 checking for argz.h... (cached) no
 checking for limits.h... (cached) yes
 checking for locale.h... (cached) yes
 checking for nl_types.h... (cached) yes
 checking for malloc.h... (cached) yes
 checking for string.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for values.h... (cached) yes
 checking for sys/param.h... (cached) yes
 checking for getcwd... (cached) yes
 checking for munmap... (cached) yes
 checking for putenv... (cached) yes
 checking for setenv... (cached) yes
 checking for setlocale... (cached) yes
 checking for strchr... (cached) yes
 checking for strcasecmp... (cached) yes
 checking for __argz_count... (cached) no
 checking for __argz_stringify... (cached) no
 checking for __argz_next... (cached) no
 checking for LC_MESSAGES... (cached) yes
 checking whether NLS is requested... yes
 checking whether included gettext is requested... no
 checking for libintl.h... (cached) yes
 checking for gettext in libc... (cached) no
 checking for bindtextdomain in -lintl... (cached) yes
 checking for gettext in libintl... (cached) no
 checking for msgfmt... (cached) /usr/local/bin/msgfmt
 checking for gmsgfmt... (cached) /usr/local/bin/msgfmt
 checking for xgettext... (cached) /usr/local/bin/xgettext
 checking for catalogs to be installed...  fr tr ja es sv da
 checking for a BSD compatible install... /software/@sys/usr/bin/install -c
 checking for stddef.h... (cached) yes
 checking for string.h... (cached) yes
 checking for strings.h... (cached) yes
 checking for stdlib.h... (cached) yes
 checking for time.h... (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... yes
 checking for prstatus_t in sys/procfs.h... yes
 checking for prstatus32_t in sys/procfs.h... no
 checking for prstatus_t.pr_who in sys/procfs.h... no
 checking for prstatus32_t.pr_who in sys/procfs.h... no
 checking for pstatus_t in sys/procfs.h... no
 checking for pxstatus_t in sys/procfs.h... no
 checking for pstatus32_t in sys/procfs.h... no
 checking for prpsinfo_t in sys/procfs.h... yes
 checking for prpsinfo32_t in sys/procfs.h... no
 checking for psinfo_t in sys/procfs.h... no
 checking for psinfo32_t in sys/procfs.h... no
 checking for lwpstatus_t in sys/procfs.h... no
 checking for lwpxstatus_t in sys/procfs.h... no
 checking for lwpstatus_t.pr_context in sys/procfs.h... no
 checking for lwpstatus_t.pr_reg in sys/procfs.h... no
 checking for win32_pstatus_t in sys/procfs.h... no
 checking for stdlib.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for sys/stat.h... (cached) yes
 checking for sys/types.h... (cached) yes
 checking for getpagesize... (cached) yes
 checking for working mmap... (cached) yes
 checking for madvise... yes
 checking for mprotect... yes
 updating cache .././config.cache
 creating ./config.status
 creating Makefile
 creating doc/Makefile
 creating bfd-in3.h
 creating bfdver.h
 creating po/Makefile.in
 creating config.h
 make[1]: Entering directory `/afs/gsf.de/sources/gdb/src/bfd'
 make  all-recursive
 make[2]: Entering directory `/afs/gsf.de/sources/gdb/src/bfd'
 Making all in doc
 make[3]: Entering directory `/afs/gsf.de/sources/gdb/src/bfd/doc'
 make[3]: Nothing to be done for `all'.
 make[3]: Leaving directory `/afs/gsf.de/sources/gdb/src/bfd/doc'
 Making all in po
 make[3]: Entering directory `/afs/gsf.de/sources/gdb/src/bfd/po'
 ( if test 'x.' != 'x.'; then \
     posrcprefix='../'; \
   else \
     posrcprefix="../"; \
   fi; \
   rm -f SRC-POTFILES-t SRC-POTFILES \
     && (sed -e '/^#/d' \
             -e '/^[ 	]*$/d' \
 	    -e "s at  dot *@	$posrcprefix& \\\\@" < ./SRC-POTFILES.in \
 	| sed -e '$s/\\$//') > SRC-POTFILES-t \
     && chmod a-w SRC-POTFILES-t \
     && mv SRC-POTFILES-t SRC-POTFILES )
 ( rm -f BLD-POTFILES-t BLD-POTFILES \
     && (sed -e '/^#/d' \
             -e '/^[ 	]*$/d' \
 	    -e "s at  dot *@	../& \\\\@" < ./BLD-POTFILES.in \
 	| sed -e '$s/\\$//') > BLD-POTFILES-t \
     && chmod a-w BLD-POTFILES-t \
     && mv BLD-POTFILES-t BLD-POTFILES )
 cd .. \
   && CONFIG_FILES=po/Makefile.in:po/Make-in \
      CONFIG_HEADERS= /bin/sh ./config.status
 creating po/Makefile.in
 make[3]: Leaving directory `/afs/gsf.de/sources/gdb/src/bfd/po'
 make[3]: Entering directory `/afs/gsf.de/sources/gdb/src/bfd/po'
 file=./`echo fr | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file fr.po
 file=./`echo tr | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file tr.po
 file=./`echo ja | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file ja.po
 file=./`echo es | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file es.po
 file=./`echo sv | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file sv.po
 file=./`echo da | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file da.po
 make[3]: Leaving directory `/afs/gsf.de/sources/gdb/src/bfd/po'
 make[3]: Entering directory `/afs/gsf.de/sources/gdb/src/bfd'
 rm -f bfd-tmp.h
 cp bfd-in3.h bfd-tmp.h
 /bin/sh ./../move-if-change bfd-tmp.h bfd.h
 rm -f bfd-tmp.h
 touch stmp-bfd-h
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c archive.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c archive.c -o archive.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c -DDEFAULT_VECTOR=ecoffalpha_little_vec -DSELECT_VECS='&ecoffalpha_little_vec' -DSELECT_ARCHITECTURES='&bfd_alpha_arch' -DHAVE_ecoffalpha_little_vec ./archures.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c -DDEFAULT_VECTOR=ecoffalpha_little_vec "-DSELECT_VECS=&ecoffalpha_little_vec" "-DSELECT_ARCHITECTURES=&bfd_alpha_arch" -DHAVE_ecoffalpha_little_vec ./archures.c -o archures.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c bfd.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c bfd.c -o bfd.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c bfdio.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c bfdio.c -o bfdio.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c bfdwin.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c bfdwin.c -o bfdwin.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c cache.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c cache.c -o cache.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c coffgen.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c coffgen.c -o coffgen.o
 cc: Warning: coffgen.c, line 1219: In this statement, the referenced type of the pointer value "&written" is "long", which is not compatible with "unsigned long" because they differ by signed/unsigned attribute. (ptrmismatch1)
 	  if (!coff_write_alien_symbol (abfd, symbol, &written, &string_size,
 ------------------------------------------------------^
 cc: Warning: coffgen.c, line 1226: In this statement, the referenced type of the pointer value "&written" is "long", which is not compatible with "unsigned long" because they differ by signed/unsigned attribute. (ptrmismatch1)
 	  if (!coff_write_native_symbol (abfd, c_symbol, &written,
 ---------------------------------------------------------^
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c corefile.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c corefile.c -o corefile.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c format.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c format.c -o format.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c init.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c init.c -o init.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c libbfd.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c libbfd.c -o libbfd.o
 cc: Warning: libbfd.c, line 771: Non-void function "_bfd_generic_get_section_contents_in_window" does not contain a return statement. (missingreturn)
 bfd_boolean
 ^
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c opncls.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c opncls.c -o opncls.o
 cc: Warning: opncls.c, line 889: In this statement, the referenced type of the pointer value "buffer" is "char", which is not compatible with "const unsigned char" because they differ by signed/unsigned attribute. (ptrmismatch1)
     file_crc = calc_crc32 (file_crc, buffer, count);
 -------------------------------------^
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c reloc.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c reloc.c -o reloc.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c section.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c section.c -o section.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c syms.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c syms.c -o syms.o
 rm -f targmatch.h
 sed -f ./targmatch.sed < ./config.bfd > targmatch.new
 mv -f targmatch.new targmatch.h
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c -DDEFAULT_VECTOR=ecoffalpha_little_vec -DSELECT_VECS='&ecoffalpha_little_vec' -DSELECT_ARCHITECTURES='&bfd_alpha_arch' -DHAVE_ecoffalpha_little_vec ./targets.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c -DDEFAULT_VECTOR=ecoffalpha_little_vec "-DSELECT_VECS=&ecoffalpha_little_vec" "-DSELECT_ARCHITECTURES=&bfd_alpha_arch" -DHAVE_ecoffalpha_little_vec ./targets.c -o targets.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c hash.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c hash.c -o hash.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c linker.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c linker.c -o linker.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c srec.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c srec.c -o srec.o
 cc: Warning: srec.c, line 1017: In this statement, the referenced type of the pointer value "abfd->filename" is "const char", which is not compatible with "const unsigned char" because they differ by signed/unsigned attribute. (ptrmismatch1)
 			    abfd->filename, abfd->filename + len);
 ----------------------------^
 cc: Warning: srec.c, line 1017: In this statement, the referenced type of the pointer value "abfd->filename+len" is "const char", which is not compatible with "const unsigned char" because they differ by signed/unsigned attribute. (ptrmismatch1)
 			    abfd->filename, abfd->filename + len);
 --------------------------------------------^
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c binary.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c binary.c -o binary.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c tekhex.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c tekhex.c -o tekhex.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c ihex.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c ihex.c -o ihex.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c stabs.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c stabs.c -o stabs.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c stab-syms.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c stab-syms.c -o stab-syms.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c merge.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c merge.c -o merge.o
 cc: Warning: merge.c, line 564: In this statement, the referenced type of the pointer value "p" is "unsigned char", which is not compatible with "const char" because they differ by signed/unsigned attribute. (ptrmismatch1)
 	  entry = sec_merge_add (sinfo->htab, p, (unsigned) eltalign, secinfo);
 ----------------------------------------------^
 cc: Warning: merge.c, line 595: In this statement, the referenced type of the pointer value "p" is "unsigned char", which is not compatible with "const char" because they differ by signed/unsigned attribute. (ptrmismatch1)
 		      entry = sec_merge_add (sinfo->htab, p,
 ----------------------------------------------------------^
 cc: Warning: merge.c, line 609: In this statement, the referenced type of the pointer value "p" is "unsigned char", which is not compatible with "const char" because they differ by signed/unsigned attribute. (ptrmismatch1)
 	  entry = sec_merge_add (sinfo->htab, p, 1, secinfo);
 ----------------------------------------------^
 cc: Warning: merge.c, line 935: In this statement, the referenced type of the pointer value "p" is "unsigned char", which is not compatible with "const char" because they differ by signed/unsigned attribute. (ptrmismatch1)
   entry = sec_merge_hash_lookup (secinfo->htab, p, 0, FALSE);
 ------------------------------------------------^
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c dwarf2.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c dwarf2.c -o dwarf2.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c simple.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c simple.c -o simple.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c archive64.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c archive64.c -o archive64.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c coff-alpha.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c coff-alpha.c -o coff-alpha.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c ecoff.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c ecoff.c -o ecoff.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c ecofflink.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c ecofflink.c -o ecofflink.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c cpu-alpha.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c cpu-alpha.c -o cpu-alpha.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  -DOSF_CORE   -I. -I. -I./../include  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c osf-core.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DOSF_CORE -I. -I. -I./../include -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c osf-core.c -o osf-core.o
 rm -f tofiles
 f=""; \
 for i in coff-alpha.lo ecoff.lo ecofflink.lo cpu-alpha.lo osf-core.lo ; do \
   case " $f " in \
     *" $i "*) ;; \
     *) f="$f $i" ;; \
   esac ; \
 done ; \
 echo $f > tofiles
 /bin/sh ./../move-if-change tofiles ofiles
 touch stamp-ofiles
 /bin/sh ./libtool --mode=link cc  -O0 -g2  -o libbfd.la -rpath /software/@sys/usr/lib -release 2.13.90  archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo archive64.lo `cat ofiles`  -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib
 mkdir .libs
 ar cru .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o archive64.o coff-alpha.o ecoff.o ecofflink.o cpu-alpha.o osf-core.o
 ranlib .libs/libbfd.a
 creating libbfd.la
 (cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la)
 libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
 if [ -f $libtooldir/libbfd.a ]; then \
   cp $libtooldir/libbfd.a libbfd.tmp; \
   ranlib libbfd.tmp; \
   /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \
 else true; fi
 touch stamp-lib
 make[3]: Leaving directory `/afs/gsf.de/sources/gdb/src/bfd'
 make[2]: Leaving directory `/afs/gsf.de/sources/gdb/src/bfd'
 make[1]: Leaving directory `/afs/gsf.de/sources/gdb/src/bfd'
 make[1]: Entering directory `/afs/gsf.de/sources/gdb/src/opcodes'
 make  all-recursive
 make[2]: Entering directory `/afs/gsf.de/sources/gdb/src/opcodes'
 Making all in po
 make[3]: Entering directory `/afs/gsf.de/sources/gdb/src/opcodes/po'
 file=./`echo fr | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file fr.po
 file=./`echo sv | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file sv.po
 file=./`echo tr | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file tr.po
 file=./`echo es | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file es.po
 file=./`echo da | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file da.po
 file=./`echo de | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file de.po
 file=./`echo id | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file id.po
 file=./`echo pt_BR | sed 's,.*/,,'`.gmo \
   && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file pt_BR.po
 make[3]: Leaving directory `/afs/gsf.de/sources/gdb/src/opcodes/po'
 make[3]: Entering directory `/afs/gsf.de/sources/gdb/src/opcodes'
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c dis-buf.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c dis-buf.c -o dis-buf.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c  -DARCH_alpha ./disassemble.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c -DARCH_alpha ./disassemble.c -o disassemble.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c alpha-dis.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c alpha-dis.c -o alpha-dis.o
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd  -I./../intl -I../intl  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  -O0 -g2 -c alpha-opc.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./../include -I./../bfd -I./../intl -I../intl -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -O0 -g2 -c alpha-opc.c -o alpha-opc.o
 /bin/sh ./libtool --mode=link cc  -O0 -g2  -o libopcodes.la -rpath /software/@sys/usr/lib -release 2.13.90  dis-buf.lo disassemble.lo alpha-dis.lo alpha-opc.lo  -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib
 mkdir .libs
 ar cru .libs/libopcodes.a  dis-buf.o disassemble.o alpha-dis.o alpha-opc.o
 ranlib .libs/libopcodes.a
 creating libopcodes.la
 (cd .libs && rm -f libopcodes.la && ln -s ../libopcodes.la libopcodes.la)
 libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
 if [ -f $libtooldir/libopcodes.a ]; then \
   cp $libtooldir/libopcodes.a libopcodes.tmp; \
   ranlib libopcodes.tmp; \
   /bin/sh ./../move-if-change libopcodes.tmp libopcodes.a; \
 else true; fi
 touch stamp-lib
 make[3]: Leaving directory `/afs/gsf.de/sources/gdb/src/opcodes'
 make[2]: Leaving directory `/afs/gsf.de/sources/gdb/src/opcodes'
 make[1]: Leaving directory `/afs/gsf.de/sources/gdb/src/opcodes'
 Configuring in readline
 configure: loading cache .././config.cache
 checking build system type... alphaev67-dec-osf5.1
 checking host system type... alphaev67-dec-osf5.1
 
 Beginning configuration for readline-4.3 for alphaev67-dec-osf5.1
 
 checking whether make sets $(MAKE)... (cached) yes
 checking for alphaev67-dec-osf5.1-gcc... (cached) cc
 checking for C compiler default output... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 checking for suffix of object files... (cached) o
 checking whether we are using the GNU C compiler... no
 checking whether cc accepts -g... (cached) yes
 checking for cc option to accept ANSI C... none needed
 checking how to run the C preprocessor... (cached) cc -E
 checking for egrep... grep -E
 checking for ANSI C header files... (cached) yes
 checking for sys/types.h... (cached) yes
 checking for sys/stat.h... (cached) yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking for memory.h... yes
 checking for strings.h... (cached) yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... (cached) yes
 checking minix/config.h usability... no
 checking minix/config.h presence... no
 checking for minix/config.h... no
 checking for a BSD-compatible install... (cached) /software/@sys/usr/bin/install -c
 checking for ar... (cached) ar
 checking for alphaev67-dec-osf5.1-ranlib... (cached) ranlib
 checking for an ANSI C-conforming const... (cached) yes
 checking for function prototypes... yes
 checking whether char is unsigned... no
 checking return type of signal handlers... void
 checking for size_t... (cached) yes
 checking for ssize_t... yes
 checking whether stat file-mode macros are broken... no
 checking for dirent.h that defines DIR... (cached) yes
 checking for library containing opendir... none required
 checking for lstat... yes
 checking for memmove... (cached) yes
 checking for putenv... (cached) yes
 checking for select... yes
 checking for setenv... (cached) yes
 checking for setlocale... (cached) yes
 checking for strcasecmp... (cached) yes
 checking for strpbrk... yes
 checking for tcgetattr... yes
 checking for vsnprintf... yes
 checking for isascii... yes
 checking for isxdigit... yes
 checking for working strcoll... yes
 checking for unistd.h... (cached) yes
 checking for stdlib.h... (cached) yes
 checking varargs.h usability... yes
 checking varargs.h presence... yes
 checking for varargs.h... yes
 checking stdarg.h usability... yes
 checking stdarg.h presence... yes
 checking for stdarg.h... yes
 checking for string.h... (cached) yes
 checking for strings.h... (cached) yes
 checking for limits.h... (cached) yes
 checking sys/ptem.h usability... no
 checking sys/ptem.h presence... no
 checking for sys/ptem.h... no
 checking sys/pte.h usability... no
 checking sys/pte.h presence... no
 checking for sys/pte.h... no
 checking sys/stream.h usability... yes
 checking sys/stream.h presence... yes
 checking for sys/stream.h... yes
 checking sys/select.h usability... yes
 checking sys/select.h presence... yes
 checking for sys/select.h... yes
 checking termcap.h usability... no
 checking termcap.h presence... no
 checking for termcap.h... no
 checking termios.h usability... yes
 checking termios.h presence... yes
 checking for termios.h... yes
 checking termio.h usability... yes
 checking termio.h presence... yes
 checking for termio.h... yes
 checking for sys/file.h... (cached) yes
 checking for locale.h... (cached) yes
 checking for memory.h... (cached) yes
 checking for type of signal functions... posix
 checking if signal handlers must be reinstalled when invoked... no
 checking for presence of POSIX-style sigsetjmp/siglongjmp... present
 checking for lstat... yes
 checking whether or not strcoll and strcmp differ... no
 checking whether getpw functions are declared in pwd.h... yes
 checking whether termios.h defines TIOCGWINSZ... no
 checking whether sys/ioctl.h defines TIOCGWINSZ... yes
 checking whether signal handlers are of type void... yes
 checking for TIOCSTAT in sys/ioctl.h... no
 checking for FIONREAD in sys/ioctl.h... yes
 checking for speed_t in sys/types.h... no
 checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
 checking if struct dirent has a d_ino member... yes
 checking if struct dirent has a d_fileno member... yes
 checking for tgetent in -ltermcap... yes
 checking which library has the termcap functions... using libtermcap
 checking wctype.h usability... yes
 checking wctype.h presence... yes
 checking for wctype.h... yes
 checking wchar.h usability... yes
 checking wchar.h presence... yes
 checking for wchar.h... yes
 checking langinfo.h usability... yes
 checking langinfo.h presence... yes
 checking for langinfo.h... yes
 checking for mbrtowc... yes
 checking for mbsrtowcs... yes
 checking for wcwidth... yes
 checking for mbstate_t... yes
 checking for nl_langinfo and CODESET... yes
 checking configuration for building shared libraries... supported
 updating cache .././config.cache
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating doc/Makefile
 config.status: creating examples/Makefile
 config.status: creating shlib/Makefile
 config.status: creating config.h
 config.status: executing default commands
 make[1]: Entering directory `/afs/gsf.de/sources/gdb/src/readline'
 rm -f readline.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 readline.c
 rm -f vi_mode.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 vi_mode.c
 rm -f funmap.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 funmap.c
 rm -f keymaps.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 keymaps.c
 rm -f parens.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 parens.c
 rm -f search.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 search.c
 rm -f rltty.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 rltty.c
 rm -f complete.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 complete.c
 rm -f bind.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 bind.c
 rm -f isearch.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 isearch.c
 rm -f display.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 display.c
 rm -f signals.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 signals.c
 rm -f util.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 util.c
 rm -f kill.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 kill.c
 rm -f undo.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 undo.c
 rm -f macro.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 macro.c
 rm -f input.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 input.c
 rm -f callback.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 callback.c
 rm -f terminal.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 terminal.c
 rm -f text.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 text.c
 rm -f nls.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 nls.c
 rm -f misc.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 misc.c
 rm -f compat.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 compat.c
 rm -f xmalloc.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 xmalloc.c
 rm -f history.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 history.c
 rm -f histexpand.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 histexpand.c
 cc: Warning: histexpand.c, line 214: In this statement, the referenced type of the pointer value "string" is const, but the referenced type of the target of this assignment is not. (notconstqual)
 	_rl_adjust_point (string, i, &ps);
 --------------------------^
 cc: Warning: histexpand.c, line 215: In this statement, the referenced type of the pointer value "string+i" is const, but the referenced type of the target of this assignment is not. (notconstqual)
 	if ((v = _rl_get_char_len (string + i, &ps)) > 1)
 -----------------------------------^
 rm -f histfile.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 histfile.c
 rm -f histsearch.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 histsearch.c
 rm -f shell.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 shell.c
 rm -f mbutil.o
 cc -c -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 mbutil.c
 rm -f tilde.o
 cc -DHAVE_CONFIG_H  -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"' -O0 -g2 -DREADLINE_LIBRARY -c ./tilde.c
 rm -f libreadline.a
 ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
 test -n "ranlib" && ranlib libreadline.a
 rm -f libhistory.a
 ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o
 test -n "ranlib" && ranlib libhistory.a
 make[1]: Leaving directory `/afs/gsf.de/sources/gdb/src/readline'
 Configuring in tcl
 loading cache .././config.cache
 checking host system type... alphaev67-dec-osf5.1
 checking whether make sets ${MAKE}... (cached) yes
 updating cache .././config.cache
 creating ./config.status
 creating Makefile
 configuring in unix
 running /bin/sh ./configure  --build=alphaev67-dec-osf5.1 --host=alphaev67-dec-osf5.1 --target=alphaev67-dec-osf5.1 --with-stabs --prefix=/software/@sys/usr --cache-file=../.././config.cache --srcdir=.
 loading cache ../.././config.cache
 checking whether to use symlinks for manpages... no
 checking compression for manpages... no
 checking for gcc... (cached) cc
 checking whether the C compiler (cc -O0 -g2 ) works... yes
 checking whether the C compiler (cc -O0 -g2 ) 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 unistd.h... (cached) yes
 checking for limits.h... (cached) yes
 checking for building with threads... no (default)
 checking for required early compiler flags... none
 checking for 64-bit integer type... using long
 checking whether byte ordering is bigendian... no
 checking for getcwd... (cached) yes
 checking for opendir... yes
 checking for strstr... (cached) yes
 checking for strtol... (cached) yes
 checking for strtoll... no
 checking for strtoull... no
 checking for tmpnam... (cached) yes
 checking for waitpid... (cached) yes
 checking for strerror... (cached) yes
 checking for getwd... yes
 checking for wait3... yes
 checking for uname... yes
 checking for realpath... (cached) yes
 checking dirent.h... yes
 checking for errno.h... grep: conftest.out: No such file or directory
 yes
 checking for float.h... grep: conftest.out: No such file or directory
 yes
 checking for values.h... (cached) yes
 checking for limits.h... (cached) yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking for sys/wait.h... (cached) yes
 checking for dlfcn.h... grep: conftest.out: No such file or directory
 yes
 checking for unistd.h... (cached) yes
 checking for sys/param.h... (cached) yes
 checking for sys/modem.h... grep: conftest.out: No such file or directory
 yes
 checking termios vs. termio vs. sgtty... termios
 checking for fd_set in sys/types... yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking for sys/time.h... (cached) yes
 checking whether time.h and sys/time.h may both be included... (cached) yes
 checking for tm_zone in struct tm... yes
 checking for gmtime_r... yes
 checking for localtime_r... yes
 checking tm_tzadj in struct tm... no
 checking tm_gmtoff in struct tm... yes
 checking long timezone variable... yes
 checking for st_blksize in struct stat... yes
 checking for fstatfs... yes
 checking for 8-bit clean memcmp... yes
 checking for memmove... (cached) yes
 checking proper strstr implementation... yes
 checking for strtoul... (cached) yes
 checking for strtod... (cached) yes
 checking for strtod... (cached) yes
 checking for Solaris2.4/Tru64 strtod bugs... ok
 checking for ANSI C header files... (cached) yes
 checking for mode_t... no
 checking for pid_t... (cached) yes
 checking for size_t... (cached) yes
 checking for uid_t in sys/types.h... no
 checking for socklen_t... no
 checking for opendir... (cached) yes
 checking union wait... no
 checking for strncasecmp... (cached) yes
 checking for BSDgettimeofday... no
 checking for gettimeofday... (cached) yes
 checking for gettimeofday declaration... missing
 checking whether char is unsigned... (cached) no
 checking signed char declarations... yes
 checking for a putenv() that copies the buffer... yes
 checking for langinfo.h... (cached) yes
 checking whether to use nl_langinfo... no (could not compile with nl_langinfo)
 checking for sin... no
 checking for main in -lieee... no
 checking for main in -linet... no
 checking for net/errno.h... grep: conftest.out: No such file or directory
 yes
 checking for connect... yes
 checking for gethostbyname... yes
 checking how to build libraries... static
 checking for ranlib... (cached) ranlib
 checking if 64bit support is requested... no
 checking if 64bit Sparc VIS support is requested... no
 checking system version (for dynamic loading)... OSF1-V5.1
 checking for dlopen in -ldl... no
 checking for ar... (cached) ar
 checking for build with symbols... no
 checking for sys/ioctl.h... grep: conftest.out: No such file or directory
 yes
 checking for sys/filio.h... grep: conftest.out: No such file or directory
 yes
 checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... FIONBIO
 checking how to package libraries... standard shared library
 updating cache ../.././config.cache
 creating ./config.status
 creating Makefile
 creating dltest/Makefile
 creating tclConfig.sh
 make[1]: Entering directory `/afs/gsf.de/sources/gdb/src/tcl'
 make[2]: Entering directory `/afs/gsf.de/sources/gdb/src/tcl/unix'
 cc -c -O0 -g2   -I./../generic -I. -DHAVE_TZSET -std1  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_STDLIB_H=1 -DNO_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MODEM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -Dmode_t=int  -Duid_t=int -Dgid_t=int -Dsocklen_t=unsigned -DNO_UNION_WAIT=1 -DGETTOD_NOT_DECLARED=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_NET_ERRNO_H=1 -DSTATIC_BUILD=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DUSE_FIONBIO=1         -DTCL_SHLIB_EXT=\".so\" ./../generic/regcomp.c
 cc: Error: /usr/include/sys/types.h, line 261: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef	uint_t		mode_t;		/* file mode */
 ------------------------^
 cc: Error: /usr/include/sys/types.h, line 269: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef uint_t		uid_t;		/* user ID */
 ------------------------^
 cc: Error: /usr/include/sys/types.h, line 275: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef uint_t		gid_t;		/* group ID */
 ------------------------^
 cc: Warning: ./../generic/regcomp.c, line 1585: In this statement, the referenced type of the pointer value "v->cv2" is "struct cvec", which is not compatible with "char". (ptrmismatch)
 				free(v->cv2);
 -------------------------------------^
 make[2]: *** [regcomp.o] Error 1
 make[2]: Leaving directory `/afs/gsf.de/sources/gdb/src/tcl/unix'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/afs/gsf.de/sources/gdb/src/tcl'
 make: *** [all-tcl] Error 2
 
 
 
 
 
 
 
 
 
 
 
 
 So, the problem is reproducible.
 
 $ ls -la tcl/unix/
 total 956
 drwxr-xr-x    4 cron     daemon       2048 Mar 13 00:51 .
 drwxr-xr-x   17 cron     daemon       2048 Mar 13 00:51 ..
 drwxr-xr-x    2 cron     daemon       2048 Mar 13 00:43 CVS
 -rw-r--r--    1 cron     daemon      50342 Mar 13 00:51 Makefile
 -rw-r--r--    1 cron     daemon      49397 Jan 21 20:40 Makefile.in
 -rw-r--r--    1 cron     daemon       7054 Jan 21 20:40 README
 -rw-r--r--    1 cron     daemon         24 Jan 21 20:40 aclocal.m4
 -rw-r--r--    1 cron     daemon      21725 Mar 13 00:51 config.log
 -rwxr-xr-x    1 cron     daemon       8663 Mar 13 00:51 config.status
 -rwxr-xr-x    1 cron     daemon     212185 Feb  7 20:52 configure
 -rwxr-xr-x    1 cron     daemon      20306 Jan 21 20:40 configure.in
 drwxr-xr-x    3 cron     daemon       2048 Mar 13 00:51 dltest
 -rwxr-xr-x    1 cron     daemon       2255 Jan 21 20:40 install-sh
 -rwxr-xr-x    1 cron     daemon       2856 Jan 21 20:40 ldAix
 -rwxr-xr-x    1 cron     daemon      65567 Jan 21 20:40 mkLinks
 -rw-r--r--    1 cron     daemon      72555 Feb  7 20:52 tcl.m4
 -rw-r--r--    1 cron     daemon       1717 Jan 21 20:40 tcl.spec
 -rw-r--r--    1 cron     daemon       4864 Jan 21 20:40 tclAppInit.c
 -rw-r--r--    1 cron     daemon       7329 Mar 13 00:51 tclConfig.sh
 -rw-r--r--    1 cron     daemon       6580 Jan 21 20:40 tclConfig.sh.in
 -rw-r--r--    1 cron     daemon      13255 Jan 21 20:40 tclLoadAix.c
 -rw-r--r--    1 cron     daemon      15229 Jan 21 20:40 tclLoadAout.c
 -rw-r--r--    1 cron     daemon       5907 Jan 21 20:40 tclLoadDl.c
 -rw-r--r--    1 cron     daemon       5635 Jan 21 20:40 tclLoadDld.c
 -rw-r--r--    1 cron     daemon       7127 Jan 21 20:40 tclLoadDyld.c
 -rw-r--r--    1 cron     daemon       5230 Jan 21 20:40 tclLoadNext.c
 -rw-r--r--    1 cron     daemon       5910 Jan 21 20:40 tclLoadOSF.c
 -rw-r--r--    1 cron     daemon       6009 Jan 21 20:40 tclLoadShl.c
 -rw-r--r--    1 cron     daemon      88321 Jan 21 20:40 tclUnixChan.c
 -rw-r--r--    1 cron     daemon       1811 Jan 21 20:40 tclUnixEvent.c
 -rw-r--r--    1 cron     daemon      48004 Jan 21 20:40 tclUnixFCmd.c
 -rw-r--r--    1 cron     daemon      20836 Jan 21 20:40 tclUnixFile.c
 -rw-r--r--    1 cron     daemon      30630 Jan 21 20:40 tclUnixInit.c
 -rw-r--r--    1 cron     daemon      28817 Jan 21 20:40 tclUnixNotfy.c
 -rw-r--r--    1 cron     daemon      32601 Jan 21 20:40 tclUnixPipe.c
 -rw-r--r--    1 cron     daemon      13403 Jan 21 20:40 tclUnixPort.h
 -rw-r--r--    1 cron     daemon       3523 Jan 21 20:40 tclUnixSock.c
 -rw-r--r--    1 cron     daemon      20460 Jan 21 20:40 tclUnixTest.c
 -rw-r--r--    1 cron     daemon      22304 Jan 21 20:40 tclUnixThrd.c
 -rw-r--r--    1 cron     daemon        408 Nov 26 20:48 tclUnixThrd.h
 -rw-r--r--    1 cron     daemon      10160 Jan 21 20:40 tclUnixTime.c
 -rw-r--r--    1 cron     daemon      17115 Jan 21 20:40 tclXtNotify.c
 -rw-r--r--    1 cron     daemon       3200 Jan 21 20:40 tclXtTest.c
 $ cat tcl/unix/config.log
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
 configure:586: checking whether to use symlinks for manpages
 configure:598: checking compression for manpages
 configure:626: checking for gcc
 configure:739: checking whether the C compiler (cc -O0 -g2 ) works
 configure:755: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:781: checking whether the C compiler (cc -O0 -g2 ) is a cross-compiler
 configure:786: checking whether we are using GNU C
 configure:814: checking whether cc accepts -g
 configure:846: checking how to run the C preprocessor
 configure:929: checking for unistd.h
 configure:929: checking for limits.h
 configure:972: checking for building with threads
 configure:1395: checking for required early compiler flags
 configure:1409: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:1458: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 cc: Error: configure, line 1454: In this declaration, "buf" has no linkage and is of an incomplete type. (incompnolink)
 struct stat64 buf; int i = stat64("/", &buf);
 --------------^
 configure: failed program was:
 #line 1451 "configure"
 #include "confdefs.h"
 #include <sys/stat.h>
 int main() {
 struct stat64 buf; int i = stat64("/", &buf);
 ; return 0; }
 configure:1474: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 cc: Error: configure, line 1470: In this declaration, "buf" has no linkage and is of an incomplete type. (incompnolink)
 struct stat64 buf; int i = stat64("/", &buf);
 --------------^
 configure: failed program was:
 #line 1466 "configure"
 #include "confdefs.h"
 #define _LARGEFILE64_SOURCE 1
 #include <sys/stat.h>
 int main() {
 struct stat64 buf; int i = stat64("/", &buf);
 ; return 0; }
 configure:1503: checking for 64-bit integer type
 configure:1518: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:1541: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure: failed program was:
 #line 1535 "configure"
 #include "confdefs.h"
 #include <unistd.h>
 	    int main() {exit(!(sizeof(__int64) > sizeof(long)));}
 
 configure:1681: checking whether byte ordering is bigendian
 configure:1699: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:1714: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 cc: Error: configure, line 1709: In this declaration, "not" must specify a type. (badparsedecl)
  not big endian
 -^
 configure: failed program was:
 #line 1703 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/param.h>
 int main() {
 
 #if BYTE_ORDER != BIG_ENDIAN
  not big endian
 #endif
 ; return 0; }
 configure:1780: checking for getcwd
 configure:1842: checking for opendir
 configure:1870: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:1842: checking for strstr
 configure:1900: checking for strtol
 configure:1900: checking for strtoll
 configure:1928: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 ld:
 Unresolved:
 strtoll
 configure: failed program was:
 #line 1905 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char strtoll(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char strtoll();
 
 int main() {
 
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
 #if defined (__stub_strtoll) || defined (__stub___strtoll)
 choke me
 #else
 strtoll();
 #endif
 
 ; return 0; }
 configure:1900: checking for strtoull
 configure:1928: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 ld:
 Unresolved:
 strtoull
 configure: failed program was:
 #line 1905 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char strtoull(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char strtoull();
 
 int main() {
 
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
 #if defined (__stub_strtoull) || defined (__stub___strtoull)
 choke me
 #else
 strtoull();
 #endif
 
 ; return 0; }
 configure:1900: checking for tmpnam
 configure:1900: checking for waitpid
 configure:1955: checking for strerror
 configure:2007: checking for getwd
 configure:2035: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:2059: checking for wait3
 configure:2087: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:2111: checking for uname
 configure:2139: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:2163: checking for realpath
 configure:2226: checking dirent.h
 configure:2254: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:2275: checking for errno.h
 configure:2285: $cc -E -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c >/dev/null 2>conftest.out
 ./configure: $cc: not found
 configure:2312: checking for float.h
 configure:2322: $cc -E -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c >/dev/null 2>conftest.out
 ./configure: $cc: not found
 configure:2349: checking for values.h
 configure:2386: checking for limits.h
 configure:2423: checking for stdlib.h
 ./configure: $cc: not found
 ./configure: $cc: not found
 ./configure: $cc: not found
 configure:2505: checking for string.h
 ./configure: $cc: not found
 ./configure: $cc: not found
 configure:2578: checking for sys/wait.h
 configure:2615: checking for dlfcn.h
 configure:2625: $cc -E -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c >/dev/null 2>conftest.out
 ./configure: $cc: not found
 configure:2657: checking for unistd.h
 configure:2657: checking for sys/param.h
 configure:2707: checking for sys/modem.h
 configure:2717: $cc -E -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c >/dev/null 2>conftest.out
 ./configure: $cc: not found
 configure:2744: checking termios vs. termio vs. sgtty
 configure:2768: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:2979: checking for fd_set in sys/types
 configure:2991: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:3049: checking whether struct tm is in sys/time.h or time.h
 configure:3062: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:3087: checking for sys/time.h
 configure:3124: checking whether time.h and sys/time.h may both be included
 configure:3159: checking for tm_zone in struct tm
 configure:3172: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:3232: checking for gmtime_r
 configure:3260: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:3232: checking for localtime_r
 configure:3260: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:3286: checking tm_tzadj in struct tm
 configure:3298: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 cc: Error: configure, line 3294: In this statement, "tm_tzadj" is not a member of "tm". (needmember)
 struct tm tm; tm.tm_tzadj;
 --------------^
 configure: failed program was:
 #line 3291 "configure"
 #include "confdefs.h"
 #include <time.h>
 int main() {
 struct tm tm; tm.tm_tzadj;
 ; return 0; }
 configure:3319: checking tm_gmtoff in struct tm
 configure:3331: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:3356: checking long timezone variable
 configure:3370: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:3434: checking for st_blksize in struct stat
 configure:3447: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:3468: checking for fstatfs
 configure:3496: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:3525: checking for 8-bit clean memcmp
 configure:3543: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:3567: checking for memmove
 configure:3628: checking proper strstr implementation
 configure:3643: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:3669: checking for strtoul
 configure:3737: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:3760: checking for strtod
 configure:3828: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:3854: checking for strtod
 configure:3904: checking for Solaris2.4/Tru64 strtod bugs
 configure:3936: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:3969: checking for ANSI C header files
 configure:4073: checking for mode_t
 ./configure: $cc: not found
 configure:4106: checking for pid_t
 configure:4139: checking for size_t
 configure:4172: checking for uid_t in sys/types.h
 ./configure: $cc: not found
 configure:4207: checking for socklen_t
 ./configure: $cc: not found
 configure:4251: checking for opendir
 configure:4312: checking union wait
 configure:4329: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 cc: Error: /usr/include/sys/types.h, line 261: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef	uint_t		mode_t;		/* file mode */
 ------------------------^
 cc: Error: /usr/include/sys/types.h, line 269: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef uint_t		uid_t;		/* user ID */
 ------------------------^
 cc: Error: /usr/include/sys/types.h, line 275: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef uint_t		gid_t;		/* group ID */
 ------------------------^
 cc: Error: configure, line 4322: In this declaration, "x" has no linkage and is of an incomplete type. (incompnolink)
 union wait x;
 -----------^
 configure: failed program was:
 #line 4317 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/wait.h>
 int main() {
 
 union wait x;
 WIFEXITED(x);		/* Generates compiler error if WIFEXITED
 			 * uses an int. */
 
 ; return 0; }
 configure:4356: checking for strncasecmp
 configure:4506: checking for BSDgettimeofday
 configure:4534: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 ld:
 Unresolved:
 BSDgettimeofday
 configure: failed program was:
 #line 4511 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char BSDgettimeofday(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char BSDgettimeofday();
 
 int main() {
 
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
 #if defined (__stub_BSDgettimeofday) || defined (__stub___BSDgettimeofday)
 choke me
 #else
 BSDgettimeofday();
 #endif
 
 ; return 0; }
 configure:4556: checking for gettimeofday
 configure:4611: checking for gettimeofday declaration
 ./configure: $cc: not found
 configure:4647: checking whether char is unsigned
 configure:4710: checking signed char declarations
 configure:4725: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 configure:4750: checking for a putenv() that copies the buffer
 configure:4780: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 cc: Error: /usr/include/sys/types.h, line 261: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef	uint_t		mode_t;		/* file mode */
 ------------------------^
 cc: Error: /usr/include/sys/types.h, line 269: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef uint_t		uid_t;		/* user ID */
 ------------------------^
 cc: Error: /usr/include/sys/types.h, line 275: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef uint_t		gid_t;		/* group ID */
 ------------------------^
 configure: failed program was:
 #line 4758 "configure"
 #include "confdefs.h"
 
 	#include <stdlib.h>
 	#define OURVAR "havecopy=yes"
 	int main (int argc, char *argv)
 	{
 	    char *foo, *bar;
 	    foo = (char *)strdup(OURVAR);
 	    putenv(foo);
 	    strcpy((char *)(strchr(foo, '=') + 1), "no");
 	    bar = getenv("havecopy");
 	    if (!strcmp(bar, "no")) {
 		/* doesnt copy */
 		return 0;
 	    } else {
 		/* does copy */
 		return 1;
 	    }
 	}
 
 configure:4822: checking for langinfo.h
 configure:4857: checking whether to use nl_langinfo
 configure:4867: cc -c -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c 1>&5
 cc: Error: /usr/include/sys/types.h, line 261: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef	uint_t		mode_t;		/* file mode */
 ------------------------^
 cc: Error: /usr/include/sys/types.h, line 269: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef uint_t		uid_t;		/* user ID */
 ------------------------^
 cc: Error: /usr/include/sys/types.h, line 275: In this declaration, "typedef" cannot be combined with "int". (typeconflict)
 typedef uint_t		gid_t;		/* group ID */
 ------------------------^
 configure: failed program was:
 #line 4860 "configure"
 #include "confdefs.h"
 #include <langinfo.h>
 int main() {
 nl_langinfo(CODESET);
 ; return 0; }
 configure:4903: checking for sin
 configure:4931: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 cc: Info: configure, line 4915: In this statement, the declaration for intrinsic function "sin" referenced at line number 4925 in file configure, the declared return type of "char" is not consistent with the expected type of "double".  It will be treated as an ordinary external function. (intrinsicdecl)
 char sin();
 -----^
 ld:
 Unresolved:
 sin
 configure: failed program was:
 #line 4908 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char sin(); below.  */
 #include <assert.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char sin();
 
 int main() {
 
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */
 #if defined (__stub_sin) || defined (__stub___sin)
 choke me
 #else
 sin();
 #endif
 
 ; return 0; }
 configure:4952: checking for main in -lieee
 configure:4967: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -lieee  -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 ld:
 Can't locate file for: -lieee
 configure: failed program was:
 #line 4960 "configure"
 #include "confdefs.h"
 
 int main() {
 main()
 ; return 0; }
 configure:4994: checking for main in -linet
 configure:5009: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -linet  -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 ld:
 Can't locate file for: -linet
 configure: failed program was:
 #line 5002 "configure"
 #include "confdefs.h"
 
 int main() {
 main()
 ; return 0; }
 configure:5031: checking for net/errno.h
 configure:5041: $cc -E -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c >/dev/null 2>conftest.out
 ./configure: $cc: not found
 configure:5086: checking for connect
 configure:5114: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:5279: checking for gethostbyname
 configure:5307: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 configure:5381: checking how to build libraries
 configure:5420: checking for ranlib
 configure:5452: checking if 64bit support is requested
 configure:5472: checking if 64bit Sparc VIS support is requested
 configure:5496: checking system version (for dynamic loading)
 configure:5522: checking for dlopen in -ldl
 configure:5541: cc -o conftest -O0 -g2 -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  conftest.c -ldl  -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib 1>&5
 ld:
 Can't locate file for: -ldl
 configure: failed program was:
 #line 5530 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char dlopen();
 
 int main() {
 dlopen()
 ; return 0; }
 configure:5589: checking for ar
 configure:6893: checking for build with symbols
 configure:6960: checking for sys/ioctl.h
 configure:6970: $cc -E -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c >/dev/null 2>conftest.out
 ./configure: $cc: not found
 configure:7000: checking for sys/filio.h
 configure:7010: $cc -E -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include conftest.c >/dev/null 2>conftest.out
 ./configure: $cc: not found
 configure:7037: checking FIONBIO vs. O_NONBLOCK for nonblocking I/O
 configure:7100: checking how to package libraries
 


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