This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


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

Newbie trying to build newlib


I'm trying to build newlib for the first time.

I've tried both the newlib-1.17.0 distribution and a CVS checkout, and
run into the same error each time. configure runs to completion, then
make runs for a while, but dies:

checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc  -m64
checking dependency style of gcc  -m64... gcc3
checking whether we are using GNU C... yes
checking whether gcc  -m64 accepts -g... no
checking for i686-pc-linux-gnu-as... as
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-readelf... no
checking for readelf... readelf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a sed that does not truncate output... /bin/sed
checking for gawk... (cached) mawk
checking for i686-pc-linux-gnu-gcc... (cached) gcc  -m64
checking for C compiler default output file name... configure: error:
C compiler cannot create executables
See `config.log' for more details.
make[1]: *** [configure-target-newlib] Error 1
make[1]: Leaving directory `/home/beman/wide/build'
make: *** [all] Error 2

See below for config.log

What am I doing wrong?

Thanks,

--Beman

--------------

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.59.  Invocation command line was

  $ ../src/configure --with-newlib --prefix=/home/beman/wide/install

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

hostname = virtual-ubuntu
uname -m = i686
uname -r = 2.6.27-11-generic
uname -s = Linux
uname -v = #1 SMP Thu Jan 29 19:24:39 UTC 2009

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
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/games


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

configure:1562: checking build system type
configure:1580: result: i686-pc-linux-gnu
configure:1615: checking host system type
configure:1629: result: i686-pc-linux-gnu
configure:1637: checking target system type
configure:1651: result: i686-pc-linux-gnu
configure:1695: checking for a BSD-compatible install
configure:1761: result: /usr/bin/install -c
configure:1772: checking whether ln works
configure:1794: result: yes
configure:1798: checking whether ln -s works
configure:1802: result: yes
configure:3001: checking for gcc
configure:3017: found /usr/bin/gcc
configure:3027: result: gcc
configure:3273: checking for C compiler version
configure:3276: gcc --version </dev/null >&5
gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2
Copyright (C) 2008 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:3279: $? = 0
configure:3281: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.2-1ubuntu12'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
configure:3284: $? = 0
configure:3286: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3289: $? = 1
configure:3312: checking for C compiler default output file name
configure:3315: gcc    conftest.c  >&5
configure:3318: $? = 0
configure:3366: result: a.out
configure:3371: checking whether the C compiler works
configure:3377: ./a.out
configure:3380: $? = 0
configure:3399: result: yes
configure:3406: checking whether we are cross compiling
configure:3408: result: no
configure:3411: checking for suffix of executables
configure:3413: gcc -o conftest    conftest.c  >&5
configure:3416: $? = 0
configure:3443: result:
configure:3449: checking for suffix of object files
configure:3470: gcc -c   conftest.c >&5
configure:3473: $? = 0
configure:3497: result: o
configure:3501: checking whether we are using the GNU C compiler
configure:3525: gcc -c   conftest.c >&5
configure:3531: $? = 0
configure:3535: test -z
			 || test ! -s conftest.err
configure:3538: $? = 0
configure:3541: test -s conftest.o
configure:3544: $? = 0
configure:3557: result: yes
configure:3563: checking whether gcc accepts -g
configure:3584: gcc -c -g  conftest.c >&5
configure:3590: $? = 0
configure:3594: test -z
			 || test ! -s conftest.err
configure:3597: $? = 0
configure:3600: test -s conftest.o
configure:3603: $? = 0
configure:3614: result: yes
configure:3631: checking for gcc option to accept ANSI C
configure:3701: gcc  -c -g -O2  conftest.c >&5
configure:3707: $? = 0
configure:3711: test -z
			 || test ! -s conftest.err
