arm-elf-gcc 4.6.0 build failure

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

 



Hi,

I have an error building gcc 4.6.0 for arm.
I configure with:
configure --enable-languages=c,c++ --target=arm-elf --with-gnu-as
--with-gnu-ld --prefix=$INSTALLDIR --with-newlib --disable-shared
--enable-newlib --enable-multilib --enable-interwork --disable-threads
--disable-nls --enable-libstdcxx-allocator=malloc

the config.log and configure output are attached.

please note that configure gives me a warning:
*** This configuration is not supported in the following subdirectories:
     target-libmudflap target-libgomp target-libffi gnattools
target-libada target-libgfortran target-libgo target-zlib target-libjava
target-libobjc target-boehm-gc
    (Any other directories should still work fine.)

then I try to compile, the building output is attached.
In particular I have a warning:

Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/getopt.c -o
pic/getopt.o; \
	else true; fi
configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.


and building stops without an error message:
config.status: executing depdir commands
mkdir -p -- .deps

where I am wrong?

thanks

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ ../gcc-4.6.0/configure --enable-languages=c,c++ --target=arm-elf --with-gnu-as --with-gnu-ld --prefix=/usr/local/cross-gcc-arm-elf-4.6.0 --with-newlib --disable-shared --enable-newlib --enable-multilib --enable-interwork --disable-threads --disable-nls --enable-libstdcxx-allocator=malloc

## --------- ##
## Platform. ##
## --------- ##

