[patch][gimplefe] Recognition of variable declarations

Sandeep Soni soni.sandeepb@gmail.com
Tue Jan 25 18:28:00 GMT 2011


The patch recognizes the variable declarations. The patch is yet
untested as I am yet to get over the build problem even after the last
commit. I am attaching the configure and make output.

I am going to work on a patch now which will be for the recognition of
the Function Declarations. I am thinking of doing the following.

Supposing a c like declaration of a function as:

extern int foo (double, double);

Correspondingly it can be written as:
function_decl <"foo", int, parm_decl1, parm_decl2>

I have a couple of questions:
1. Are we going to be dealing with multiple .gimple files at the same
time with the gimple front end. I mean, will the functions be
distributed in  .gimple files while their declarations are in some
other .gimple files (just like c) ?
2. If (1) is true, how do we handle scope such as file-scope and global scope?

--
Cheers
Sandy
-------------- next part --------------
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for version 0.10 (or later revision) of PPL... no
The following languages will be built: c,c++,fortran,gimple,lto,objc
checking for default BUILD_CONFIG... bootstrap-debug
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... gcj
checking for gfortran... gfortran
checking for gccgo... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for objdump... objdump
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... host tool
checking where to find the target gfortran... just compiled
checking where to find the target gccgo... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
configure: creating ./config.status
config.status: creating Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.diff
Type: application/octet-stream
Size: 6240 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110125/481af477/attachment.obj>
-------------- next part --------------
[ -f stage_final ] || echo stage3 > stage_final
make[1]: Entering directory `/home/Sandy/Development/build'
make[2]: Entering directory `/home/Sandy/Development/build'
make[2]: Leaving directory `/home/Sandy/Development/build'
make[2]: Entering directory `/home/Sandy/Development/build'
mkdir -p -- build-i686-pc-linux-gnu/libiberty
Configuring in build-i686-pc-linux-gnu/libiberty
Configuring stage 1 in ./intl
Configuring stage 1 in ./libiberty
mkdir -p -- build-i686-pc-linux-gnu/fixincludes
Configuring in build-i686-pc-linux-gnu/fixincludes
configure: creating cache ../config.cache
configure: loading cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for perl... perl
checking build system type... checking build system type... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
i686-pc-linux-gnu
checking host system type... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for perl... perl
i686-pc-linux-gnu
checking host system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-gcc... gcc
/usr/bin/xgettext
checking build system type... checking for msgmerge... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... gcc
/usr/bin/msgmerge
checking for C compiler default output file name... checking for i686-pc-linux-gnu-gcc... gcc
i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... a.out
checking whether the C compiler works... 
yes
checking for suffix of object files... checking whether we are cross compiling... no
checking for suffix of executables... o
checking whether we are using the GNU C compiler... a.out
checking whether the C compiler works... yes
yes
checking whether gcc accepts -g... checking whether we are cross compiling... no
checking for suffix of executables... yes
checking for gcc option to accept ISO C89... 
checking for suffix of object files... none needed
checking for a sed that does not truncate output... o
checking whether we are using the GNU C compiler... /bin/sed