configure:3714: $? = 0
configure:3717: test -s conftest.o
configure:3720: $? = 0
configure:3738: result: none needed
configure:3756: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'me'
configure:3762: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3947: checking for g++
configure:3963: found /usr/bin/g++
configure:3973: result: g++
configure:3989: checking for C++ compiler version
configure:3992: g++ --version </dev/null >&5
g++ (Ubuntu 4.3.2-1ubuntu12) 4.3.2
Copyright (C) 2008 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:3995: $? = 0
configure:3997: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.2-1ubuntu12'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
configure:4000: $? = 0
configure:4002: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:4005: $? = 1
configure:4008: checking whether we are using the GNU C++ compiler
configure:4032: g++ -c   conftest.cc >&5
configure:4038: $? = 0
configure:4042: test -z
			 || test ! -s conftest.err
configure:4045: $? = 0
configure:4048: test -s conftest.o
configure:4051: $? = 0
configure:4064: result: yes
configure:4070: checking whether g++ accepts -g
configure:4091: g++ -c -g  conftest.cc >&5
configure:4097: $? = 0
configure:4101: test -z
			 || test ! -s conftest.err
configure:4104: $? = 0
configure:4107: test -s conftest.o
configure:4110: $? = 0
configure:4121: result: yes
configure:4163: g++ -c -g -O2  conftest.cc >&5
configure:4169: $? = 0
configure:4173: test -z
			 || test ! -s conftest.err
configure:4176: $? = 0
configure:4179: test -s conftest.o
configure:4182: $? = 0
configure:4208: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:4214: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4163: g++ -c -g -O2  conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared
inside 'std'
configure:4169: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4163: g++ -c -g -O2  conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared
inside 'std'
In file included from conftest.cc:10:
/usr/include/stdlib.h:531: error: declaration of 'void std::exit(int)
throw ()' throws different exceptions
conftest.cc:9: error: from previous declaration 'void std::exit(int)'
configure:4169: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4163: g++ -c -g -O2  conftest.cc >&5
configure:4169: $? = 0
configure:4173: test -z
			 || test ! -s conftest.err
configure:4176: $? = 0
configure:4179: test -s conftest.o
configure:4182: $? = 0
configure:4208: g++ -c -g -O2  conftest.cc >&5
configure:4214: $? = 0
configure:4218: test -z
			 || test ! -s conftest.err