hostname = lab7
uname -m = x86_64
uname -r = 2.6.35-28-generic
uname -s = Linux
uname -v = #49-Ubuntu SMP Tue Mar 1 14:39:03 UTC 2011

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/cross-gcc-arm-elf-4.6.0/bin
PATH: /opt/jdk1.6/bin
PATH: /opt/eclipse
PATH: /usr/local/cross-gcc-avr/bin
PATH: /usr/local/cross-gcc-arm-elf/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2222: checking build system type
configure:2236: result: x86_64-unknown-linux-gnu
configure:2283: checking host system type
configure:2296: result: x86_64-unknown-linux-gnu
configure:2316: checking target system type
configure:2329: result: arm-unknown-elf
configure:2383: checking for a BSD-compatible install
configure:2451: result: /usr/bin/install -c
configure:2462: checking whether ln works
configure:2484: result: yes
configure:2488: checking whether ln -s works
configure:2492: result: yes
configure:2499: checking for a sed that does not truncate output
configure:2563: result: /bin/sed
configure:2572: checking for gawk
configure:2588: found /usr/bin/gawk
configure:2599: result: gawk
configure:3919: checking for gcc
configure:3935: found /usr/bin/gcc
configure:3946: result: gcc
configure:4175: checking for C compiler version
configure:4184: gcc --version >&5
gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4195: $? = 0
configure:4184: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) 
configure:4195: $? = 0
configure:4184: gcc -V >&5
gcc: '-V' option must have argument
configure:4195: $? = 1
configure:4184: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4195: $? = 1
configure:4215: checking for C compiler default output file name
configure:4237: gcc    conftest.c  >&5
configure:4241: $? = 0
configure:4278: result: a.out
configure:4294: checking whether the C compiler works
configure:4303: ./a.out
configure:4307: $? = 0
configure:4322: result: yes
configure:4329: checking whether we are cross compiling
configure:4331: result: no
configure:4334: checking for suffix of executables
configure:4341: gcc -o conftest    conftest.c  >&5
configure:4345: $? = 0
configure:4367: result: 
configure:4373: checking for suffix of object files
configure:4395: gcc -c   conftest.c >&5
configure:4399: $? = 0
configure:4420: result: o
configure:4424: checking whether we are using the GNU C compiler
configure:4443: gcc -c   conftest.c >&5
configure:4443: $? = 0
configure:4452: result: yes
configure:4461: checking whether gcc accepts -g
configure:4481: gcc -c -g  conftest.c >&5
configure:4481: $? = 0
configure:4522: result: yes
configure:4539: checking for gcc option to accept ISO C89
configure:4603: gcc  -c -g -O2  conftest.c >&5
configure:4603: $? = 0
configure:4616: result: none needed
configure:4694: checking for g++
configure:4710: found /usr/bin/g++
configure:4721: result: g++
configure:4748: checking for C++ compiler version
configure:4757: g++ --version >&5
g++ (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4768: $? = 0
configure:4757: g++ -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) 
configure:4768: $? = 0
configure:4757: g++ -V >&5
g++: '-V' option must have argument
configure:4768: $? = 1
configure:4757: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:4768: $? = 1
configure:4772: checking whether we are using the GNU C++ compiler
configure:4791: g++ -c   conftest.cpp >&5
configure:4791: $? = 0
configure:4800: result: yes
configure:4809: checking whether g++ accepts -g
configure:4829: g++ -c -g  conftest.cpp >&5
configure:4829: $? = 0
configure:4870: result: yes
configure:4959: checking for gnatbind
configure:4989: result: no
configure:5051: checking for gnatmake
configure:5081: result: no
configure:5100: checking whether compiler driver understands Ada
configure:5123: result: no
configure:5132: checking how to compare bootstrapped objects
configure:5157: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5173: checking for objdir
configure:5188: result: .libs
configure:5354: checking for the correct version of gmp.h
configure:5374: gcc -c -g -O2   conftest.c >&5
configure:5374: $? = 0
configure:5392: gcc -c -g -O2   conftest.c >&5
configure:5392: $? = 0
configure:5393: result: yes
configure:5409: checking for the correct version of mpfr.h
configure:5427: gcc -c -g -O2   conftest.c >&5
configure:5427: $? = 0
configure:5444: gcc -c -g -O2   conftest.c >&5
configure:5444: $? = 0
configure:5445: result: yes
configure:5462: checking for the correct version of mpc.h
configure:5479: gcc -c -g -O2   conftest.c >&5
configure:5479: $? = 0
configure:5495: gcc -c -g -O2   conftest.c >&5
configure:5495: $? = 0
configure:5496: result: yes
configure:5514: checking for the correct version of the gmp/mpfr/mpc libraries
configure:5545: gcc -o conftest -g -O2    conftest.c  -lmpc -lmpfr -lgmp >&5
configure:5545: $? = 0
configure:5546: result: yes
configure:5730: checking for PWL_handle_timeout in -lpwl
configure:5755: gcc -o conftest -g -O2    conftest.c -lpwl   >&5
/usr/bin/ld: cannot find -lpwl
collect2: ld returned 1 exit status
configure:5755: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char PWL_handle_timeout ();
| int
| main ()
| {
| return PWL_handle_timeout ();
|   ;
|   return 0;
| }
configure:5764: result: no
configure:5778: checking for version 0.11 (revision 0 or later) of PPL
configure:5795: gcc -c -g -O2    conftest.c >&5
conftest.c:10: fatal error: ppl_c.h: No such file or directory
compilation terminated.
configure:5795: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include "ppl_c.h"
| int
| main ()
| {
| 
|     #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
|     choke me
|     #endif
| 
|   ;
|   return 0;
| }
configure:5799: result: no
configure:7245: checking for default BUILD_CONFIG
configure:7277: result: 
configure:7767: checking for bison
configure:7783: found /usr/bin/bison
configure:7794: result: bison -y
configure:7815: checking for bison
configure:7831: found /usr/bin/bison
configure:7842: result: bison
configure:7862: checking for gm4
configure:7892: result: no
configure:7862: checking for gnum4
configure:7892: result: no
configure:7862: checking for m4
configure:7878: found /usr/bin/m4
configure:7889: result: m4
configure:7909: checking for flex
configure:7925: found /usr/bin/flex
configure:7936: result: flex
configure:7957: checking for flex
configure:7973: found /usr/bin/flex
configure:7984: result: flex
configure:8004: checking for makeinfo
configure:8020: found /usr/bin/makeinfo
configure:8031: result: makeinfo
configure:8065: checking for expect
configure:8095: result: no
configure:8114: checking for runtest
configure:8144: result: no
configure:8259: checking for ar
configure:8275: found /usr/bin/ar
configure:8286: result: ar
configure:8400: checking for as
configure:8416: found /usr/bin/as
configure:8427: result: as
configure:8541: checking for dlltool
configure:8571: result: no
configure:8682: checking for ld
configure:8698: found /usr/bin/ld
configure:8709: result: ld
configure:8823: checking for lipo
configure:8853: result: no
configure:8964: checking for nm
configure:8980: found /usr/bin/nm
configure:8991: result: nm
configure:9105: checking for ranlib
configure:9121: found /usr/bin/ranlib
configure:9132: result: ranlib
configure:9241: checking for strip
configure:9257: found /usr/bin/strip
configure:9268: result: strip
configure:9377: checking for windres
configure:9407: result: no
configure:9518: checking for windmc
configure:9548: result: no
configure:9659: checking for objcopy
configure:9675: found /usr/bin/objcopy
configure:9686: result: objcopy
configure:9800: checking for objdump
configure:9816: found /usr/bin/objdump
configure:9827: result: objdump
configure:9941: checking for arm-elf-cc
configure:9971: result: no
configure:9941: checking for arm-elf-gcc
configure:9957: found /usr/local/cross-gcc-arm-elf/bin/arm-elf-gcc
configure:9968: result: arm-elf-gcc
configure:10102: checking for arm-elf-c++
configure:10118: found /usr/local/cross-gcc-arm-elf/bin/arm-elf-c++
configure:10129: result: arm-elf-c++
configure:10263: checking for arm-elf-gcc
configure:10279: found /usr/local/cross-gcc-arm-elf/bin/arm-elf-gcc
configure:10290: result: arm-elf-gcc
configure:10419: checking for arm-elf-gcj
configure:10449: result: no
configure:10580: checking for arm-elf-gfortran
configure:10610: result: no
configure:10741: checking for arm-elf-gccgo
configure:10771: result: no
configure:10871: checking for ar
configure:10889: found /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ar
configure:10901: result: /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ar
configure:11101: checking for as
configure:11119: found /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/as
configure:11131: result: /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/as
configure:11331: checking for dlltool
configure:11364: result: no
configure:11442: checking for arm-elf-dlltool
configure:11472: result: no
configure:11561: checking for ld
configure:11579: found /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ld
configure:11591: result: /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ld
configure:11791: checking for lipo
configure:11824: result: no
configure:11902: checking for arm-elf-lipo
configure:11932: result: no
configure:12021: checking for nm
configure:12039: found /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/nm
configure:12051: result: /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/nm
configure:12251: checking for objdump
configure:12269: found /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/objdump
configure:12281: result: /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/objdump
configure:12481: checking for ranlib
configure:12499: found /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ranlib
configure:12511: result: /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ranlib
configure:12711: checking for strip
configure:12729: found /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/strip
configure:12741: result: /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/strip
configure:12941: checking for windres
configure:12974: result: no
configure:13052: checking for arm-elf-windres
configure:13082: result: no
configure:13171: checking for windmc
configure:13204: result: no
configure:13282: checking for arm-elf-windmc
configure:13312: result: no
configure:13379: checking where to find the target ar
configure:13407: result: pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
configure:13421: checking where to find the target as
configure:13449: result: pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
configure:13463: checking where to find the target cc
configure:13486: result: just compiled
configure:13505: checking where to find the target c++
configure:13531: result: just compiled
configure:13550: checking where to find the target c++ for libstdc++
configure:13576: result: just compiled
configure:13595: checking where to find the target dlltool
configure:13632: result: pre-installed
configure:13637: checking where to find the target gcc
configure:13660: result: just compiled
configure:13679: checking where to find the target gcj
configure:13719: result: pre-installed
configure:13724: checking where to find the target gfortran
configure:13764: result: pre-installed
configure:13769: checking where to find the target gccgo
configure:13809: result: pre-installed
configure:13814: checking where to find the target ld
configure:13842: result: pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
configure:13856: checking where to find the target lipo
configure:13882: result: pre-installed
configure:13887: checking where to find the target nm
configure:13915: result: pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
configure:13929: checking where to find the target objdump
configure:13957: result: pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
configure:13971: checking where to find the target ranlib
configure:13999: result: pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
configure:14013: checking where to find the target strip
configure:14041: result: pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
configure:14055: checking where to find the target windres
configure:14092: result: pre-installed
configure:14097: checking where to find the target windmc
configure:14134: result: pre-installed
configure:14167: checking whether to enable maintainer-specific portions of Makefiles
configure:14176: result: no
configure:14209: checking whether -fkeep-inline-functions is supported
configure:14228: gcc -c -g -O2 -fkeep-inline-functions  conftest.c >&5
configure:14228: $? = 0
configure:14229: result: yes
configure:14426: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on lab7