checking for suffix of object files... checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc accepts -g... o
checking whether we are using the GNU C compiler... 
checking for suffix of object files... yes
yes
checking for gcc option to accept ISO C89... checking whether gcc supports -Wwrite-strings... yes
checking whether gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking for gcc option to accept ISO C89... none needed
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... yes
none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking whether gcc supports -Wmissing-prototypes... yes
checking build system type... checking whether gcc supports -Wold-style-definition... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking whether gcc supports -Wmissing-format-attribute... i686-pc-linux-gnu
checking host system type... yes
checking whether gcc supports -Wno-overlength-strings... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for library containing strerror... yes
checking whether gcc supports -pedantic -Wno-long-long... 64
checking how to run the C preprocessor... yes
checking how to run the C preprocessor... 64
checking how to run the C preprocessor... gcc -E
gcc -E
none required
checking how to run the C preprocessor... gcc -E
checking whether gcc supports -W... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether gcc supports -Wall... gcc -E
yes
checking whether gcc supports -Wwrite-strings... checking whether gcc supports -W... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wall... checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... checking whether gcc supports -Wstrict-prototypes... /bin/grep -E
checking for ANSI C header files... yes
checking whether gcc supports -Wwrite-strings... yes
yes
checking whether gcc supports -pedantic ... checking whether gcc supports -Wc++-compat... yes
checking whether gcc and cc understand -c and -o together... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for inline... inline
checking for grep that handles long lines and -e... yes
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... checking for sys/stat.h... yes
checking for an ANSI C-conforming const... yes
checking for an ANSI C-conforming const... yes
checking for inline... yes
yes
checking for inline... checking for stdlib.h... inline
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... inline
checking for sys/types.h... yes
checking for string.h... yes
yes
checking for memory.h... checking for sys/stat.h... yes
yes
checking for stdlib.h... checking for strings.h... yes
yes
checking for sys/types.h... yes
yes
checking for sys/stat.h... checking for inttypes.h... checking for string.h... yes
yes
checking for sys/types.h... checking for stdlib.h... yes
checking for sys/stat.h... yes
yes
checking for memory.h... yes
checking for stdint.h... checking for string.h... yes
checking for memory.h... checking for stdlib.h... yes
yes
yes
checking for strings.h... checking for unistd.h... checking for strings.h... yes
checking for string.h... yes
yes
checking for inttypes.h... yes
yes
checking for inttypes.h... yes
checking stddef.h usability... checking for memory.h... checking for stdint.h... yes
yes
yes
checking for unistd.h... checking for stdint.h... checking for strings.h... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
yes
checking whether byte ordering is bigendian... checking for stdlib.h... (cached) yes
yes
checking for inttypes.h... checking for strings.h... (cached) yes
checking for unistd.h... checking for unistd.h... (cached) yes
yes
checking fcntl.h usability... checking for stdint.h... yes
yes
checking for off_t... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... checking for unistd.h... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for sys/file.h... checking whether byte ordering is bigendian... yes
checking sys/file.h presence... yes
yes
checking for sys/file.h... yes
checking for sys/param.h... checking for sys/stat.h... (cached) yes
yes
checking for size_t... yes
checking for clearerr_unlocked... checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for feof_unlocked... checking for string.h... (cached) yes
checking for sys/file.h... checking for unistd.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for sys/param.h... yes
checking for working alloca.h... checking for sys/time.h... yes
yes
checking for time.h... checking for limits.h... yes
checking for sys/resource.h... yes
yes
checking for stdlib.h... (cached) yes
checking for ferror_unlocked... yes
checking for malloc.h... yes
checking for alloca... checking for sys/stat.h... (cached) yes
yes
checking for sys/mman.h... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
yes
yes
checking for fcntl.h... checking for fflush_unlocked... checking for time.h... yes
checking for stdlib.h... (cached) yes
yes
yes
checking for unistd.h... checking for alloca.h... (cached) yes
checking for sys/resource.h... checking for getpagesize... yes
yes
checking for sys/pstat.h... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... no
yes
checking for sys/sysmp.h... checking for fgetc_unlocked... yes
checking for fcntl.h... no
checking for sys/sysinfo.h... yes
checking for working mmap... yes
yes
checking for alloca.h... checking for machine/hal_sysinfo.h... yes
yes
checking for sys/pstat.h... no
checking for sys/table.h... checking for fgets_unlocked... no
checking for sys/sysmp.h... no
checking for sys/sysctl.h... no
yes
checking for sys/sysinfo.h... yes
checking for sys/systemcfg.h... checking for machine/hal_sysinfo.h... no
checking for stdint.h... (cached) yes
no
checking for sys/table.h... yes
checking whether we are using the GNU C Library 2.1 or newer... checking for stdio_ext.h... yes
no
yes
checking whether integer division by zero raises SIGFPE... yes
checking for sys/sysctl.h... checking for fileno_unlocked... checking for process.h... yes
no
checking for sys/prctl.h... checking for sys/systemcfg.h... yes
checking for sys/wait.h that is POSIX.1 compatible... no
checking for stdint.h... (cached) yes
yes
checking for fprintf_unlocked... yes
checking whether time.h and sys/time.h may both be included... checking for stdio_ext.h... yes
checking for inttypes.h... yes
yes
checking whether errno must be declared... yes
checking for stdint.h... no
checking size of int... no
checking for sys/prctl.h... no
checking for fputc_unlocked... yes
checking for unsigned long long... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether errno must be declared... yes
checking for inttypes.h... checking for fputs_unlocked... no
checking size of int... yes
checking whether the inttypes.h PRIxNN macros are broken... 4
checking for a 64-bit type... uint64_t
no
checking for ld used by GCC... checking for intptr_t... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for fread_unlocked... done
checking argz.h usability... 4
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking argz.h presence... yes
checking for uintptr_t... yes
checking for argz.h... yes
yes
checking for fwrite_unlocked... checking limits.h usability... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for uintptr_t... yes
checking locale.h usability... checking for getchar_unlocked... yes
checking for ssize_t... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for getc_unlocked... yes
checking for ssize_t... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
yes
checking for pid_t... checking malloc.h usability... yes
checking malloc.h presence... yes
checking for putchar_unlocked... yes
checking for malloc.h... yes
yes
checking for pid_t... checking stddef.h usability... yes
yes
checking stddef.h presence... checking for library containing strerror... yes
yes
checking for stddef.h... yes
checking for putc_unlocked... checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for library containing strerror... yes
checking sys/param.h presence... none required
yes
checking for asprintf... checking whether abort is declared... yes
checking for sys/param.h... yes
none required
checking for feof_unlocked... checking for asprintf... yes
checking whether asprintf is declared... yes
yes
checking for atexit... checking for fgets_unlocked... yes
checking for atexit... no
checking whether basename is declared... yes
checking for basename... yes
yes
checking for basename... checking for getc_unlocked... no
checking whether errno is declared... yes
yes
checking for bcmp... yes
checking for bcmp... checking for getcwd... no
checking whether vasprintf is declared... yes
checking for bcopy... yes
yes
checking for getegid... no
checking for bcopy... checking whether clearerr_unlocked is declared... yes
yes
checking for bsearch... yes
checking for geteuid... checking whether feof_unlocked is declared... yes
checking for bsearch... yes
checking whether ferror_unlocked is declared... yes
yes
checking for bzero... checking whether fflush_unlocked is declared... checking for getgid... yes
yes
checking whether fgetc_unlocked is declared... checking for bzero... yes
yes
yes
checking for calloc... checking for getuid... checking whether fgets_unlocked is declared... yes
checking for calloc... no
yes
checking whether fileno_unlocked is declared... yes
checking for mempcpy... checking for clock... yes
checking whether fprintf_unlocked is declared... yes
yes
checking for ffs... checking for clock... yes
checking for munmap... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking for getcwd... checking for ffs... yes
checking for putenv... no
checking whether fread_unlocked is declared... yes
checking for getpagesize... yes
checking for getcwd... yes
yes
checking whether fwrite_unlocked is declared... checking for setenv... yes
yes
checking for gettimeofday... yes
checking whether getchar_unlocked is declared... yes
checking for getpagesize... checking for setlocale... yes
checking whether getc_unlocked is declared... yes
yes
checking for gettimeofday... yes
checking for index... checking for stpcpy... yes
checking whether putchar_unlocked is declared... yes
yes
yes
checking whether putc_unlocked is declared... checking for insque... yes
checking for index... checking for strcasecmp... yes
checking for an ANSI C-conforming const... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: updating cache ../config.cache
configure: creating ./config.status
yes
yes
yes
checking for memchr... checking for strdup... checking for insque... yes
yes
checking for memcmp... checking for memchr... yes
checking for strtoul... config.status: creating Makefile
yes
yes
checking for memcmp... config.status: creating mkheaders.almost
checking for memcpy... config.status: creating config.h
yes
checking for memmem... yes
checking for tsearch... yes
checking for memcpy... Configuring stage 1 in ./zlib
yes
checking for memmove... yes
checking for __argz_count... yes
checking for memmem... yes
checking for mempcpy... yes
yes
checking for __argz_stringify... checking for memmove... yes
configure: creating cache ./config.cache
checking for memset... yes
checking build system type... checking for __argz_next... yes
i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... checking for mempcpy... yes
i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for mkstemps... yes
checking for __fsetlocking... yes
checking for memset... no
checking for putenv... yes
checking for iconv... yes
yes
checking for random... checking for mkstemps... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for rename... no
checking for putenv... yes
checking for LC_MESSAGES... yes
yes
checking for rindex... checking for random... yes
checking for bison... bison
checking version of bison... 2.4.1, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for setenv... yes
checking for rename... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for snprintf... yes
checking for rindex... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for sigsetmask... yes
checking for setenv... yes
checking for stpcpy... yes
checking for snprintf... config.status: creating Makefile
config.status: creating config.intl
yes
checking for stpncpy... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for sigsetmask... yes
checking for strcasecmp... yes
checking for stpcpy... Configuring stage 1 in ./libdecnumber
yes
checking for strchr... yes
checking for stpncpy... yes
checking for strdup... yes
checking for strcasecmp... configure: creating cache ./config.cache
yes
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for strncasecmp... yes
checking for i686-pc-linux-gnu-gcc... gcc
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i686-pc-linux-gnu-gcc... gcc
yes
checking for strchr... checking for C compiler default output file name... yes
a.out
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for strndup... checking for strdup... checking for C compiler default output file name... 
checking for suffix of object files... yes
checking for strrchr... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... a.out
checking whether the C compiler works... yes
yes
checking for gcc option to accept ISO C89... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for strncasecmp... none needed
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
yes