configure:4221: $? = 0
configure:4224: test -s conftest.o
configure:4227: $? = 0
configure:4314: checking for gnatbind
configure:4341: result: no
configure:4394: checking for gnatmake
configure:4421: result: no
configure:4433: checking whether compiler driver understands Ada
configure:4456: result: no
configure:4465: checking how to compare bootstrapped objects
configure:4490: result: cmp --ignore-initial=16 $$f1 $$f2
configure:4867: checking for version 0.10 of PPL
configure:4889: gcc -c -g -O2    conftest.c >&5
conftest.c:12:19: error: ppl_c.h: No such file or directory
conftest.c: In function 'main':
conftest.c:18: error: 'choke' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: expected ';' before 'me'
configure:4895: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include "ppl_c.h"
| int
| main ()
| {
|
|   #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR != 10
|   choke me
|   #endif
|
|   ;
|   return 0;
| }
configure:4916: result: no
configure:4991: checking for correct version of CLooG
configure:5013: gcc -c -g -O2  -DCLOOG_PPL_BACKEND     conftest.c >&5
conftest.c:12:25: error: cloog/cloog.h: No such file or directory
conftest.c: In function 'main':
conftest.c:18: error: 'choke' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: expected ';' before 'me'
configure:5019: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include "cloog/cloog.h"
| int
| main ()
| {
|
|   #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15
|   choke me
|   #endif
|
|   ;
|   return 0;
| }
configure:5040: result: no
configure:6384: checking for bison
configure:6413: result: no
configure:6384: checking for byacc
configure:6413: result: no
configure:6384: checking for yacc
configure:6413: result: no
configure:6430: checking for bison
configure:6459: result: no
configure:6475: checking for gm4
configure:6504: result: no
configure:6475: checking for gnum4
configure:6504: result: no
configure:6475: checking for m4
configure:6504: result: no
configure:6520: checking for flex
configure:6549: result: no
configure:6520: checking for lex
configure:6549: result: no
configure:6566: checking for flex
configure:6595: result: no
configure:6611: checking for makeinfo
configure:6627: found /usr/bin/makeinfo
configure:6637: result: makeinfo
configure:6670: checking for expect
configure:6699: result: no
configure:6717: checking for runtest
configure:6746: result: no
configure:6856: checking for ar
configure:6872: found /usr/bin/ar
configure:6882: result: ar
configure:6991: checking for as
configure:7007: found /usr/bin/as
configure:7017: result: as
configure:7126: checking for dlltool
configure:7155: result: no
configure:7261: checking for ld
configure:7277: found /usr/bin/ld
configure:7287: result: ld
configure:7396: checking for lipo
configure:7425: result: no
configure:7531: checking for nm
configure:7547: found /usr/bin/nm
configure:7557: result: nm
configure:7666: checking for ranlib
configure:7682: found /usr/bin/ranlib
configure:7692: result: ranlib
configure:7796: checking for strip
configure:7812: found /usr/bin/strip
configure:7822: result: strip
configure:7926: checking for windres
configure:7955: result: no
configure:8061: checking for windmc
configure:8090: result: no
configure:8196: checking for objcopy
configure:8212: found /usr/bin/objcopy
configure:8222: result: objcopy
configure:8331: checking for objdump
configure:8347: found /usr/bin/objdump
configure:8357: result: objdump
configure:8505: checking for cc
configure:8521: found /usr/bin/cc
configure:8531: result: cc
configure:8660: checking for c++
configure:8676: found /usr/bin/c++
configure:8686: result: c++
configure:8815: checking for gcc
configure:8831: found /usr/bin/gcc
configure:8841: result: gcc
configure:8965: checking for gcj
configure:8994: result: no
configure:9120: checking for gfortran
configure:9149: result: no
configure:9354: checking for ar
configure:9370: found /usr/bin/ar
configure:9380: result: ar
configure:9577: checking for as
configure:9593: found /usr/bin/as
configure:9603: result: as
configure:9800: checking for dlltool
configure:9829: result: no
configure:10023: checking for ld
configure:10039: found /usr/bin/ld
configure:10049: result: ld
configure:10246: checking for lipo
configure:10275: result: no
configure:10469: checking for nm
configure:10485: found /usr/bin/nm
configure:10495: result: nm
configure:10692: checking for objdump
configure:10708: found /usr/bin/objdump
configure:10718: result: objdump
configure:10915: checking for ranlib
configure:10931: found /usr/bin/ranlib
configure:10941: result: ranlib
configure:11138: checking for strip
configure:11154: found /usr/bin/strip
configure:11164: result: strip
configure:11361: checking for windres
configure:11390: result: no
configure:11584: checking for windmc
configure:11613: result: no
configure:11640: checking where to find the target ar
configure:11673: result: host tool
configure:11682: checking where to find the target as
configure:11715: result: host tool
configure:11724: checking where to find the target cc
configure:11757: result: host tool
configure:11766: checking where to find the target c++
configure:11802: result: host tool
configure:11811: checking where to find the target c++ for libstdc++
configure:11847: result: host tool
configure:11856: checking where to find the target dlltool
configure:11889: result: host tool
configure:11898: checking where to find the target gcc
configure:11931: result: host tool
configure:11940: checking where to find the target gcj
configure:11976: result: host tool
configure:11985: checking where to find the target gfortran
configure:12021: result: host tool
configure:12030: checking where to find the target ld
configure:12063: result: host tool
configure:12072: checking where to find the target lipo
configure:12094: result: host tool
configure:12103: checking where to find the target nm
configure:12136: result: host tool
configure:12145: checking where to find the target objdump
configure:12178: result: host tool
configure:12187: checking where to find the target ranlib
configure:12220: result: host tool
configure:12229: checking where to find the target strip
configure:12262: result: host tool
configure:12271: checking where to find the target windres
configure:12304: result: host tool
configure:12313: checking where to find the target windmc
configure:12346: result: host tool
configure:12383: checking whether to enable maintainer-specific
portions of Makefiles
configure:12392: result: no
configure:12425: checking whether -fkeep-inline-functions is supported
configure:12449: gcc -c -g -O2 -fkeep-inline-functions  conftest.c >&5
configure:12455: $? = 0
configure:12459: test -z
			 || test ! -s conftest.err
