Errors while installing gcc-4.5.0 on lucid lynx

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

 



My installation.sh file is as follows
########start of installation.sh############
TARGET=arm-elf
PREFIX=/usr/local/arm
PARALLEL="-j 2"

GCC=gcc-4.5.0

mkdir build

cd build

 ../$GCC/configure --target=$TARGET --prefix=$PREFIX
--enable-interwork --enable-multilib --enable-languages="c"
--with-newlib --without-headers --disable-shared --with-gnu-as
--with-gnu-ld --with-gmp=/usr/local/gmp-5.0.1
--with-mpfr=/usr/local/mpfr-3.
0.0 --with-mpc=/usr/local/mpc-0.8.2

 make $PARALLEL all-gcc

 make install-gcc

########end of installation.sh############

the last lines of the output  are

/bin/bash ../gcc-4.5.0/mkinstalldirs /usr/local/arm /usr/local/arm
make[1]: Entering directory `/home/bullhound/Desktop/build/fixincludes'
make[1]: *** No rule to make target `../libiberty/libiberty.a', needed
by `full-stamp'.  Stop.
make[1]: Leaving directory `/home/bullhound/Desktop/build/fixincludes'
make: *** [install-fixincludes] Error 2

and my config.log is as follows


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.5.0/configure --target=arm-elf --prefix=/usr/local/arm
--enable-interwork --enable-multilib --enable-languages=c
--with-newlib --without-headers --disable-shared --with-gnu-as
--with-gnu-ld --with-gmp=/usr/local/gmp-5.0.1
--with-mpfr=/usr/local/mpfr-3.0.0 --with-mpc=/usr/local/mpc-0.8.2

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

hostname = ubuntu
uname -m = i686
uname -r = 2.6.32-22-generic
uname -s = Linux
uname -v = #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010

/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/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin


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