checking for suffix of object files... checking for strstr... checking whether gcc supports -Wall... o
checking whether we are using the GNU C compiler... yes
checking whether gcc supports -Wwrite-strings... yes
yes
checking whether gcc accepts -g... yes
checking for strndup... checking whether gcc supports -Wstrict-prototypes... yes
checking for gcc option to accept ISO C89... yes
yes
none needed
checking whether gcc supports -Wmissing-prototypes... checking for style of include used by make... GNU
checking dependency style of gcc... checking for strtod... yes
checking whether gcc supports -Wold-style-definition... yes
checking for strrchr... yes
checking whether gcc supports -Wmissing-format-attribute... yes
gcc3
checking how to print strings... checking whether gcc supports -Wcast-qual... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
/bin/grep -E
checking for fgrep... checking whether gcc supports -pedantic -Wno-long-long... /bin/grep -F
yes
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... checking for strtol... yes
checking for BSD- or MS-compatible name lister (nm)... yes
nm
checking how to run the C preprocessor... checking the name lister (nm) interface... yes
checking for strstr... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... gcc -E
yes
checking for ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for i686-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... yes
checking for strtoul... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for strtod... yes
ok
checking how to run the C preprocessor... checking for strverscmp... yes
gcc -E
checking for strtol... checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for tmpnam... yes
yes
checking for sys/stat.h... checking for strtoul... yes
yes
checking for stdlib.h... checking for vasprintf... yes
checking for strverscmp... yes
yes
checking for sys/types.h... checking for string.h... yes
yes
checking for sys/stat.h... checking for memory.h... yes
yes
yes
yes
checking for vfprintf... checking for tmpnam... checking for stdlib.h... checking for strings.h... yes
yes
checking for inttypes.h... checking for string.h... yes
yes
yes
checking for stdint.h... checking for vprintf... yes
checking for vasprintf... checking for memory.h... yes
checking for unistd.h... yes
checking for strings.h... yes
yes
yes
checking for vfprintf... checking for vsnprintf... checking ctype.h usability... yes
checking for inttypes.h... yes
checking ctype.h presence... yes
yes
checking for stdint.h... yes
yes
checking for ctype.h... checking for vsprintf... yes
checking for vprintf... checking stddef.h usability... yes
yes
checking stddef.h presence... checking for unistd.h... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for waitpid... yes
checking for vsnprintf... yes
checking for dlfcn.h... yes
checking stdio.h presence... yes
checking for stdio.h... yes
yes
checking for objdir... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... .libs
yes
checking for setproctitle... yes
yes
checking for uintptr_t... checking for vsprintf... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking for int_least32_t... yes
checking if gcc supports -fno-rtti -fno-exceptions... checking for waitpid... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... -1
checking for vfork.h... yes
checking if gcc static flag -static works... yes
checking for int_fast32_t... no
checking for fork... no
checking if gcc supports -c -o file.o... yes
checking for setproctitle... yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking for uint64_t... checking whether the gcc linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
no
checking whether alloca needs Cray hooks... checking for vfork... no
checking stack direction for C alloca... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... no
checking dynamic linker characteristics... yes
checking for off_t... yes
checking for working fork... -1
checking for vfork.h... no
checking for fork... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
yes
checking size of int... checking for stdlib.h... (cached) yes
yes
checking for working vfork... (cached) yes
checking for _doprnt... checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for vfork... 4
checking size of long... no
checking for sys_errlist... yes
checking for working mmap... yes
checking for working fork... yes
checking for sys_nerr... 4
checking for ANSI C header files... (cached) yes
yes
checking for memcpy... checking build system type... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
i686-pc-linux-gnu
checking host system type... checking for sys_siglist... i686-pc-linux-gnu
checking target system type... yes
i686-pc-linux-gnu
checking for decimal floating point... bid
checking whether byte ordering is bigendian... checking for strerror... no
checking for sys_errlist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for unistd.h... (cached) yes
yes
checking for canonicalize_file_name... yes
checking for sys_nerr... no
configure: updating cache ./config.cache
configure: creating ./config.status
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for dup3... yes
checking for sys_siglist... yes
yes
checking for external symbol _system_configuration... checking for getrusage... no
checking for __fsetlocking... config.status: creating Makefile
yes
config.status: creating config.h
checking for getsysinfo... config.status: executing gstdint.h commands
yes
checking for canonicalize_file_name... no
checking for gettimeofday... (cached) yes
yes
checking for on_exit... checking for dup3... Configuring stage 1 in ./lto-plugin
yes
checking for psignal... yes
checking for getrusage... yes
yes
checking for getsysinfo... checking for pstat_getdynamic... configure: creating cache ./config.cache
no
checking for gettimeofday... (cached) yes
no
checking for on_exit... checking for pstat_getstatic... checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
no
checking for realpath... checking for psignal... config.status: creating Makefile
yes
yes
checking for sbrk... checking for pstat_getdynamic... config.status: executing default-1 commands
yes
checking for spawnve... config.status: executing depfiles commands
no
checking for pstat_getstatic... config.status: executing libtool commands
no
checking for spawnvpe... no
checking for realpath... no
checking for strerror... yes
Configuring stage 1 in ./gcc
checking for sbrk... yes
checking for strsignal... yes
checking for spawnve... yes
checking for sysconf... no
checking for spawnvpe... yes
configure: creating cache ./config.cache
checking for sysctl... checking build system type... no
checking for strerror... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... yes
i686-pc-linux-gnu
checking for sysmp... checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking whether to place generated files in the source directory... no
checking whether a default linker was specified... no
checking whether a default assembler was specified... no
checking for i686-pc-linux-gnu-gcc... gcc
yes
checking for strsignal... checking for C compiler default output file name... no
checking for table... yes
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for sysconf... no
checking for times... 
checking for suffix of object files... yes
checking for sysctl... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... yes
checking for wait3... none needed
checking whether gcc and cc understand -c and -o together... yes
checking for sysmp... yes
yes
checking for wait4... checking whether we are using the GNU C++ compiler... yes
no
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether g++ accepts -g... checking for table... yes
yes
checking for i686-pc-linux-gnu-gnatbind... no
checking for i686-pc-linux-gnu-gnatmake... no
checking whether compiler driver understands Ada... checking whether to enable maintainer-specific portions of Makefiles... no
checking for i686-pc-linux-gnu-gcc... gcc
no
checking how to run the C preprocessor... yes
checking whether basename is declared... gcc -E
checking for C compiler default output file name... no
checking for grep that handles long lines and -e... checking for times... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking whether ffs is declared... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether asprintf is declared... yes
checking for wait3... 
checking for suffix of object files... no
checking whether vasprintf is declared... o
checking whether we are using the GNU C compiler... yes
checking for sys/types.h... yes
checking whether gcc accepts -g... yes
yes
yes
checking for gcc option to accept ISO C89... checking for wait4... checking for sys/stat.h... no
checking whether snprintf is declared... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... yes
yes
checking whether vsnprintf is declared... checking for stdlib.h... yes
checking whether basename is declared... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
checking whether calloc is declared... checking for string.h... yes
yes
checking whether getenv is declared... checking for memory.h... 64
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... yes
yes
no
/bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... checking for strings.h... /bin/grep -F
checking whether getopt is declared... checking for ld used by gcc... checking whether ffs is declared... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for inttypes.h... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking whether asprintf is declared... checking whether malloc is declared... yes
1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for i686-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... checking for stdint.h... yes
checking whether realloc is declared... yes
no
checking for unistd.h... checking whether vasprintf is declared... yes
checking whether sbrk is declared... yes
ok
checking minix/config.h usability... checking how to run the C preprocessor... yes
checking whether strverscmp is declared... no
checking whether snprintf is declared... gcc -E
yes
no
checking minix/config.h presence... checking whether vsnprintf is declared... no
checking whether canonicalize_file_name must be declared... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for ANSI C header files... yes
checking whether calloc is declared... yes
checking how to run the C preprocessor... gcc -E
yes
checking for inline... checking whether getenv is declared... yes
inline
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking whether getopt is declared... 64
checking size of void *... yes
checking for sys/types.h... yes
checking whether malloc is declared... yes
yes
checking for sys/stat.h... checking whether realloc is declared... 4
checking size of short... yes
checking for working strncmp... yes
yes
checking whether sbrk is declared... checking for stdlib.h... yes
yes
checking for string.h... checking whether strverscmp is declared... yes
yes
checking for memory.h... 2
checking size of int... no
checking whether canonicalize_file_name must be declared... yes
checking for strings.h... configure: updating cache ../config.cache
configure: creating ./config.status
yes
yes
checking for inttypes.h... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
yes
checking for working mmap... 4
checking size of long... checking for stdint.h... yes
checking for unistd.h... config.status: creating Makefile
yes
checking for dlfcn.h... 4
yes
checking for working strncmp... checking for long long... yes
checking for objdir... .libs
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking size of long long... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... configure: updating cache ./config.cache
yes
checking if gcc static flag -static works... configure: creating ./config.status
make[3]: Entering directory `/home/Sandy/Development/build/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Sandy/Development/build/intl'
no
checking if gcc supports -c -o file.o... make[3]: Entering directory `/home/Sandy/Development/build/build-i686-pc-linux-gnu/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
	  mkdir pic; \
	else true; fi