config.status:970: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-elf
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_pwl_PWL_handle_timeout=no
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ar
ac_cv_path_AS_FOR_TARGET=/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/as
ac_cv_path_LD_FOR_TARGET=/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ld
ac_cv_path_NM_FOR_TARGET=/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/nm
ac_cv_path_OBJDUMP_FOR_TARGET=/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ranlib
ac_cv_path_SED=/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC_FOR_TARGET=arm-elf-gcc
ac_cv_prog_CXX_FOR_TARGET=arm-elf-c++
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=arm-elf-gcc
ac_cv_prog_LD=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=arm-unknown-elf
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/usr/local/cross-gcc-arm-elf-4.6.0/libexec/gcc/arm-elf/4.6.0:/usr/local/cross-gcc-arm-elf-4.6.0/libexec/gcc/arm-elf:/usr/lib/gcc/arm-elf/4.6.0:/usr/lib/gcc/arm-elf:/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/arm-elf/4.6.0:/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin:
gcc_cv_tool_prefix=/usr/local/cross-gcc-arm-elf-4.6.0
lt_cv_objdir=.libs

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='arm-elf-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET=' -nostdinc -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include -B$$r/$(TARGET_SUBDIR)/libgloss/arm -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys -L$$s/libgloss/arm -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='arm-elf-gcj'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='arm-elf-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='arm-elf-gccgo'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='arm-elf-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ranlib'
RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='/usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.6.0/configure --enable-languages=c,c++ --target=arm-elf --with-gnu-as --with-gnu-ld --prefix=/usr/local/cross-gcc-arm-elf-4.6.0 --with-newlib --disable-shared --enable-newlib --enable-multilib --enable-interwork --disable-threads --disable-nls --enable-libstdcxx-allocator=malloc'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='arm-elf-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='arm-elf-windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_configargs=' --cache-file=../config.cache '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--prefix=/usr/local/cross-gcc-arm-elf-4.6.0'\'' '\''--with-newlib'\'' '\''--disable-shared'\'' '\''--enable-newlib'\'' '\''--enable-multilib'\'' '\''--enable-interwork'\'' '\''--disable-threads'\'' '\''--disable-nls'\'' '\''--enable-libstdcxx-allocator=malloc'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&arm-elf-&'\'' --disable-option-checking'
build_configdirs=' libiberty fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-unknown-linux-gnu'
build_noncanonical='x86_64-unknown-linux-gnu'
build_os='linux-gnu'
build_subdir='build-x86_64-unknown-linux-gnu'
build_tooldir='${exec_prefix}/arm-elf'
build_vendor='unknown'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
config_shell='/bin/bash'
configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
gmpinc=''
gmplibs='-lmpc -lmpfr -lgmp'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache  --with-newlib '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--prefix=/usr/local/cross-gcc-arm-elf-4.6.0'\'' '\''--with-newlib'\'' '\''--disable-shared'\'' '\''--enable-newlib'\'' '\''--enable-multilib'\'' '\''--enable-interwork'\'' '\''--disable-threads'\'' '\''--disable-nls'\'' '\''--enable-libstdcxx-allocator=malloc'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&arm-elf-&'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-unknown-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
pplinc=''
ppllibs=''
prefix='/usr/local/cross-gcc-arm-elf-4.6.0'
program_transform_name='s&^&arm-elf-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,lto'
stage1_ldflags=''
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='arm-unknown-elf'
target_alias='arm-elf'
target_configargs='--cache-file=./config.cache --with-newlib --with-cross-host=x86_64-unknown-linux-gnu   '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--prefix=/usr/local/cross-gcc-arm-elf-4.6.0'\'' '\''--with-newlib'\'' '\''--disable-shared'\'' '\''--enable-newlib'\'' '\''--enable-multilib'\'' '\''--enable-interwork'\'' '\''--disable-threads'\'' '\''--disable-nls'\'' '\''--enable-libstdcxx-allocator=malloc'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&arm-elf-&'\'' --disable-option-checking'
target_configdirs=' libgcc libiberty libgloss newlib libstdc++-v3 libssp libquadmath'
target_cpu='arm'
target_noncanonical='arm-elf'
target_os='elf'
target_subdir='arm-elf'
target_vendor='unknown'
tooldir='${exec_prefix}/arm-elf'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/dev/null'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"