configure:2429: checking build system type
configure:2443: result: i686-pc-linux-gnu
configure:2490: checking host system type
configure:2503: result: i686-pc-linux-gnu
configure:2523: checking target system type
configure:2536: result: arm-unknown-elf
configure:2590: checking for a BSD-compatible install
configure:2658: result: /usr/bin/install -c
configure:2669: checking whether ln works
configure:2691: result: yes
configure:2695: checking whether ln -s works
configure:2699: result: yes
configure:2706: checking for a sed that does not truncate output
configure:2770: result: /bin/sed
configure:2779: checking for gawk
configure:2795: found /usr/bin/gawk
configure:2806: result: gawk
configure:4039: checking for gcc
configure:4055: found /usr/bin/gcc
configure:4066: result: gcc
configure:4295: checking for C compiler version
configure:4304: gcc --version >&5
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 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:4315: $? = 0
configure:4304: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.3-4ubuntu5'
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--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
--program-suffix=-4.4 --enable-nls --enable-clocale=gnu
--enable-libstdcxx-debug --enable-plugin --enable-objc-gc
--enable-targets=all --disable-werror --with-arch-32=i486
--with-tune=generic --enable-checking=release --build=i486-linux-gnu
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
configure:4315: $? = 0
configure:4304: gcc -V >&5
gcc: '-V' option must have argument
configure:4315: $? = 1
configure:4304: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4315: $? = 1
configure:4335: checking for C compiler default output file name
configure:4357: gcc    conftest.c  >&5
configure:4361: $? = 0
configure:4398: result: a.out
configure:4414: checking whether the C compiler works
configure:4423: ./a.out
configure:4427: $? = 0
configure:4442: result: yes
configure:4449: checking whether we are cross compiling
configure:4451: result: no
configure:4454: checking for suffix of executables
configure:4461: gcc -o conftest    conftest.c  >&5
configure:4465: $? = 0
configure:4487: result:
configure:4493: checking for suffix of object files
configure:4515: gcc -c   conftest.c >&5
configure:4519: $? = 0
configure:4540: result: o
configure:4544: checking whether we are using the GNU C compiler
configure:4563: gcc -c   conftest.c >&5
configure:4563: $? = 0
configure:4572: result: yes
configure:4581: checking whether gcc accepts -g
configure:4601: gcc -c -g  conftest.c >&5
configure:4601: $? = 0
configure:4642: result: yes
configure:4659: checking for gcc option to accept ISO C89
configure:4723: gcc  -c -g -O2  conftest.c >&5
configure:4723: $? = 0
configure:4736: result: none needed
configure:4814: checking for g++
configure:4830: found /usr/bin/g++
configure:4841: result: g++
configure:4868: checking for C++ compiler version
configure:4877: g++ --version >&5
g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 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:4888: $? = 0
configure:4877: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.3-4ubuntu5'
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--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
--program-suffix=-4.4 --enable-nls --enable-clocale=gnu
--enable-libstdcxx-debug --enable-plugin --enable-objc-gc
--enable-targets=all --disable-werror --with-arch-32=i486
--with-tune=generic --enable-checking=release --build=i486-linux-gnu
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
configure:4888: $? = 0
configure:4877: g++ -V >&5
g++: '-V' option must have argument
configure:4888: $? = 1
configure:4877: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:4888: $? = 1
configure:4892: checking whether we are using the GNU C++ compiler
configure:4911: g++ -c   conftest.cpp >&5
configure:4911: $? = 0
configure:4920: result: yes
configure:4929: checking whether g++ accepts -g
configure:4949: g++ -c -g  conftest.cpp >&5
configure:4949: $? = 0
configure:4990: result: yes
configure:5079: checking for gnatbind
configure:5109: result: no
configure:5171: checking for gnatmake
configure:5201: result: no
configure:5220: checking whether compiler driver understands Ada
configure:5243: result: no
configure:5252: checking how to compare bootstrapped objects
configure:5277: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5293: checking for objdir
configure:5308: result: .libs
configure:5474: checking for the correct version of gmp.h
configure:5494: gcc -c -g -O2 -I/usr/local/gmp-5.0.1/include
-I/usr/local/mpfr-3.0.0/include -I/usr/local/mpc-0.8.2/include
conftest.c >&5
configure:5494: $? = 0
configure:5512: gcc -c -g -O2 -I/usr/local/gmp-5.0.1/include
-I/usr/local/mpfr-3.0.0/include -I/usr/local/mpc-0.8.2/include
conftest.c >&5
configure:5512: $? = 0
configure:5513: result: yes
configure:5529: checking for the correct version of mpfr.h
configure:5547: gcc -c -g -O2 -I/usr/local/gmp-5.0.1/include
-I/usr/local/mpfr-3.0.0/include -I/usr/local/mpc-0.8.2/include
conftest.c >&5
configure:5547: $? = 0
configure:5564: gcc -c -g -O2 -I/usr/local/gmp-5.0.1/include
-I/usr/local/mpfr-3.0.0/include -I/usr/local/mpc-0.8.2/include
conftest.c >&5
configure:5564: $? = 0
configure:5565: result: yes
configure:5582: checking for the correct version of mpc.h
configure:5599: gcc -c -g -O2 -I/usr/local/gmp-5.0.1/include
-I/usr/local/mpfr-3.0.0/include -I/usr/local/mpc-0.8.2/include
conftest.c >&5
configure:5599: $? = 0
configure:5615: gcc -c -g -O2 -I/usr/local/gmp-5.0.1/include
-I/usr/local/mpfr-3.0.0/include -I/usr/local/mpc-0.8.2/include
conftest.c >&5
configure:5615: $? = 0
configure:5616: result: yes
configure:5634: checking for the correct version of the gmp/mpfr/mpc libraries
configure:5665: gcc -o conftest -g -O2 -I/usr/local/gmp-5.0.1/include
-I/usr/local/mpfr-3.0.0/include -I/usr/local/mpc-0.8.2/include
conftest.c  -L/usr/local/gmp-5.0.1/lib -L/usr/local/mpfr-3.0.0/lib
-L/usr/local/mpc-0.8.2/lib -lmpc -lmpfr -lgmp >&5
configure:5665: $? = 0
configure:5666: result: yes
configure:5841: checking for version 0.10 of PPL
configure:5858: gcc -c -g -O2  -I/usr/local/gmp-5.0.1/include
-I/usr/local/mpfr-3.0.0/include -I/usr/local/mpc-0.8.2/include
conftest.c >&5
conftest.c:10:19: error: ppl_c.h: No such file or directory
conftest.c: In function 'main':
conftest.c:16: error: 'choke' undeclared (first use in this function)
conftest.c:16: error: (Each undeclared identifier is reported only once
conftest.c:16: error: for each function it appears in.)
conftest.c:16: error: expected ';' before 'me'
configure:5858: $? = 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 != 10
|   choke me
|   #endif
|
|   ;
|   return 0;
| }
configure:5862: result: no
configure:6092: checking how to run the C preprocessor
configure:6123: gcc -E  -I/usr/include/libelf conftest.c
configure:6123: $? = 0
configure:6137: gcc -E  -I/usr/include/libelf conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6137: $? = 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 <ac_nonexistent.h>
configure:6162: result: gcc -E
configure:6182: gcc -E  -I/usr/include/libelf conftest.c
configure:6182: $? = 0
configure:6196: gcc -E  -I/usr/include/libelf conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6196: $? = 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 <ac_nonexistent.h>
configure:6225: checking for grep that handles long lines and -e
configure:6283: result: /bin/grep
configure:6288: checking for egrep
configure:6350: result: /bin/grep -E
configure:6355: checking for ANSI C header files
configure:6375: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6375: $? = 0
configure:6448: gcc -o conftest -g -O2 -I/usr/include/libelf
-I/usr/include/libelf  conftest.c  -lelf >&5
configure:6448: $? = 0
configure:6448: ./conftest
configure:6448: $? = 0
configure:6459: result: yes
configure:6472: checking for sys/types.h
configure:6472: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6472: $? = 0
configure:6472: result: yes
configure:6472: checking for sys/stat.h
configure:6472: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6472: $? = 0
configure:6472: result: yes
configure:6472: checking for stdlib.h
configure:6472: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6472: $? = 0
configure:6472: result: yes
configure:6472: checking for string.h
configure:6472: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6472: $? = 0
configure:6472: result: yes
configure:6472: checking for memory.h
configure:6472: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6472: $? = 0
configure:6472: result: yes
configure:6472: checking for strings.h
configure:6472: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6472: $? = 0
configure:6472: result: yes
configure:6472: checking for inttypes.h
configure:6472: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6472: $? = 0
configure:6472: result: yes
configure:6472: checking for stdint.h
configure:6472: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6472: $? = 0
configure:6472: result: yes
configure:6472: checking for unistd.h
configure:6472: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6472: $? = 0
configure:6472: result: yes
configure:6487: checking libelf.h usability
configure:6487: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6487: $? = 0
configure:6487: result: yes
configure:6487: checking libelf.h presence
configure:6487: gcc -E  -I/usr/include/libelf conftest.c
configure:6487: $? = 0
configure:6487: result: yes
configure:6487: checking for libelf.h
configure:6487: result: yes
configure:6499: checking gelf.h usability
configure:6499: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
configure:6499: $? = 0
configure:6499: result: yes
configure:6499: checking gelf.h presence
configure:6499: gcc -E  -I/usr/include/libelf conftest.c
configure:6499: $? = 0
configure:6499: result: yes
configure:6499: checking for gelf.h
configure:6499: result: yes
configure:6512: checking libelf/libelf.h usability
configure:6512: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
conftest.c:55:27: error: libelf/libelf.h: No such file or directory
configure:6512: $? = 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/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBELF_H 1
| #define HAVE_GELF_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libelf/libelf.h>
configure:6512: result: no
configure:6512: checking libelf/libelf.h presence
configure:6512: gcc -E  -I/usr/include/libelf conftest.c
conftest.c:22:27: error: libelf/libelf.h: No such file or directory
configure:6512: $? = 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/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBELF_H 1
| #define HAVE_GELF_H 1
| /* end confdefs.h.  */
| #include <libelf/libelf.h>
configure:6512: result: no
configure:6512: checking for libelf/libelf.h
configure:6512: result: no
configure:6524: checking libelf/gelf.h usability
configure:6524: gcc -c -g -O2 -I/usr/include/libelf
-I/usr/include/libelf conftest.c >&5
conftest.c:55:25: error: libelf/gelf.h: No such file or directory
configure:6524: $? = 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/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBELF_H 1
| #define HAVE_GELF_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libelf/gelf.h>
configure:6524: result: no
configure:6524: checking libelf/gelf.h presence
configure:6524: gcc -E  -I/usr/include/libelf conftest.c
conftest.c:22:25: error: libelf/gelf.h: No such file or directory
configure:6524: $? = 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/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBELF_H 1
| #define HAVE_GELF_H 1
| /* end confdefs.h.  */
| #include <libelf/gelf.h>
configure:6524: result: no
configure:6524: checking for libelf/gelf.h
configure:6524: result: no
configure:6563: checking for the correct version of libelf
configure:6586: gcc -o conftest -g -O2 -I/usr/include/libelf
-I/usr/include/libelf  conftest.c  -lelf >&5
configure:6586: $? = 0
configure:6587: result: yes
configure:7590: checking for default BUILD_CONFIG
configure:7622: result:
configure:8064: checking for bison
configure:8080: found /usr/bin/bison
configure:8091: result: bison -y
configure:8112: checking for bison
configure:8128: found /usr/bin/bison
configure:8139: result: bison
configure:8159: checking for gm4
configure:8189: result: no
configure:8159: checking for gnum4
configure:8189: result: no
configure:8159: checking for m4
configure:8175: found /usr/bin/m4
configure:8186: result: m4
configure:8206: checking for flex
configure:8222: found /usr/bin/flex
configure:8233: result: flex
configure:8254: checking for flex
configure:8270: found /usr/bin/flex
configure:8281: result: flex
configure:8301: checking for makeinfo
configure:8317: found /usr/bin/makeinfo
configure:8328: result: makeinfo
configure:8362: checking for expect
configure:8378: found /usr/bin/expect
configure:8389: result: expect
configure:8411: checking for runtest
configure:8427: found /usr/bin/runtest
configure:8438: result: runtest
configure:8556: checking for ar
configure:8572: found /usr/bin/ar
configure:8583: result: ar
configure:8697: checking for as
configure:8713: found /usr/bin/as
configure:8724: result: as
configure:8838: checking for dlltool
configure:8868: result: no
configure:8979: checking for ld
configure:8995: found /usr/bin/ld
configure:9006: result: ld
configure:9120: checking for lipo
configure:9150: result: no
configure:9261: checking for nm
configure:9277: found /usr/bin/nm
configure:9288: result: nm
configure:9402: checking for ranlib
configure:9418: found /usr/bin/ranlib
configure:9429: result: ranlib
configure:9538: checking for strip
configure:9554: found /usr/bin/strip
configure:9565: result: strip
configure:9674: checking for windres
configure:9704: result: no
configure:9815: checking for windmc
configure:9845: result: no
configure:9956: checking for objcopy
configure:9972: found /usr/bin/objcopy
configure:9983: result: objcopy
configure:10097: checking for objdump
configure:10113: found /usr/bin/objdump
configure:10124: result: objdump
configure:10238: checking for arm-elf-cc
configure:10268: result: no
configure:10238: checking for arm-elf-gcc
configure:10268: result: no
configure:10399: checking for arm-elf-c++
configure:10429: result: no
configure:10399: checking for arm-elf-g++
configure:10429: result: no
configure:10399: checking for arm-elf-cxx
configure:10429: result: no
configure:10399: checking for arm-elf-gxx
configure:10429: result: no
configure:10560: checking for arm-elf-gcc
configure:10590: result: no
configure:10716: checking for arm-elf-gcj
configure:10746: result: no
configure:10877: checking for arm-elf-gfortran
configure:10907: result: no
configure:11007: checking for ar
configure:11025: found /usr/local/arm/arm-elf/bin/ar
configure:11037: result: /usr/local/arm/arm-elf/bin/ar
configure:11237: checking for as
configure:11255: found /usr/local/arm/arm-elf/bin/as
configure:11267: result: /usr/local/arm/arm-elf/bin/as
configure:11467: checking for dlltool
configure:11500: result: no
configure:11578: checking for arm-elf-dlltool
configure:11608: result: no
configure:11697: checking for ld
configure:11715: found /usr/local/arm/arm-elf/bin/ld
configure:11727: result: /usr/local/arm/arm-elf/bin/ld
configure:11927: checking for lipo
configure:11960: result: no
configure:12038: checking for arm-elf-lipo
configure:12068: result: no
configure:12157: checking for nm
configure:12175: found /usr/local/arm/arm-elf/bin/nm
configure:12187: result: /usr/local/arm/arm-elf/bin/nm
configure:12387: checking for objdump
configure:12405: found /usr/local/arm/arm-elf/bin/objdump
configure:12417: result: /usr/local/arm/arm-elf/bin/objdump
configure:12617: checking for ranlib
configure:12635: found /usr/local/arm/arm-elf/bin/ranlib
configure:12647: result: /usr/local/arm/arm-elf/bin/ranlib
configure:12847: checking for strip
configure:12865: found /usr/local/arm/arm-elf/bin/strip
configure:12877: result: /usr/local/arm/arm-elf/bin/strip
configure:13077: checking for windres
configure:13110: result: no
configure:13188: checking for arm-elf-windres
configure:13218: result: no
configure:13307: checking for windmc
configure:13340: result: no
configure:13418: checking for arm-elf-windmc
configure:13448: result: no
configure:13515: checking where to find the target ar
configure:13543: result: pre-installed in /usr/local/arm/arm-elf/bin
configure:13557: checking where to find the target as
configure:13585: result: pre-installed in /usr/local/arm/arm-elf/bin
configure:13599: checking where to find the target cc
configure:13622: result: just compiled
configure:13641: checking where to find the target c++
configure:13681: result: pre-installed
configure:13686: checking where to find the target c++ for libstdc++
configure:13726: result: pre-installed
configure:13731: checking where to find the target dlltool
configure:13768: result: pre-installed
configure:13773: checking where to find the target gcc
configure:13796: result: just compiled
configure:13815: checking where to find the target gcj
configure:13855: result: pre-installed
configure:13860: checking where to find the target gfortran
configure:13900: result: pre-installed
configure:13905: checking where to find the target ld
configure:13933: result: pre-installed in /usr/local/arm/arm-elf/bin
configure:13947: checking where to find the target lipo
configure:13973: result: pre-installed
configure:13978: checking where to find the target nm
configure:14006: result: pre-installed in /usr/local/arm/arm-elf/bin
configure:14020: checking where to find the target objdump
configure:14048: result: pre-installed in /usr/local/arm/arm-elf/bin
configure:14062: checking where to find the target ranlib
configure:14090: result: pre-installed in /usr/local/arm/arm-elf/bin
configure:14104: checking where to find the target strip
configure:14132: result: pre-installed in /usr/local/arm/arm-elf/bin
configure:14146: checking where to find the target windres
configure:14183: result: pre-installed
configure:14188: checking where to find the target windmc
configure:14225: result: pre-installed
configure:14258: checking whether to enable maintainer-specific
portions of Makefiles
configure:14267: result: no
configure:14300: checking whether -fkeep-inline-functions is supported
configure:14319: gcc -c -g -O2 -fkeep-inline-functions  conftest.c >&5
configure:14319: $? = 0
configure:14320: result: yes
configure:14517: 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 ubuntu