touch stamp-picdir
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... make[4]: Entering directory `/home/Sandy/Development/build/build-i686-pc-linux-gnu/libiberty/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/Sandy/Development/build/build-i686-pc-linux-gnu/libiberty/testsuite'
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/regex.c -o pic/regex.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/regex.c -o regex.o
8
checking for __int64... yes
checking whether -lc should be explicitly linked in... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/cplus-dem.c -o cplus-dem.o
no
checking dynamic linker characteristics... no
checking for int8_t... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/cp-demangle.c -o cp-demangle.o
config.status: creating Makefile
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/md5.c -o pic/md5.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/sha1.c -o pic/sha1.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/sha1.c -o sha1.o
config.status: creating testsuite/Makefile
yes
checking for int16_t... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/alloca.c -o pic/alloca.o; \
	else true; fi
checking for int64_t... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/alloca.c -o alloca.o
config.status: creating config.h
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/argv.c -o pic/argv.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/argv.c -o argv.o
config.status: executing default commands
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/choose-temp.c -o pic/choose-temp.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/concat.c -o pic/concat.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/concat.c -o concat.o
yes
checking for uint64_t... yes
checking for int32_t... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/cp-demint.c -o pic/cp-demint.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/cp-demint.c -o cp-demint.o
yes
checking for sys/wait.h that is POSIX.1 compatible... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/crc32.c -o pic/crc32.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/crc32.c -o crc32.o
yes
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/dyn-string.c -o pic/dyn-string.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/dyn-string.c -o dyn-string.o
make[3]: Entering directory `/home/Sandy/Development/build/zlib'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../gimple-front-end/zlib/'`adler32.c
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/fdmatch.c -o pic/fdmatch.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/fdmatch.c -o fdmatch.o
yes
checking for int64_t... gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../gimple-front-end/zlib/'`compress.c
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/fibheap.c -o pic/fibheap.o; \
	else true; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../gimple-front-end/zlib/'`crc32.c
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/fibheap.c -o fibheap.o
configure: updating cache ./config.cache
configure: creating ./config.status
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../gimple-front-end/zlib/'`deflate.c
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/floatformat.c -o pic/floatformat.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/floatformat.c -o floatformat.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-gzio.o `test -f 'gzio.c' || echo '../../gimple-front-end/zlib/'`gzio.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../gimple-front-end/zlib/'`infback.c
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/fnmatch.c -o pic/fnmatch.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/fopen_unlocked.c -o fopen_unlocked.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../gimple-front-end/zlib/'`inffast.c
yes
checking for long long int... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/getopt.c -o pic/getopt.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/getopt.c -o getopt.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../gimple-front-end/zlib/'`inflate.c
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/getopt1.c -o pic/getopt1.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/getpwd.c -o pic/getpwd.o; \
	else true; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../gimple-front-end/zlib/'`inftrees.c
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/getruntime.c -o pic/getruntime.o; \
	else true; fi
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../gimple-front-end/zlib/'`trees.c
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/getruntime.c -o getruntime.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../gimple-front-end/zlib/'`uncompr.c
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/hashtab.c -o pic/hashtab.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/hashtab.c -o hashtab.o
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gimple-front-end/zlib     -g -fkeep-inline-functions -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../gimple-front-end/zlib/'`zutil.c
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/hex.c -o pic/hex.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/hex.c -o hex.o
yes
checking for intmax_t... true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -fkeep-inline-functions" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/i686-pc-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzio.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ranlib libz.a
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/lbasename.c -o pic/lbasename.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/lbasename.c -o lbasename.o
make[3]: Leaving directory `/home/Sandy/Development/build/zlib'
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/lrealpath.c -o pic/lrealpath.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/make-relative-prefix.c -o make-relative-prefix.o
Configuring stage 1 in ./libcpp
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/make-temp-file.c -o make-temp-file.o
yes
checking for intptr_t... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/objalloc.c -o pic/objalloc.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/obstack.c -o pic/obstack.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/partition.c -o pic/partition.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/pexecute.c -o pic/pexecute.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/physmem.c -o pic/physmem.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/physmem.c -o physmem.o
yes
checking for uint8_t... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/pex-common.c -o pic/pex-common.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/pex-common.c -o pex-common.o
yes
checking for uint16_t... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/pex-one.c -o pic/pex-one.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/pex-unix.c -o pic/pex-unix.o; \
	else true; fi
yes
checking for uint32_t... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/pex-unix.c -o pex-unix.o
configure: creating cache ./config.cache
yes
checking for uint64_t... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/safe-ctype.c -o safe-ctype.o
checking build system type... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/simple-object.c -o pic/simple-object.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/simple-object.c -o simple-object.o
yes
checking for unsigned long long int... i686-pc-linux-gnu
checking host system type... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/simple-object-coff.c -o simple-object-coff.o
i686-pc-linux-gnu
checking target system type... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/simple-object-elf.c -o simple-object-elf.o
i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for uintmax_t... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for i686-pc-linux-gnu-gcc... gcc
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/sort.c -o pic/sort.o; \
	else true; fi
checking for C compiler default output file name... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/spaces.c -o pic/spaces.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/spaces.c -o spaces.o
yes
checking for uintptr_t... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/splay-tree.c -o pic/splay-tree.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/splay-tree.c -o splay-tree.o
config.status: creating Makefile
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/strerror.c -o pic/strerror.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/strsignal.c -o pic/strsignal.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/strsignal.c -o strsignal.o
config.status: creating config.h

config.status: executing depfiles commands
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
	else true; fi
checking for suffix of object files... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
yes
checking whether gcc supports -W... o
checking whether we are using the GNU C compiler... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/xatexit.c -o pic/xatexit.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/xatexit.c -o xatexit.o
yes
config.status: executing libtool commands
yes
checking whether gcc accepts -g... checking whether gcc supports -Wall... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/xexit.c -o pic/xexit.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/xexit.c -o xexit.o
yes
yes
checking for gcc option to accept ISO C89... checking whether gcc supports -Wwrite-strings... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/xmalloc.c -o pic/xmalloc.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/xmalloc.c -o xmalloc.o
yes
checking whether gcc supports -Wcast-qual... none needed
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/xmemdup.c -o pic/xmemdup.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/xmemdup.c -o xmemdup.o
yes
checking whether we are using the GNU C++ compiler... checking whether gcc supports -Wstrict-prototypes... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/xstrdup.c -o pic/xstrdup.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/xstrdup.c -o xstrdup.o
yes
checking whether g++ accepts -g... yes
checking whether gcc supports -Wmissing-prototypes... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/xstrerror.c -o pic/xstrerror.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/xstrerror.c -o xstrerror.o
yes
yes
checking for i686-pc-linux-gnu-ranlib... ranlib
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/xstrndup.c -o pic/xstrndup.o; \
	else true; fi
checking whether gcc supports -Wmissing-format-attribute... checking how to run the C preprocessor... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/xstrndup.c -o xstrndup.o
yes
make[3]: Entering directory `/home/Sandy/Development/build/libdecnumber'
source='../../gimple-front-end/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../gimple-front-end/libdecnumber -I.  -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gimple-front-end/libdecnumber -I.  -c ../../gimple-front-end/libdecnumber/decNumber.c
checking whether gcc supports -Wold-style-definition... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/mkstemps.c -o pic/mkstemps.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/mkstemps.c -o mkstemps.o
gcc -E
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gimple-front-end/libiberty/setproctitle.c -o pic/setproctitle.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gimple-front-end/libiberty/setproctitle.c -o setproctitle.o
checking for grep that handles long lines and -e... source='../../gimple-front-end/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../gimple-front-end/libdecnumber -I.  -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gimple-front-end/libdecnumber -I.  -c ../../gimple-front-end/libdecnumber/decContext.c
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
rm -f ./libiberty.a pic/./libiberty.a
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... ar rc ./libiberty.a \
	  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o ./setproctitle.o