configure: exit 0
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... arm-unknown-elf
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 PWL_handle_timeout in -lpwl... no
checking for version 0.11 (revision 0 or later) of PPL... no
checking for default BUILD_CONFIG... 
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 arm-elf-cc... no
checking for arm-elf-gcc... arm-elf-gcc
checking for arm-elf-c++... arm-elf-c++
checking for arm-elf-gcc... arm-elf-gcc
checking for arm-elf-gcj... no
checking for arm-elf-gfortran... no
checking for arm-elf-gccgo... no
checking for ar... /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ar
checking for as... /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/as
checking for dlltool... no
checking for arm-elf-dlltool... no
checking for ld... /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ld
checking for lipo... no
checking for arm-elf-lipo... no
checking for nm... /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/nm
checking for objdump... /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/objdump
checking for ranlib... /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/ranlib
checking for strip... /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin/strip
checking for windres... no
checking for arm-elf-windres... no
checking for windmc... no
checking for arm-elf-windmc... no
checking where to find the target ar... pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
checking where to find the target as... pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
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... pre-installed
checking where to find the target gcc... just compiled
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target gccgo... pre-installed
checking where to find the target ld... pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
checking where to find the target objdump... pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
checking where to find the target ranlib... pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
checking where to find the target strip... pre-installed in /usr/local/cross-gcc-arm-elf-4.6.0/arm-elf/bin
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
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
make[1]: ingresso nella directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0"
mkdir -p -- ./libiberty
mkdir -p -- ./lto-plugin
mkdir -p -- ./fixincludes
Configuring in ./libiberty
mkdir -p -- build-x86_64-unknown-linux-gnu/libiberty
Configuring in ./lto-plugin
mkdir -p -- ./intl
Configuring in build-x86_64-unknown-linux-gnu/libiberty
Configuring in ./fixincludes
Configuring in ./intl
configure: creating cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking for perl... perl
configure: creating cache ./config.cache
checking build system type... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking build system type... x86_64-unknown-linux-gnu
checking build system type... checking host system type... checking build system type... checking for xgettext... /usr/bin/xgettext
x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for x86_64-unknown-linux-gnu-gcc... x86_64-unknown-linux-gnu
gcc
checking host system type... checking for msgmerge... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for x86_64-unknown-linux-gnu-gcc... gcc
arm-unknown-elf
x86_64-unknown-linux-gnu
checking target system type... checking for x86_64-unknown-linux-gnu-gcc... gcc
/usr/bin/msgmerge
arm-unknown-elf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... checking for C compiler default output file name... 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... 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 whether we are cross compiling... no
checking for suffix of executables... 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... 
checking for suffix of object files... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... 
checking for suffix of object files... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89... yes
checking whether gcc accepts -g... none needed
checking for a sed that does not truncate output... /bin/sed
checking whether gcc supports -W... yes
checking for gcc option to accept ISO C89... none needed
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 -Wall... checking build system type... x86_64-unknown-linux-gnu
checking host system type... no
checking how to run the C preprocessor... 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 -Wwrite-strings... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for library containing strerror... gcc -E
no
checking how to run the C preprocessor... yes
checking whether gcc supports -Wstrict-prototypes... checking whether gcc supports -W... gcc -E
yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wall... none required
checking how to run the C preprocessor... checking whether gcc supports -W... yes
checking whether gcc supports -Wold-style-definition... yes
gcc -E
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wmissing-format-attribute... 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 -Wc++-compat... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wno-overlength-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -pedantic -Wno-long-long... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking how to run the C preprocessor... yes
checking whether gcc and cc understand -c and -o together... yes
checking whether gcc supports -pedantic ... gcc -E
checking for grep that handles long lines and -e... yes
checking whether gcc and cc understand -c and -o together... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for a thread-safe mkdir -p... yes
checking for an ANSI C-conforming const... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... gcc
yes
checking for inline... yes
checking for an ANSI C-conforming const... inline
checking for C compiler default output file name... checking for sys/types.h... yes
checking for inline... yes
checking for an ANSI C-conforming const... yes
a.out
checking whether the C compiler works... inline
checking for grep that handles long lines and -e... yes
checking for inline... yes
checking whether we are cross compiling... no
checking for suffix of executables... /bin/grep
checking for egrep... yes
checking for sys/stat.h... /bin/grep -E
checking for ANSI C header files... checking for sys/types.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... yes
yes
checking for stdlib.h... checking for sys/stat.h... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking for stdlib.h... checking for string.h... yes
checking whether gcc accepts -g... yes
yes
checking for gcc option to accept ISO C89... yes
checking for sys/types.h... yes
checking for string.h... yes
checking for sys/stat.h... yes
checking for memory.h... yes
checking for sys/types.h... checking for stdlib.h... yes
yes
yes
none needed
checking for style of include used by make... checking for memory.h... GNU
checking for string.h... checking dependency style of gcc... checking for sys/stat.h... yes
yes
yes
checking for strings.h... checking for memory.h... checking for stdlib.h... yes
yes
yes
checking for string.h... checking for strings.h... checking for strings.h... yes
gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for inttypes.h... yes
checking for memory.h... checking for inttypes.h... yes
yes
no
checking for stdint.h... checking how to print strings... yes
checking for strings.h... yes
printf
checking for a sed that does not truncate output... yes
/bin/sed
checking for inttypes.h... checking for grep that handles long lines and -e... checking for unistd.h... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... checking for inttypes.h... /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... yes
yes
yes
checking whether byte ordering is bigendian... checking for stdint.h... checking for stdint.h... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for unistd.h... checking for stdint.h... 3458764513820540925
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 x86_64-unknown-linux-gnu-objdump... objdump
yes
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... checking whether byte ordering is bigendian... yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for unistd.h... checking for sys/file.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
yes
checking for off_t... checking for limits.h... yes
yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for stdlib.h... (cached) yes
checking stddef.h usability... ok
checking for sys/file.h... checking for malloc.h... yes
checking for sys/param.h... checking how to run the C preprocessor... yes
yes
checking for string.h... (cached) yes
yes
checking stddef.h presence... checking for limits.h... gcc -E
checking for unistd.h... (cached) yes
yes
yes
checking for stddef.h... yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
yes
checking for size_t... checking for stdlib.h... (cached) yes
checking for sys/time.h... yes
checking for malloc.h... checking for ANSI C header files... checking for time.h... yes
checking for strings.h... (cached) yes
yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/resource.h... checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking for strings.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... checking for sys/mman.h... yes
checking for time.h... yes
yes
checking fcntl.h presence... checking for fcntl.h... yes
checking for working alloca.h... yes
yes
checking for fcntl.h... yes
checking for sys/resource.h... checking sys/file.h usability... yes
checking for alloca.h... yes
checking for sys/stat.h... (cached) yes
yes
yes
checking for sys/mman.h... checking for sys/types.h... checking for sys/pstat.h... yes
yes
checking sys/file.h presence... checking for fcntl.h... yes
checking for alloca... no
yes
yes
checking for sys/file.h... yes
checking for sys/sysmp.h... checking for alloca.h... yes
checking for sys/stat.h... (cached) yes
yes
checking for sys/stat.h... checking for clearerr_unlocked... no
checking for sys/pstat.h... checking for sys/sysinfo.h... no
yes
checking for sys/sysmp.h... yes
checking for machine/hal_sysinfo.h... checking for stdlib.h... (cached) yes
yes
checking for stdlib.h... checking for unistd.h... (cached) yes
no
no
checking for getpagesize... checking for sys/table.h... checking for sys/sysinfo.h... yes
yes
checking for machine/hal_sysinfo.h... checking for feof_unlocked... yes
no
checking for sys/table.h... no
checking for string.h... checking for sys/sysctl.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... yes
checking for working mmap... yes
yes
checking for sys/systemcfg.h... checking for memory.h... no
yes
checking for stdint.h... (cached) yes
checking for ferror_unlocked... checking for stdio_ext.h... no
yes
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
yes
checking for process.h... checking for strings.h... checking for process.h... no
checking for sys/prctl.h... no
checking for sys/prctl.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
yes
checking for sys/wait.h that is POSIX.1 compatible... checking for fflush_unlocked... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether time.h and sys/time.h may both be included... yes
yes
checking whether integer division by zero raises SIGFPE... checking for inttypes.h... yes
checking whether errno must be declared... yes
checking whether errno must be declared... yes
no
checking size of int... checking for fgetc_unlocked... no
checking size of int... yes
yes
checking for inttypes.h... checking for stdint.h... yes
checking for stdint.h... yes
yes
checking for fgets_unlocked... checking for unistd.h... 4
checking for a 64-bit type... yes
checking for unsigned long long... 4
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
uint64_t
yes
checking for intptr_t... checking for dlfcn.h... checking for fileno_unlocked... yes
checking for inttypes.h... yes
yes
checking for objdir... checking whether the inttypes.h PRIxNN macros are broken... .libs
yes
no
checking for ld used by GCC... yes
checking for uintptr_t... ld
checking if the linker (ld) is GNU ld... checking for fprintf_unlocked... yes
checking for shared library run path origin... yes
checking for uintptr_t... done
checking if gcc supports -fno-rtti -fno-exceptions... checking argz.h usability... no
yes
checking for ssize_t... checking for fputc_unlocked... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking for ssize_t... yes
checking argz.h presence... yes
checking for argz.h... yes
yes
checking if gcc static flag -static works... checking limits.h usability... yes
checking for fputs_unlocked... yes
checking for pid_t... yes
checking limits.h presence... yes
checking for pid_t... yes
checking for limits.h... yes
yes
checking if gcc supports -c -o file.o... checking locale.h usability... yes
checking for fread_unlocked... yes
checking locale.h presence... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for library containing strerror... yes
checking whether -lc should be explicitly linked in... yes
checking for library containing strerror... yes
checking nl_types.h presence... yes
yes
checking for nl_types.h... yes
checking malloc.h usability... no
checking dynamic linker characteristics... checking for fwrite_unlocked... none required
checking for asprintf... none required
checking for asprintf... yes
checking malloc.h presence... yes
checking for malloc.h... yes
yes
yes
checking for getchar_unlocked... checking stddef.h usability... checking for atexit... yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for atexit... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for int64_t... yes
checking stddef.h presence... yes
yes
checking for getc_unlocked... yes
checking for stddef.h... yes
checking for basename... yes
checking for stdlib.h... (cached) yes
checking for basename... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking for uint64_t... yes
yes
checking for putchar_unlocked... checking for bcmp... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
checking for bcmp... checking for feof_unlocked... yes
yes
checking for putc_unlocked... yes
yes
configure: updating cache ./config.cache
checking for bcopy... configure: creating ./config.status
checking for bcopy... yes
checking for fgets_unlocked... yes
yes
checking whether abort is declared... yes
checking for bsearch... checking for bsearch... yes
checking for getc_unlocked... yes
checking whether asprintf is declared... yes
yes
checking for bzero... checking for bzero... yes
checking for getcwd... no
checking whether basename is declared... yes
yes
checking for calloc... checking for calloc... no
checking whether errno is declared... yes
checking for getegid... no
yes
checking whether vasprintf is declared... checking for clock... yes
yes
checking for clock... checking for geteuid... no
checking whether clearerr_unlocked is declared... yes
checking for ffs... yes
yes
checking for ffs... checking for getgid... yes
checking whether feof_unlocked is declared... yes
yes
yes
checking for getcwd... checking whether ferror_unlocked is declared... checking for getcwd... yes
checking for getuid... yes
yes
checking for getpagesize... yes
checking whether fflush_unlocked is declared... checking for getpagesize... yes
checking for mempcpy... yes
yes
checking whether fgetc_unlocked is declared... checking for gettimeofday... yes
checking for gettimeofday... yes
yes
checking whether fgets_unlocked is declared... checking for munmap... yes
checking for index... no
yes
checking whether fileno_unlocked is declared... checking for index... yes
yes
checking for insque... yes
checking for putenv... checking whether fprintf_unlocked is declared... config.status: creating Makefile
yes
checking for insque... config.status: creating config.h
yes
yes
no
checking for memchr... checking whether fputc_unlocked is declared... config.status: executing depfiles commands
checking for setenv... config.status: executing libtool commands
yes
yes
checking for memchr... checking whether fputs_unlocked is declared... yes
yes
checking for setlocale... checking for memcmp... no
yes
checking whether fread_unlocked is declared... mkdir -p -- build-x86_64-unknown-linux-gnu/fixincludes
Configuring in build-x86_64-unknown-linux-gnu/fixincludes
checking for memcmp... yes
checking for stpcpy... yes
yes
checking for memcpy... checking whether fwrite_unlocked is declared... yes
yes
checking for memcpy... checking for strcasecmp... yes
yes
checking for memmem... checking whether getchar_unlocked is declared... yes
yes
yes
checking whether getc_unlocked is declared... checking for strdup... checking for memmem... yes
checking for memmove... configure: loading cache ../config.cache
yes
checking build system type... checking whether putchar_unlocked is declared... yes
yes
checking for strtoul... x86_64-unknown-linux-gnu
checking host system type... checking for memmove... yes
checking for mempcpy... x86_64-unknown-linux-gnu
checking target system type... yes
checking whether putc_unlocked is declared... arm-unknown-elf
checking for x86_64-unknown-linux-gnu-gcc... gcc
yes
yes
checking for mempcpy... checking for C compiler default output file name... checking for tsearch... yes
yes
checking for an ANSI C-conforming const... checking for memset... yes
a.out
checking whether the C compiler works... checking for __argz_count... yes
yes
checking sys/mman.h usability... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for memset... yes
checking sys/mman.h presence... yes
yes
yes
checking for sys/mman.h... yes
checking for mmap... checking for mkstemps... checking for __argz_stringify... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
yes
checking whether gcc accepts -g... checking for mkstemps... yes
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 for __argz_next... yes
checking for gcc option to accept ISO C89... checking for putenv... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
yes
yes
checking for putenv... none needed
checking for a sed that does not truncate output... configure: updating cache ./config.cache
/bin/sed
checking for __fsetlocking... configure: creating ./config.status
checking whether gcc supports -W... yes
yes
checking for random... checking whether gcc supports -Wall... yes
yes
checking for random... checking for iconv... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking for rename... yes
yes
checking for rename... checking whether gcc supports -Wmissing-prototypes... yes
checking for iconv declaration... yes
yes
config.status: creating Makefile
checking whether gcc supports -Wold-style-definition... checking for rindex... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... config.status: creating mkheaders.almost
yes
yes
checking for rindex... checking whether gcc supports -Wmissing-format-attribute... config.status: creating config.h
yes
checking whether gcc supports -Wno-overlength-strings... yes
yes
checking for LC_MESSAGES... yes
checking whether gcc supports -pedantic -Wno-long-long... checking for setenv... mkdir -p -- ./zlib
yes
Configuring in ./zlib
yes
checking how to run the C preprocessor... checking for setenv... yes
checking for bison... bison
checking version of bison... 2.4.1, ok
checking whether NLS is requested... no
gcc -E
checking whether to use NLS... no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for snprintf... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... checking for snprintf... /bin/grep -E
checking for ANSI C header files... yes
checking for sigsetmask... yes
checking for sigsetmask... yes
checking for stpcpy... config.status: creating Makefile
configure: creating cache ./config.cache
yes
yes
checking for stpcpy... checking build system type... checking for sys/types.h... config.status: creating config.intl
yes
x86_64-unknown-linux-gnu
checking host system type... config.status: creating config.h
config.status: executing default-1 commands
checking for stpncpy... yes
checking for sys/stat.h... x86_64-unknown-linux-gnu
checking target system type... yes
arm-unknown-elf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for stpncpy... yes
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
checking for stdlib.h... yes
checking for strcasecmp... yes
yes
checking for string.h... checking for strcasecmp... yes
checking for strchr... yes
checking for memory.h... yes
checking for strchr... yes
yes
checking for strings.h... checking for strdup... configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gnu-gcc... gcc
yes
yes
checking for strdup... checking for C compiler default output file name... checking for inttypes.h... yes
checking for strncasecmp... yes
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for stdint.h... yes
yes
checking for strndup... yes
checking for strncasecmp... checking for unistd.h... 
checking for suffix of object files... yes
yes
yes
checking for strndup... checking for strrchr... o
checking whether we are using the GNU C compiler... checking stddef.h usability... yes
checking whether gcc accepts -g... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
checking for gcc option to accept ISO C89... yes
yes
checking for stdlib.h... (cached) yes
checking for strstr... checking for strrchr... checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... none needed
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
yes
yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking fcntl.h presence... yes
checking for strtod... checking for strstr... checking whether gcc supports -Wall... yes
checking for fcntl.h... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking sys/file.h usability... yes
yes
yes
checking whether gcc supports -Wwrite-strings... checking for strtod... checking for strtol... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
yes
checking whether gcc supports -Wstrict-prototypes... checking for C compiler default output file name... checking for sys/stat.h... (cached) yes
yes
checking for clearerr_unlocked... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking for strtoul... yes
checking for strtol... checking whether gcc supports -Wold-style-definition... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking for feof_unlocked... yes
checking whether gcc supports -Wmissing-format-attribute... yes
yes
checking for strtoul... checking for strverscmp... yes
checking whether gcc supports -Wcast-qual... 
checking for suffix of object files... yes
yes
checking whether gcc supports -pedantic -Wno-long-long... checking for ferror_unlocked... yes
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... yes
yes
checking for strverscmp... checking for tmpnam... gcc -E
yes
checking whether gcc accepts -g... yes
checking for fflush_unlocked... 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 gcc option to accept ISO C89... yes
checking for tmpnam... yes
checking for vasprintf... yes
none needed
checking for style of include used by make... yes
GNU
checking dependency style of gcc... checking for fgetc_unlocked... checking for vasprintf... yes
yes
checking for sys/types.h... checking for vfprintf... yes
gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for fgets_unlocked... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... checking for sys/stat.h... yes
/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... checking for vfprintf... yes
yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for vprintf... checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... yes
checking for fileno_unlocked... checking for stdlib.h... yes
checking for vprintf... yes
checking for string.h... yes
yes
checking for vsnprintf... checking for fprintf_unlocked... ok
yes
yes
checking how to run the C preprocessor... checking for vsnprintf... checking for memory.h... yes
checking for vsprintf... gcc -E
yes
no
checking for fputc_unlocked... checking for ANSI C header files... checking for strings.h... yes
checking for vsprintf... yes
yes
checking for inttypes.h... yes
checking for waitpid... checking for fputs_unlocked... yes
yes
checking for waitpid... checking for stdint.h... yes
yes
checking for setproctitle... yes
yes
checking for fread_unlocked... checking for sys/types.h... checking for unistd.h... yes
checking for setproctitle... yes
yes
checking for sys/stat.h... checking ctype.h usability... yes
no
checking whether alloca needs Cray hooks... checking for fwrite_unlocked... yes
no
checking stack direction for C alloca... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking ctype.h presence... checking for stdlib.h... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking for getchar_unlocked... yes
checking for string.h... yes
checking stddef.h presence... -1
checking for vfork.h... -1
checking for vfork.h... yes
checking for stddef.h... yes
no
checking for fork... no
yes
checking for fork... yes
checking for string.h... (cached) yes
checking for getc_unlocked... checking for memory.h... checking stdio.h usability... yes
checking for vfork... yes
checking for strings.h... yes
yes
checking stdio.h presence... yes
checking for vfork... yes
checking for stdio.h... yes
yes
checking for putchar_unlocked... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for working fork... yes
checking for inttypes.h... yes
checking for working fork... yes
checking for uintptr_t... yes
checking for stdint.h... yes
yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for int_least32_t... checking for putc_unlocked... yes
checking for unistd.h... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking whether abort is declared... yes
checking for int_fast32_t... yes
checking for dlfcn.h... yes
checking for sys_nerr... no
checking for sys_errlist... yes
checking whether asprintf is declared... yes
checking for sys_nerr... checking for objdir... checking for sys_siglist... .libs
checking whether basename is declared... yes
checking what to include in gstdint.h... no
stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking whether errno is declared... checking for external symbol _system_configuration... yes
no
checking for sys_siglist... yes
checking for off_t... checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether vasprintf is declared... yes
yes
checking for external symbol _system_configuration... checking for canonicalize_file_name... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... no
no
yes
checking size of int... checking for __fsetlocking... checking whether clearerr_unlocked is declared... yes
yes
checking if gcc static flag -static works... checking for dup3... yes
yes
checking whether feof_unlocked is declared... checking for canonicalize_file_name... 4
checking size of long... yes
checking for getrusage... yes
checking whether ferror_unlocked is declared... checking if gcc supports -c -o file.o... yes
checking for dup3... yes
checking whether fflush_unlocked is declared... 8
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking for ANSI C header files... (cached) yes
yes
checking for getsysinfo... checking build system type... yes
checking dynamic linker characteristics... yes
x86_64-unknown-linux-gnu
checking host system type... checking for getrusage... x86_64-unknown-linux-gnu
checking target system type... yes
no
checking whether fgetc_unlocked is declared... checking for gettimeofday... (cached) yes
arm-unknown-elf
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... checking for on_exit... yes
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... no
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
checking for getsysinfo... yes
checking whether fgets_unlocked is declared... yes
checking for stdlib.h... (cached) yes
no
checking for psignal... checking for unistd.h... (cached) yes
checking for getpagesize... configure: updating cache ./config.cache
configure: creating ./config.status
no
no
checking for gettimeofday... (cached) yes
checking whether fileno_unlocked is declared... checking for on_exit... yes
yes
checking for working mmap... checking for pstat_getdynamic... yes
yes
checking whether fprintf_unlocked is declared... checking for psignal... no
checking for pstat_getstatic... no
yes
checking whether fputc_unlocked is declared... checking for memcpy... config.status: creating Makefile
yes
yes
config.status: creating config.h
checking for pstat_getdynamic... checking whether fputs_unlocked is declared... yes
config.status: executing gstdint.h commands
no
checking for realpath... checking for strerror... no
checking whether fread_unlocked is declared... no
yes
checking for pstat_getstatic... checking for sbrk... make[2]: ingresso nella directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/intl"
make[2]: Nessuna operazione da eseguire per "all".
make[2]: uscita dalla directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/intl"
no
yes
checking for realpath... checking for unistd.h... (cached) yes
yes
make[2]: ingresso nella directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/libdecnumber"
source='../../gcc-4.6.0/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc  -I../../gcc-4.6.0/libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-4.6.0/libdecnumber -I.  -c ../../gcc-4.6.0/libdecnumber/decNumber.c
checking whether fwrite_unlocked is declared... yes
checking for spawnve... configure: updating cache ./config.cache
yes
configure: creating ./config.status
yes
checking whether getchar_unlocked is declared... checking for sbrk... no
checking for spawnvpe... yes
checking whether getc_unlocked is declared... yes
no
checking for strerror... yes
checking for spawnve... checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... checking for strsignal... no
checking for spawnvpe... yes
checking for an ANSI C-conforming const... yes
checking sys/mman.h usability... yes
checking for sysconf... no
checking for strerror... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
yes
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)... checking for sysctl... checking for strsignal... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
yes
configure: updating cache ../config.cache
configure: creating ./config.status
checking for sysmp... yes
checking for sysconf... no
checking for table... yes
checking for sysctl... no
checking for times... config.status: creating Makefile
yes
checking for sysmp... config.status: creating mkheaders.almost
config.status: creating config.h
yes
checking for wait3... source='../../gcc-4.6.0/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc  -I../../gcc-4.6.0/libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-4.6.0/libdecnumber -I.  -c ../../gcc-4.6.0/libdecnumber/decContext.c
no
checking for table... yes
checking for wait4... no
checking for times... yes
checking whether basename is declared... source='../../gcc-4.6.0/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc  -I../../gcc-4.6.0/libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-4.6.0/libdecnumber -I.  -c ../../gcc-4.6.0/libdecnumber/dpd/decimal32.c
no
yes
checking whether ffs is declared... checking for wait3... config.status: creating Makefile
yes
config.status: executing default-1 commands
source='../../gcc-4.6.0/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc  -I../../gcc-4.6.0/libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-4.6.0/libdecnumber -I.  -c ../../gcc-4.6.0/libdecnumber/dpd/decimal64.c
checking whether asprintf is declared... yes
checking for wait4... no
checking whether vasprintf is declared... Adding multilib support to Makefile in ../../gcc-4.6.0/zlib
multidirs=32
with_multisubdir=
Running configure in multilib subdirs 32
pwd: /home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/zlib
Running configure in multilib subdir 32
pwd: /home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0
mkdir 32
yes
no
checking whether basename is declared... checking whether snprintf is declared... no
source='../../gcc-4.6.0/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc  -I../../gcc-4.6.0/libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../gcc-4.6.0/libdecnumber -I.  -c ../../gcc-4.6.0/libdecnumber/dpd/decimal128.c
checking whether ffs is declared... yes
checking whether vsnprintf is declared... yes
checking whether asprintf is declared... yes
checking whether calloc is declared... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... yes
checking whether getenv is declared... rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o 
ranlib libdecnumber.a
configure: creating cache ./config.cache
make[2]: uscita dalla directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/libdecnumber"
yes
checking build system type... checking whether vsnprintf is declared... yes
x86_64-unknown-linux-gnu
checking host system type... checking whether getopt is declared... x86_64-unknown-linux-gnu
checking target system type... yes
checking whether calloc is declared... arm-unknown-elf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether malloc is declared... yes
checking whether getenv is declared... yes
checking whether realloc is declared... yes
checking whether getopt is declared... yes
checking whether sbrk is declared... yes
checking whether malloc is declared... yes
checking whether strverscmp is declared... yes
checking whether realloc is declared... no
checking whether canonicalize_file_name must be declared... yes
yes
checking for stdlib.h... (cached) yes
checking whether sbrk is declared... checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for working strncmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
configure: updating cache ../config.cache
configure: creating ./config.status
yes
checking for working strncmp... config.status: creating Makefile
yes
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
configure: updating cache ./config.cache
configure: creating ./config.status
make[2]: ingresso nella directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/build-x86_64-unknown-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
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/regex.c -o pic/regex.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/regex.c -o regex.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/cplus-dem.c -o cplus-dem.o
make[3]: ingresso nella directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/build-x86_64-unknown-linux-gnu/libiberty/testsuite"
make[3]: Nessuna operazione da eseguire per "all".
make[3]: uscita dalla directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/build-x86_64-unknown-linux-gnu/libiberty/testsuite"
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/cp-demangle.c -o cp-demangle.o
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/md5.c -o pic/md5.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/md5.c -o md5.o
yes
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/sha1.c -o pic/sha1.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/sha1.c -o sha1.o
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... gcc  -m32
checking for suffix of object files... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/alloca.c -o pic/alloca.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/alloca.c -o alloca.o
o
checking whether we are using the GNU C compiler... yes
checking whether gcc  -m32 accepts -g... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/argv.c -o pic/argv.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/argv.c -o argv.o
yes
checking for gcc  -m32 option to accept ISO C89... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/concat.c -o pic/concat.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/concat.c -o concat.o
make[2]: ingresso nella directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/libiberty"
if [ x"-fpic" != 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
mkdir -p -- ./libcpp
Configuring in ./libcpp
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
	else true; fi
make[3]: ingresso nella directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/libiberty/testsuite"
make[3]: Nessuna operazione da eseguire per "all".
make[3]: uscita dalla directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/libiberty/testsuite"
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/regex.c -o pic/regex.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/cp-demint.c -o cp-demint.o
unsupported
checking for style of include used by make... GNU
checking dependency style of gcc  -m32... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
	else true; fi
gcc3
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... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc  -m32... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) 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... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld -m elf_x86_64 option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc  -m32 object... configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... failed
arm-unknown-elf
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking how to run the C preprocessor... 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... /lib/cpp
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... checking for ANSI C header files... none needed
no
checking for sys/types.h... no
checking for sys/stat.h... checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking how to run the C preprocessor... no
checking for stdlib.h... gcc -E
no
checking for string.h... no
checking for memory.h... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/crc32.c -o pic/crc32.o; \
	else true; fi