config.status:950: creating Makefile

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

ac_cv_build=i686-pc-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_CPP_set=
ac_cv_env_CPP_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_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_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-elf
ac_cv_header_gelf_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libelf_gelf_h=no
ac_cv_header_libelf_h=yes
ac_cv_header_libelf_libelf_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/usr/local/arm/arm-elf/bin/ar
ac_cv_path_AS_FOR_TARGET=/usr/local/arm/arm-elf/bin/as
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_LD_FOR_TARGET=/usr/local/arm/arm-elf/bin/ld
ac_cv_path_NM_FOR_TARGET=/usr/local/arm/arm-elf/bin/nm
ac_cv_path_OBJDUMP_FOR_TARGET=/usr/local/arm/arm-elf/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/usr/local/arm/arm-elf/bin/ranlib
ac_cv_path_SED=/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/usr/local/arm/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_CPP='gcc -E'
ac_cv_prog_EXPECT=expect
ac_cv_prog_FLEX=flex
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_RUNTEST=runtest
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/arm/libexec/gcc/arm-elf/4.5.0:/usr/local/arm/libexec/gcc/arm-elf:/usr/lib/gcc/arm-elf/4.5.0:/usr/lib/gcc/arm-elf:/usr/local/arm/arm-elf/bin/arm-elf/4.5.0:/usr/local/arm/arm-elf/bin:
gcc_cv_tool_prefix=/usr/local/arm
lt_cv_objdir=.libs

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

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/usr/local/arm/arm-elf/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/usr/local/arm/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=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='arm-elf-c++'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIBELF_H=1 -DHAVE_GELF_H=1'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='arm-elf-dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET=' -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'
GREP='/bin/grep'
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/arm/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/arm/arm-elf/bin/nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/usr/local/arm/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/arm/arm-elf/bin/ranlib'
RAW_CXX_FOR_TARGET='arm-elf-c++'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='/usr/local/arm/arm-elf/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.5.0/configure --target=arm-elf
--prefix=/usr/local/arm --enable-interwork --enable-multilib
--enable-languages=c --with-newlib --without-headers --disable-shared
--with-gnu-as --with-gnu-ld --with-gmp=/usr/local/gmp-5.0.1
--with-mpfr=/usr/local/mpfr-3.0.0 --with-mpc=/usr/local/mpc-0.8.2'
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='i686-pc-linux-gnu'
build_alias=''
build_configargs='--cache-file=../config.cache
'\''--prefix=/usr/local/arm'\'' '\''--enable-interwork'\''
'\''--enable-multilib'\'' '\''--with-newlib'\''
'\''--without-headers'\'' '\''--disable-shared'\''
'\''--with-gnu-as'\'' '\''--with-gnu-ld'\''
'\''--with-gmp=/usr/local/gmp-5.0.1'\''
'\''--with-mpfr=/usr/local/mpfr-3.0.0'\''
'\''--with-mpc=/usr/local/mpc-0.8.2'\''
'\''--enable-languages=c,lto'\''
--program-transform-name='\''s&^&arm-elf-&'\''
--disable-option-checking'
build_configdirs=' libiberty fixincludes'
build_cpu='i686'
build_libsubdir='build-i686-pc-linux-gnu'
build_noncanonical='i686-pc-linux-gnu'
build_os='linux-gnu'
build_subdir='build-i686-pc-linux-gnu'
build_tooldir='${exec_prefix}/arm-elf'
build_vendor='pc'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
config_shell='/bin/bash'
configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc'
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=''
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
gmpinc='-I/usr/local/gmp-5.0.1/include -I/usr/local/mpfr-3.0.0/include
-I/usr/local/mpc-0.8.2/include '
gmplibs='-L/usr/local/gmp-5.0.1/lib -L/usr/local/mpfr-3.0.0/lib
-L/usr/local/mpc-0.8.2/lib -lmpc -lmpfr -lgmp'
host='i686-pc-linux-gnu'
host_alias=''
host_configargs='--cache-file=./config.cache
'\''--prefix=/usr/local/arm'\'' '\''--enable-interwork'\''
'\''--enable-multilib'\'' '\''--with-newlib'\''
'\''--without-headers'\'' '\''--disable-shared'\''
'\''--with-gnu-as'\'' '\''--with-gnu-ld'\''
'\''--with-gmp=/usr/local/gmp-5.0.1'\''
'\''--with-mpfr=/usr/local/mpfr-3.0.0'\''
'\''--with-mpc=/usr/local/mpc-0.8.2'\''
'\''--enable-languages=c,lto'\''
--program-transform-name='\''s&^&arm-elf-&'\''
--disable-option-checking'
host_cpu='i686'
host_noncanonical='i686-pc-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libelfinc='-I/usr/include/libelf'
libelflibs='-lelf'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags=''
poststage1_libs=''
pplinc=''
ppllibs=''
prefix='/usr/local/arm'
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'
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-cross-host=i686-pc-linux-gnu '\''--prefix=/usr/local/arm'\''
'\''--enable-interwork'\'' '\''--enable-multilib'\''
'\''--with-newlib'\'' '\''--without-headers'\''
'\''--disable-shared'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\''
'\''--with-gmp=/usr/local/gmp-5.0.1'\''
'\''--with-mpfr=/usr/local/mpfr-3.0.0'\''
'\''--with-mpc=/usr/local/mpc-0.8.2'\''
'\''--enable-languages=c,lto'\''
--program-transform-name='\''s&^&arm-elf-&'\''
--disable-option-checking'
target_configdirs=' libgcc libiberty libssp'
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='../gcc-4.5.0/config/mh-x86omitfp'
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/"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LIBELF_H 1
#define HAVE_GELF_H 1

configure: exit 0



[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