source='../../gimple-front-end/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../gimple-front-end/libdecnumber -I.  -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gimple-front-end/libdecnumber -I.  -c ../../gimple-front-end/libdecnumber/bid/decimal32.c
ranlib ./libiberty.a
yes
if [ x"" != x ]; then \
	  cd pic; \
	  ar rc ./libiberty.a \
	    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o ./setproctitle.o; \
	  ranlib ./libiberty.a; \
	  cd ..; \
	else true; fi
checking valgrind.h usability... make[3]: Leaving directory `/home/Sandy/Development/build/build-i686-pc-linux-gnu/libiberty'
source='../../gimple-front-end/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../gimple-front-end/libdecnumber -I.  -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gimple-front-end/libdecnumber -I.  -c ../../gimple-front-end/libdecnumber/bid/decimal64.c
source='../../gimple-front-end/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../gimple-front-end/libdecnumber -I.  -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gimple-front-end/libdecnumber -I.  -c ../../gimple-front-end/libdecnumber/bid/decimal128.c
source='../../gimple-front-end/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc  -I../../gimple-front-end/libdecnumber -I.  -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gimple-front-end/libdecnumber -I.  -c ../../gimple-front-end/libdecnumber/bid/bid2dpd_dpd2bid.c
source='../../gimple-front-end/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc  -I../../gimple-front-end/libdecnumber -I.  -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gimple-front-end/libdecnumber -I.  -c ../../gimple-front-end/libdecnumber/bid/host-ieee32.c
no
checking valgrind.h presence... yes
checking for sys/types.h... no
checking for valgrind.h... no
source='../../gimple-front-end/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc  -I../../gimple-front-end/libdecnumber -I.  -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gimple-front-end/libdecnumber -I.  -c ../../gimple-front-end/libdecnumber/bid/host-ieee64.c
yes
checking whether make sets $(MAKE)... checking for sys/stat.h... source='../../gimple-front-end/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc  -I../../gimple-front-end/libdecnumber -I.  -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gimple-front-end/libdecnumber -I.  -c ../../gimple-front-end/libdecnumber/bid/host-ieee128.c
yes
checking for gawk... gawk
checking whether ln -s works... yes
checking whether ln works... make[3]: Entering directory `/home/Sandy/Development/build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
	  mkdir pic; \
	else true; fi