no
checking for strings.h... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/crc32.c -o crc32.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/cplus-dem.c -o cplus-dem.o
no
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/dyn-string.c -o dyn-string.o
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking for dlfcn.h... yes
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
	else true; fi
checking for sys/types.h... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/fdmatch.c -o fdmatch.o
no
checking for objdir... .libs
yes
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/fibheap.c -o pic/fibheap.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/fibheap.c -o fibheap.o
checking for sys/stat.h... checking if gcc  -m32 supports -fno-rtti -fno-exceptions... yes
checking for stdlib.h... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/filename_cmp.c -o filename_cmp.o
no
checking for gcc  -m32 option to produce PIC... -fPIC -DPIC
checking if gcc  -m32 PIC flag -fPIC -DPIC works... yes
checking for string.h... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/floatformat.c -o pic/floatformat.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/floatformat.c -o floatformat.o
yes
checking if gcc  -m32 static flag -static works... yes
checking for memory.h... no
checking if gcc  -m32 supports -c -o file.o... yes
checking for strings.h... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/fnmatch.c -o fnmatch.o
yes
checking if gcc  -m32 supports -c -o file.o... (cached) yes
checking whether the gcc  -m32 linker (ld -m elf_x86_64 -m elf_i386) supports shared libraries... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
	else true; fi