configure:12462: $? = 0
configure:12465: test -s conftest.o
configure:12468: $? = 0
configure:12470: result: yes
configure:12687: creating ./config.status

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

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

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

on virtual-ubuntu

config.status:769: creating Makefile

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=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_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_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_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=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AR_FOR_TARGET=ar
ac_cv_prog_AS=as
ac_cv_prog_AS_FOR_TARGET=as
ac_cv_prog_CC_FOR_TARGET=cc
ac_cv_prog_CXX_FOR_TARGET=c++
ac_cv_prog_GCC_FOR_TARGET=gcc
ac_cv_prog_LD=ld
ac_cv_prog_LD_FOR_TARGET=ld
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_NM_FOR_TARGET=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_RANLIB_FOR_TARGET=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_STRIP_FOR_TARGET=strip
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_GNATBIND=no
ac_cv_prog_ac_ct_GNATMAKE=no
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
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=
gcc_cv_tool_prefix=/home/beman/wide/install

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

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$(AR)'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$(AS)'
BISON='/home/beman/wide/src/missing bison'
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$(CC)'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
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='$(CXX)'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='$(DLLTOOL)'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET='  '
FLEX='/home/beman/wide/src/missing flex'
GCC_FOR_TARGET='$()'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='$(GCJ)'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$(GFORTRAN)'
GNATBIND='no'
GNATMAKE='no'
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='$(LD)'
LEX='/home/beman/wide/src/missing flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='$(LIPO)'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='/home/beman/wide/src/missing m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='$(NM)'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='$(OBJDUMP)'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='$(RANLIB)'
RAW_CXX_FOR_TARGET='$(CXX)'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SHELL='/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='$(STRIP)'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../src/configure --with-newlib
--prefix=/home/beman/wide/install'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='$(WINDMC)'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='$(WINDRES)'
YACC='/home/beman/wide/src/missing bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_GNATBIND='no'
ac_ct_GNATMAKE='no'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_configargs='--cache-file=../config.cache '--with-newlib'
'--prefix=/home/beman/wide/install' --program-transform-name='s,y,y,''
build_configdirs=''
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}/i686-pc-linux-gnu'
build_vendor='pc'
clooginc=''
clooglibs=''
config_shell='/bin/bash'
configdirs=' etc'
datadir='${prefix}/share'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc'
exec_prefix='${prefix}'
gmpinc=''
gmplibs='-lmpfr -lgmp'
host='i686-pc-linux-gnu'
host_alias=''
host_configargs='--cache-file=./config.cache  --with-newlib
'--with-newlib' '--prefix=/home/beman/wide/install'
--program-transform-name='s,y,y,''
host_cpu='i686'
host_noncanonical='i686-pc-linux-gnu'
host_os='linux-gnu'
host_subdir='.'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pplinc=''
ppllibs=''
prefix='/home/beman/wide/install'
program_transform_name='s,y,y,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=yes,types'
stage1_languages=',c,'
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_configargs='--cache-file=./config.cache --with-newlib
--enable-multilib '--with-newlib' '--prefix=/home/beman/wide/install'
--program-transform-name='s,y,y,''
target_cpu='i686'
target_noncanonical='i686-pc-linux-gnu'
target_os='linux-gnu'
target_subdir='i686-pc-linux-gnu'
target_vendor='pc'
tooldir='${exec_prefix}/i686-pc-linux-gnu'

## ------------- ##
## Output files. ##
## ------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='../src/config/mh-x86omitfp'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='../src/config/mt-gnu'

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();

configure: exit 0


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