yes
yes
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for cmp's capabilities... touch stamp-picdir
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
checking for stdlib.h... gnucompare
checking for mktemp... yes
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000
checking for modern makeinfo... yes
checking for recent Pod::Man... make[4]: Entering directory `/home/Sandy/Development/build/libiberty/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/Sandy/Development/build/libiberty/testsuite'
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/regex.c -o pic/regex.o; \
	else true; fi
yes
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
ranlib libdecnumber.a
checking for string.h... make[3]: Leaving directory `/home/Sandy/Development/build/libdecnumber'
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/regex.c -o regex.o
yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/cplus-dem.c -o cplus-dem.o
checking for memory.h... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
	else true; fi
yes
yes
checking for flex... flex
checking for bison... bison
checking for nm... nm
checking for ar... ar
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... checking for strings.h... make[3]: Entering directory `/home/Sandy/Development/build/build-i686-pc-linux-gnu/fixincludes'
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gimple-front-end/fixincludes -I../include -I../../../gimple-front-end/fixincludes/../include ../../../gimple-front-end/fixincludes/fixincl.c
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/cp-demangle.c -o cp-demangle.o
yes
checking whether string.h and strings.h may both be included... yes
yes
checking for sys/wait.h that is POSIX.1 compatible... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/md5.c -o pic/md5.o; \
	else true; fi
checking for inttypes.h... gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gimple-front-end/fixincludes -I../include -I../../../gimple-front-end/fixincludes/../include ../../../gimple-front-end/fixincludes/fixtests.c
yes
checking for limits.h... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/md5.c -o md5.o
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gimple-front-end/fixincludes -I../include -I../../../gimple-front-end/fixincludes/../include ../../../gimple-front-end/fixincludes/fixfixes.c
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/sha1.c -o pic/sha1.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/sha1.c -o sha1.o
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gimple-front-end/fixincludes -I../include -I../../../gimple-front-end/fixincludes/../include ../../../gimple-front-end/fixincludes/server.c
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/alloca.c -o pic/alloca.o; \
	else true; fi
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gimple-front-end/fixincludes -I../include -I../../../gimple-front-end/fixincludes/../include ../../../gimple-front-end/fixincludes/procopen.c
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/alloca.c -o alloca.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/argv.c -o pic/argv.o; \
	else true; fi
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gimple-front-end/fixincludes -I../include -I../../../gimple-front-end/fixincludes/../include ../../../gimple-front-end/fixincludes/fixlib.c
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/argv.c -o argv.o
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long   -DHAVE_CONFIG_H -I. -I../../../gimple-front-end/fixincludes -I../include -I../../../gimple-front-end/fixincludes/../include ../../../gimple-front-end/fixincludes/fixopts.c
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/choose-temp.c -o pic/choose-temp.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/choose-temp.c -o choose-temp.o
srcdir="../../../gimple-front-end/fixincludes" /bin/sh ../../../gimple-front-end/fixincludes/mkfixinc.sh i686-pc-linux-gnu
make[3]: Leaving directory `/home/Sandy/Development/build/build-i686-pc-linux-gnu/fixincludes'
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/concat.c -o pic/concat.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/cp-demint.c -o pic/cp-demint.o; \
	else true; fi
yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/concat.c -o concat.o
checking for stddef.h... yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/cp-demint.c -o cp-demint.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/crc32.c -o pic/crc32.o; \
	else true; fi
checking for string.h... (cached) yes
yes
checking for strings.h... (cached) yes
checking for stdint.h... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/dyn-string.c -o pic/dyn-string.o; \
	else true; fi
checking for stdlib.h... (cached) yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/crc32.c -o crc32.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/fdmatch.c -o pic/fdmatch.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/dyn-string.c -o dyn-string.o
yes
checking for time.h... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/fdmatch.c -o fdmatch.o
checking for unistd.h... yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/fibheap.c -o pic/fibheap.o; \
	else true; fi
checking for iconv.h... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
	else true; fi
yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/fibheap.c -o fibheap.o
checking for fcntl.h... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/filename_cmp.c -o filename_cmp.o
yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/floatformat.c -o pic/floatformat.o; \
	else true; fi
checking minix/config.h usability... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/fnmatch.c -o pic/fnmatch.o; \
	else true; fi
yes
checking for unistd.h... (cached) yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/fnmatch.c -o fnmatch.o
checking for sys/file.h... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/floatformat.c -o floatformat.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/getopt.c -o pic/getopt.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/fopen_unlocked.c -o fopen_unlocked.o
yes
checking for sys/time.h... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/getopt1.c -o pic/getopt1.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/getopt.c -o getopt.o
no
checking minix/config.h presence... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/getopt1.c -o getopt1.o
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/getpwd.c -o pic/getpwd.o; \
	else true; fi
checking for sys/mman.h... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/getruntime.c -o pic/getruntime.o; \
	else true; fi
yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/getpwd.c -o getpwd.o
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/getruntime.c -o getruntime.o
checking for sys/resource.h... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/hashtab.c -o pic/hashtab.o; \
	else true; fi
yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/hex.c -o pic/hex.o; \
	else true; fi