yes
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
yes
checking dynamic linker characteristics... checking for inttypes.h... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/getopt.c -o pic/getopt.o; \
	else true; fi
configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/getopt.c -o getopt.o
yes
checking for stdint.h... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/getopt1.c -o pic/getopt1.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/getopt1.c -o getopt1.o
yes
checking for unistd.h... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/getpwd.c -o pic/getpwd.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/getpwd.c -o getpwd.o
make[1]: *** [configure-zlib] Errore 1
make[1]: *** Attesa per i processi non terminati....
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
	else true; fi
yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/getruntime.c -o pic/getruntime.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/getruntime.c -o getruntime.o
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/hashtab.c -o pic/hashtab.o; \
	else true; fi
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/hashtab.c -o hashtab.o
yes
checking whether gcc supports -Wall... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/md5.c -o pic/md5.o; \
	else true; fi
yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wstrict-prototypes... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/regex.c -o regex.o
yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/hex.c -o pic/hex.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/hex.c -o hex.o
yes
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/lbasename.c -o pic/lbasename.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/lbasename.c -o lbasename.o
checking whether gcc supports -Wc++-compat... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/lrealpath.c -o lrealpath.o
yes
checking whether gcc supports -pedantic -Wno-long-long... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/sha1.c -o pic/sha1.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
	else true; fi
yes
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
checking dependency style of gcc... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/make-temp-file.c -o make-temp-file.o
gcc3
checking whether time.h and sys/time.h may both be included... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/objalloc.c -o pic/objalloc.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/objalloc.c -o objalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/sha1.c -o sha1.o
yes
checking whether string.h and strings.h may both be included... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/obstack.c -o pic/obstack.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/obstack.c -o obstack.o
yes
checking locale.h usability... yes
checking locale.h presence... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/partition.c -o pic/partition.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/partition.c -o partition.o
yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/pexecute.c -o pic/pexecute.o; \
	else true; fi
yes
checking limits.h presence... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/pexecute.c -o pexecute.o
yes
checking for limits.h... yes
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/physmem.c -o pic/physmem.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/physmem.c -o physmem.o
checking stddef.h usability... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/pex-common.c -o pic/pex-common.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/pex-one.c -o pic/pex-one.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/pex-unix.c -o pex-unix.o
yes
checking stddef.h presence... yes
checking for stddef.h... yes
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/safe-ctype.c -o safe-ctype.o
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/simple-object.c -o pic/simple-object.o; \
	else true; fi
checking for string.h... (cached) yes
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/simple-object.c -o simple-object.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/simple-object-coff.c -o simple-object-coff.o
checking sys/file.h usability... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/simple-object-elf.c -o simple-object-elf.o
yes
checking sys/file.h presence... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/alloca.c -o pic/alloca.o; \
	else true; fi