checking for sys/param.h... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/hex.c -o hex.o
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/hashtab.c -o hashtab.o
yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/lbasename.c -o pic/lbasename.o; \
	else true; fi
checking for sys/times.h... 64
checking for aclocal... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/lrealpath.c -o pic/lrealpath.o; \
	else true; fi
aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether gcc supports -W... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/lbasename.c -o lbasename.o
checking for sys/stat.h... (cached) yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/lrealpath.c -o lrealpath.o
yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
	else true; fi
checking whether gcc supports -Wall... checking for direct.h... yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
	else true; fi
checking whether gcc supports -Wwrite-strings... no
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/make-relative-prefix.c -o make-relative-prefix.o
checking for malloc.h... yes
checking whether gcc supports -Wmissing-format-attribute... yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/make-temp-file.c -o make-temp-file.o
checking for langinfo.h... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/objalloc.c -o pic/objalloc.o; \
	else true; fi
yes
checking whether gcc supports -Wstrict-prototypes... yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/obstack.c -o pic/obstack.o; \
	else true; fi
checking for ldfcn.h... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/objalloc.c -o objalloc.o
yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/obstack.c -o obstack.o
checking whether gcc supports -Wmissing-prototypes... no
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/partition.c -o pic/partition.o; \
	else true; fi
checking for locale.h... yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/pexecute.c -o pic/pexecute.o; \
	else true; fi
checking whether gcc supports -Wold-style-definition... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/partition.c -o partition.o
yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/pexecute.c -o pexecute.o
checking for wchar.h... yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/physmem.c -o pic/physmem.o; \
	else true; fi
checking whether gcc supports -Wc++-compat... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/pex-common.c -o pic/pex-common.o; \
	else true; fi
yes
yes
checking whether gcc supports -pedantic -Wno-long-long... yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/physmem.c -o physmem.o
checking dependency style of gcc... checking for thread.h... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/pex-common.c -o pex-common.o
no
checking for pthread.h... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/pex-one.c -o pic/pex-one.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/pex-unix.c -o pic/pex-unix.o; \
	else true; fi
yes
checking for CHAR_BIT... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/pex-one.c -o pex-one.o
yes
checking whether byte ordering is bigendian... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/pex-unix.c -o pex-unix.o
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/safe-ctype.c -o safe-ctype.o
gcc3
checking whether time.h and sys/time.h may both be included... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/simple-object.c -o pic/simple-object.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
	else true; fi
yes
checking whether string.h and strings.h may both be included... yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/simple-object-coff.c -o simple-object-coff.o
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/simple-object.c -o simple-object.o
checking locale.h usability... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
	else true; fi
no
checking how to run the C++ preprocessor... yes
checking locale.h presence... yes
checking for locale.h... yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/simple-object-elf.c -o simple-object-elf.o
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
checking fcntl.h usability... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/sort.c -o pic/sort.o; \
	else true; fi
g++ -E
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/spaces.c -o pic/spaces.o; \
	else true; fi
yes
checking fcntl.h presence... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/sort.c -o sort.o
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/spaces.c -o spaces.o
yes
checking for fcntl.h... yes
checking for unordered_map... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/splay-tree.c -o pic/splay-tree.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/strerror.c -o pic/strerror.o; \
	else true; fi
checking limits.h usability... no
checking for tr1/unordered_map... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/splay-tree.c -o splay-tree.o
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/strerror.c -o strerror.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/strsignal.c -o pic/strsignal.o; \
	else true; fi
yes
yes
checking limits.h presence... checking for ext/hash_map... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
	else true; fi
yes
checking for limits.h... yes
checking stddef.h usability... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/strsignal.c -o strsignal.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/xatexit.c -o pic/xatexit.o; \
	else true; fi
yes
checking stddef.h presence... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
yes
checking for stddef.h... yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/xatexit.c -o xatexit.o
checking for stdlib.h... (cached) yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/xexit.c -o pic/xexit.o; \
	else true; fi
yes
checking for collect2 libraries... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/xmalloc.c -o pic/xmalloc.o; \
	else true; fi
checking for strings.h... (cached) yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/xexit.c -o xexit.o
checking for string.h... (cached) yes
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/xmalloc.c -o xmalloc.o
checking sys/file.h usability... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/xmemdup.c -o pic/xmemdup.o; \
	else true; fi
yes
checking sys/file.h presence... gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/xstrdup.c -o pic/xstrdup.o; \
	else true; fi
yes
checking for sys/file.h... yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/xstrerror.c -o pic/xstrerror.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/xstrdup.c -o xstrdup.o
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/xstrerror.c -o xstrerror.o
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/xstrndup.c -o pic/xstrndup.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/mkstemps.c -o pic/mkstemps.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/xstrndup.c -o xstrndup.o
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/mkstemps.c -o mkstemps.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gimple-front-end/libiberty/setproctitle.c -o pic/setproctitle.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -fkeep-inline-functions  -I. -I../../gimple-front-end/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gimple-front-end/libiberty/setproctitle.c -o setproctitle.o
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
	  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o ./setproctitle.o
ranlib ./libiberty.a
no
checking for an ANSI C-conforming const... if [ x"-fpic" != x ]; then \
	  cd pic; \
	  ar rc ./libiberty.a \
	    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./mkstemps.o ./setproctitle.o; \
	  ranlib ./libiberty.a; \
	  cd ..; \
	else true; fi
yes
checking for inline... make[3]: Leaving directory `/home/Sandy/Development/build/libiberty'
inline
checking for obstacks... none required
checking for library containing exc_resume... yes
checking for off_t... no
checking for library containing ldexp... yes
checking for size_t... none required
checking for inttypes.h... yes
checking for times... yes
yes
checking for clock... checking for ssize_t... yes
checking for kill... yes
checking for uintptr_t... yes
checking for getrlimit... yes
checking for ptrdiff_t... yes
checking for setrlimit... yes
checking for atoll... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... yes
checking for atoq... 4
checking size of long... no
checking for sysconf... yes
checking for strsignal... 4
checking for clearerr_unlocked... yes
checking for getrusage... yes
checking for feof_unlocked... yes
checking for nl_langinfo... yes
checking for ferror_unlocked... yes
checking for gettimeofday... yes
checking for fflush_unlocked... yes
checking for mbstowcs... yes
checking for fgetc_unlocked... yes
checking for wcswidth... yes
checking for fgets_unlocked... yes
checking for mmap... yes
checking for fileno_unlocked... yes
checking for setlocale... yes
checking for fprintf_unlocked... yes
checking for clearerr_unlocked... no
checking for fputc_unlocked... yes
checking for feof_unlocked... yes
checking for fputs_unlocked... yes
checking for ferror_unlocked... yes
checking for fread_unlocked... yes
checking for fflush_unlocked... yes
checking for fwrite_unlocked... yes
checking for fgetc_unlocked... yes
checking for getchar_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for fileno_unlocked... yes
checking for putchar_unlocked... yes
checking for fprintf_unlocked... yes
checking for putc_unlocked... no
checking for fputc_unlocked... yes
checking whether abort is declared... yes
yes
checking for fputs_unlocked... checking whether asprintf is declared... yes
checking whether basename is declared... yes
yes
checking for fread_unlocked... checking whether errno is declared... yes
no
checking for fwrite_unlocked... checking whether getopt is declared... yes
checking whether vasprintf is declared... yes
yes
checking whether clearerr_unlocked is declared... checking for getchar_unlocked... yes
checking whether feof_unlocked is declared... yes
yes
checking for getc_unlocked... checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
yes
checking for putchar_unlocked... checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
yes
checking for putc_unlocked... checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... yes
checking whether mbstowcs works... no
checking whether fputc_unlocked is declared... yes
yes
checking for ssize_t... checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking for caddr_t... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for pid_t... yes
checking whether putc_unlocked is declared... yes
checking for working alloca.h... yes
checking for vfork.h... yes
checking for alloca... no
checking for fork... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for vfork... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... yes
checking for working fork...  be ca da de el es fi fr id ja nl sv tr uk vi zh_CN zh_TW
checking for uchar... yes
checking for working vfork... (cached) yes
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... 
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... done
checking for iconv... yes
checking for iconv declaration... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for LC_MESSAGES... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
yes
checking for nl_langinfo and CODESET... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether getenv is declared... yes
checking whether atol is declared... config.status: creating Makefile
yes
config.status: creating config.h
checking whether asprintf is declared... config.status: executing depdir commands
mkdir -p -- .deps
yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether strsignal is declared... yes
checking whether strstr is declared... yes
checking whether strverscmp is declared... yes
checking whether errno is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... yes
checking whether getopt is declared... no
checking whether clock is declared... yes
checking whether getpagesize is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether ldgetname is declared... no
checking whether times is declared... yes
checking whether sigaltstack is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for .preinit_array/.init_array/.fini_array support... yes
checking if mkdir takes one argument... no
Using `../../gimple-front-end/gcc/config/i386/i386.c' for machine-specific logic.
Using `../../gimple-front-end/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
	../../gimple-front-end/gcc/config/vxworks-dummy.h
	../../gimple-front-end/gcc/config/i386/i386.h
	../../gimple-front-end/gcc/config/linux-android.h
	../../gimple-front-end/gcc/config/i386/unix.h
	../../gimple-front-end/gcc/config/i386/att.h
	../../gimple-front-end/gcc/config/dbxelf.h
	../../gimple-front-end/gcc/config/elfos.h
	../../gimple-front-end/gcc/config/linux.h
	../../gimple-front-end/gcc/config/glibc-stdint.h
	../../gimple-front-end/gcc/config/i386/linux.h
Using host-linux.o for host machine hooks.
checking for __cxa_atexit... yes
checking whether NLS is requested... yes
checking for catalogs to be installed...  be da de el es fi fr id ja nl ru sr sv tr vi zh_CN zh_TW
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-ar... (cached) ar
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld
checking if the linker (ld) is GNU ld... yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for as... /usr/bin/as
checking what assembler to use... /usr/bin/as
checking for ld... /usr/bin/ld
checking whether we are using gold... no
checking what linker to use... /usr/bin/ld
checking for nm... /usr/bin/nm
checking what nm to use... /usr/bin/nm
checking for objdump... /usr/bin/objdump
checking what objdump to use... /usr/bin/objdump
checking for readelf... /usr/bin/readelf
checking what readelf to use... /usr/bin/readelf
checking assembler flags... --32
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for .literal16... no
checking assembler for working .subsection -1... yes
checking assembler for .weak... yes
checking assembler for .weakref... yes
checking assembler for .nsubspa comdat... no
checking assembler for .hidden... yes
checking linker for .hidden support... yes
checking linker read-only and read-write section mixing... read-write
checking assembler for .sleb128 and .uleb128... yes
checking assembler for cfi directives... yes
checking assembler for working cfi advance... yes
checking assembler for cfi personality directive... yes
checking assembler for cfi sections directive... no
checking assembler for eh_frame optimization... yes
checking assembler for section merging support... yes
checking assembler for COMDAT group support... yes
checking assembler for line table discriminator support... yes
checking assembler for thread-local storage support... yes
checking linker -Bstatic/-Bdynamic option... yes
checking assembler for filds and fists mnemonics... yes
checking assembler for fildq and fistpq mnemonics... yes
checking assembler for cmov syntax... no
checking assembler for ffreep mnemonic... yes
checking assembler for .quad directive... yes
checking assembler for sahf mnemonic... yes
checking assembler for swap suffix... yes
checking assembler for different section symbol subtraction... yes
checking assembler for GOTOFF in data... yes
checking assembler for rep and lock prefix... yes
checking assembler for dwarf2 debug_line support... yes
checking assembler for buggy dwarf2 .file directive... no
checking assembler for --gdwarf2 option... yes
checking assembler for --gstabs option... yes
checking assembler for --debug-prefix-map option... yes
checking assembler for .lcomm with alignment... no
checking assembler for gnu_unique_object... yes
checking assembler for tolerance to line number 0... yes
checking linker PT_GNU_EH_FRAME support... yes
checking linker position independent executable support... yes
checking linker EH-compatible garbage collection of sections... yes
checking linker --as-needed support... yes
checking linker --build-id support... yes
checking linker *_sol2 emulation support... no
checking linker --sysroot support... yes
checking __stack_chk_fail in target C library... yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
checking for exported symbols... yes
checking for -rdynamic... yes
checking for library containing dlopen... -ldl
checking for -fPIC -shared... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating as
config.status: creating collect-ld
config.status: creating nm
config.status: creating Makefile
config.status: creating ada/gcc-interface/Makefile
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing default commands
make[2]: Leaving directory `/home/Sandy/Development/build'
make[1]: Leaving directory `/home/Sandy/Development/build'


More information about the Gcc-patches mailing list