yes
checking for sys/file.h... yes
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/alloca.c -o alloca.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/argv.c -o pic/argv.o; \
	else true; fi
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/choose-temp.c -o pic/choose-temp.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/choose-temp.c -o choose-temp.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/argv.c -o argv.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/concat.c -o pic/concat.o; \
	else true; fi
no
checking for an ANSI C-conforming const... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/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../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
yes
checking for inline... inline
checking for obstacks... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/cp-demint.c -o pic/cp-demint.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/concat.c -o concat.o
yes
checking for off_t... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/crc32.c -o pic/crc32.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/sort.c -o pic/sort.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/sort.c -o sort.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/crc32.c -o crc32.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/dyn-string.c -o pic/dyn-string.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/fdmatch.c -o pic/fdmatch.o; \
	else true; fi
yes
checking for size_t... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/fibheap.c -o pic/fibheap.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/spaces.c -o pic/spaces.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/spaces.c -o spaces.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/fdmatch.c -o fdmatch.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/splay-tree.c -o splay-tree.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/dyn-string.c -o dyn-string.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/filename_cmp.c -o filename_cmp.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/fibheap.c -o fibheap.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/floatformat.c -o pic/floatformat.o; \
	else true; fi
yes
checking for ssize_t... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/strerror.c -o pic/strerror.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/strerror.c -o strerror.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/fnmatch.c -o pic/fnmatch.o; \
	else true; fi
yes
checking for uintptr_t... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/fnmatch.c -o fnmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/strsignal.c -o pic/strsignal.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/xatexit.c -o pic/xatexit.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/xexit.c -o pic/xexit.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/xatexit.c -o xatexit.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/xexit.c -o xexit.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/xmalloc.c -o xmalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/getopt.c -o pic/getopt.o; \
	else true; fi
yes
checking for ptrdiff_t... if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/xstrdup.c -o xstrdup.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/xstrndup.c -o xstrndup.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/getopt1.c -o pic/getopt1.o; \
	else true; fi
if [ x"" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../../gcc-4.6.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../../gcc-4.6.0/libiberty/setproctitle.c -o setproctitle.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/getpwd.c -o pic/getpwd.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/getruntime.c -o pic/getruntime.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/getopt1.c -o getopt1.o
rm -f ./libiberty.a pic/./libiberty.a
yes
checking whether struct tm is in sys/time.h or time.h... 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  ./setproctitle.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/hashtab.c -o pic/hashtab.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/getpwd.c -o getpwd.o
ranlib ./libiberty.a
time.h
checking size of int... 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  ./setproctitle.o; \
	  ranlib ./libiberty.a; \
	  cd ..; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/getruntime.c -o getruntime.o
make[2]: uscita dalla directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/build-x86_64-unknown-linux-gnu/libiberty"
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/hex.c -o pic/hex.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/lbasename.c -o pic/lbasename.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/lrealpath.c -o pic/lrealpath.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/hex.c -o hex.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/lbasename.c -o lbasename.o
4
checking size of long... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/objalloc.c -o pic/objalloc.o; \
	else true; fi
8
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/make-temp-file.c -o make-temp-file.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/hashtab.c -o hashtab.o
checking for clearerr_unlocked... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/objalloc.c -o objalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/obstack.c -o pic/obstack.o; \
	else true; fi
yes
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/obstack.c -o obstack.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/partition.c -o pic/partition.o; \
	else true; fi
checking for feof_unlocked... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/pexecute.c -o pic/pexecute.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/physmem.c -o pic/physmem.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/pexecute.c -o pexecute.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/partition.c -o partition.o
yes
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/physmem.c -o physmem.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/pex-common.c -o pic/pex-common.o; \
	else true; fi
checking for ferror_unlocked... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/pex-one.c -o pic/pex-one.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/pex-unix.c -o pic/pex-unix.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/pex-one.c -o pex-one.o
yes
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/simple-object.c -o pic/simple-object.o; \
	else true; fi
checking for fflush_unlocked... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/pex-unix.c -o pex-unix.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/pex-common.c -o pex-common.o
yes
checking for fgetc_unlocked... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/simple-object.c -o simple-object.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
	else true; fi
yes
checking for fgets_unlocked... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/sort.c -o pic/sort.o; \
	else true; fi
yes
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/sort.c -o sort.o
checking for fileno_unlocked... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/spaces.c -o pic/spaces.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/splay-tree.c -o pic/splay-tree.o; \
	else true; fi
yes
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/spaces.c -o spaces.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
checking for fprintf_unlocked... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/strerror.c -o pic/strerror.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/strerror.c -o strerror.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/splay-tree.c -o splay-tree.o
no
checking for fputc_unlocked... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/strsignal.c -o pic/strsignal.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/xatexit.c -o pic/xatexit.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/strsignal.c -o strsignal.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/xexit.c -o pic/xexit.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/xatexit.c -o xatexit.o
checking for fputs_unlocked... if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/xmalloc.c -o pic/xmalloc.o; \
	else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/xexit.c -o xexit.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/xmemdup.c -o pic/xmemdup.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/xstrdup.c -o pic/xstrdup.o; \
	else true; fi
yes
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/xstrerror.c -o pic/xstrerror.o; \
	else true; fi
checking for fread_unlocked... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/xmemdup.c -o xmemdup.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/xmalloc.c -o xmalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/xstrdup.c -o xstrdup.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/xstrerror.c -o xstrerror.o
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/xstrndup.c -o pic/xstrndup.o; \
	else true; fi
if [ x"-fpic" != x ]; then \
	  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -fpic ../../gcc-4.6.0/libiberty/setproctitle.c -o pic/setproctitle.o; \
	else true; fi
yes
checking for fwrite_unlocked... gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/setproctitle.c -o setproctitle.o
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../gcc-4.6.0/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../gcc-4.6.0/libiberty/xstrndup.c -o xstrndup.o
yes
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  ./setproctitle.o
ranlib ./libiberty.a
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  ./setproctitle.o; \
	  ranlib ./libiberty.a; \
	  cd ..; \
	else true; fi
make[2]: uscita dalla directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0/libiberty"
yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether abort is declared... yes
checking whether asprintf is declared... yes
checking whether basename is declared... yes
checking whether errno is declared... no
checking whether getopt is declared... yes
checking whether vasprintf 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 for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking whether NLS is requested... no
checking for uchar... 
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... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
make[1]: uscita dalla directory "/home/POWERSOFT/massimiliano/download/toolchain/4.6.0/build-gcc-arm-4.6.0"
make: *** [all] Errore 2

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux