Can someone help me? At "make" command, by
http://golang.org/doc/gccgo_install.html
, I get an error:
"configure: error: C preprocessor "/home/fsa2/objdir/./gcc/xgcc -B/
home/fsa2/objdir/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/
local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/
include -isystem /usr/local/i686-pc-linux-gnu/sys-include -E" fails
sanity check
See `config.log' form more details."
And the config.log:
"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
$ ../gccgo/configure --enable-languages=c,c++,go --with-arch=corei7
## --------- ##
## Platform. ##
## --------- ##
hostname = fsa2-HuronRiver-Platform
uname -m = i686
uname -r = 3.0.0-14-generic-pae
uname -s = Linux
uname -v = #23-Ubuntu SMP Mon Nov 21 22:07:10 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: /home/fsa2/bin
PATH: /home/fsa2/bin
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2230: checking build system type
configure:2244: result: i686-pc-linux-gnu
configure:2291: checking host system type
configure:2304: result: i686-pc-linux-gnu
configure:2324: checking target system type
configure:2337: result: i686-pc-linux-gnu
configure:2391: checking for a BSD-compatible install
configure:2459: result: /usr/bin/install -c
configure:2470: checking whether ln works
configure:2492: result: yes
configure:2496: checking whether ln -s works
configure:2500: result: yes
configure:2507: checking for a sed that does not truncate output
configure:2571: result: /bin/sed
configure:2580: checking for gawk
configure:2596: found /usr/bin/gawk
configure:2607: result: gawk
configure:3742: checking for gcc
configure:3758: found /usr/bin/gcc
configure:3769: result: gcc
configure:3998: checking for C compiler version
configure:4007: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 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:4018: $? = 0
configure:4007: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/
README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/
usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --
with-system-zlib --libexecdir=/usr/lib --without-included-gettext --
enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --
libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --
enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --
enable-objc-gc --enable-targets=all --disable-werror --with-
arch-32=i686 --with-tune=generic --enable-checking=release --
build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
configure:4018: $? = 0
configure:4007: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4018: $? = 4
configure:4007: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4018: $? = 4
configure:4038: checking for C compiler default output file name
configure:4060: gcc conftest.c >&5
configure:4064: $? = 0
configure:4101: result: a.out
configure:4117: checking whether the C compiler works
configure:4126: ./a.out
configure:4130: $? = 0
configure:4145: result: yes
configure:4152: checking whether we are cross compiling
configure:4154: result: no
configure:4157: checking for suffix of executables
configure:4164: gcc -o conftest conftest.c >&5
configure:4168: $? = 0
configure:4190: result:
configure:4196: checking for suffix of object files
configure:4218: gcc -c conftest.c >&5
configure:4222: $? = 0
configure:4243: result: o
configure:4247: checking whether we are using the GNU C compiler
configure:4266: gcc -c conftest.c >&5
configure:4266: $? = 0
configure:4275: result: yes
configure:4284: checking whether gcc accepts -g
configure:4304: gcc -c -g conftest.c >&5
configure:4304: $? = 0
configure:4345: result: yes
configure:4362: checking for gcc option to accept ISO C89
configure:4426: gcc -c -g -O2 conftest.c >&5
configure:4426: $? = 0
configure:4439: result: none needed
configure:4517: checking for g++
configure:4533: found /usr/bin/g++
configure:4544: result: g++
configure:4571: checking for C++ compiler version
configure:4580: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 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:4591: $? = 0
configure:4580: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/
README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/
usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --
with-system-zlib --libexecdir=/usr/lib --without-included-gettext --
enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --
libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --
enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --
enable-objc-gc --enable-targets=all --disable-werror --with-
arch-32=i686 --with-tune=generic --enable-checking=release --
build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
configure:4591: $? = 0
configure:4580: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4591: $? = 4
configure:4580: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4591: $? = 4
configure:4595: checking whether we are using the GNU C++ compiler
configure:4614: g++ -c conftest.cpp >&5
configure:4614: $? = 0
configure:4623: result: yes
configure:4632: checking whether g++ accepts -g
configure:4652: g++ -c -g conftest.cpp >&5
configure:4652: $? = 0
configure:4693: result: yes
configure:4782: checking for gnatbind
configure:4812: result: no
configure:4874: checking for gnatmake
configure:4904: result: no
configure:4923: checking whether compiler driver understands Ada
configure:4946: result: no
configure:4955: checking how to compare bootstrapped objects
configure:4980: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5052: checking for objdir
configure:5067: result: .libs
configure:5233: checking for the correct version of gmp.h
configure:5253: gcc -c -g -O2 conftest.c >&5
configure:5253: $? = 0
configure:5271: gcc -c -g -O2 conftest.c >&5
configure:5271: $? = 0
configure:5272: result: yes
configure:5288: checking for the correct version of mpfr.h
configure:5306: gcc -c -g -O2 conftest.c >&5
configure:5306: $? = 0
configure:5323: gcc -c -g -O2 conftest.c >&5
configure:5323: $? = 0
configure:5324: result: yes
configure:5341: checking for the correct version of mpc.h
configure:5358: gcc -c -g -O2 conftest.c >&5
configure:5358: $? = 0
configure:5374: gcc -c -g -O2 conftest.c >&5
configure:5374: $? = 0
configure:5375: result: yes
configure:5393: checking for the correct version of the gmp/mpfr/mpc
libraries
configure:5424: gcc -o conftest -g -O2 conftest.c -lmpc -lmpfr -
lgmp >&5
configure:5424: $? = 0
configure:5425: result: yes
configure:5609: checking for PWL_handle_timeout in -lpwl
configure:5634: gcc -o conftest -g -O2 conftest.c -lpwl -lstdc++ -
lm >&5
/usr/bin/ld: cannot find -lpwl
collect2: ld returned 1 exit status
configure:5634: $? = 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:5643: result: no
configure:5657: checking for version 0.11 (revision 0 or later) of PPL
configure:5674: gcc -c -g -O2 conftest.c >&5
conftest.c:10:19: fatal error: ppl_c.h: No such file or directory
compilation terminated.
configure:5674: $? = 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:5678: result: no
configure:6988: checking for default BUILD_CONFIG
configure:7020: result: bootstrap-debug
configure:7509: checking for bison
configure:7525: found /usr/bin/bison
configure:7536: result: bison -y
configure:7556: checking for bison
configure:7572: found /usr/bin/bison
configure:7583: result: bison
configure:7603: checking for gm4
configure:7633: result: no
configure:7603: checking for gnum4
configure:7633: result: no
configure:7603: checking for m4
configure:7619: found /usr/bin/m4
configure:7630: result: m4
configure:7650: checking for flex
configure:7666: found /usr/bin/flex
configure:7677: result: flex
configure:7698: checking for flex
configure:7714: found /usr/bin/flex
configure:7725: result: flex
configure:7745: checking for makeinfo
configure:7761: found /usr/bin/makeinfo
configure:7772: result: makeinfo
configure:7806: checking for expect
configure:7822: found /usr/bin/expect
configure:7833: result: expect
configure:7855: checking for runtest
configure:7885: result: no
configure:8000: checking for ar
configure:8016: found /usr/bin/ar
configure:8027: result: ar
configure:8141: checking for as
configure:8157: found /usr/bin/as
configure:8168: result: as
configure:8282: checking for dlltool
configure:8312: result: no
configure:8423: checking for ld
configure:8439: found /usr/bin/ld
configure:8450: result: ld
configure:8564: checking for lipo
configure:8594: result: no
configure:8705: checking for nm
configure:8721: found /usr/bin/nm
configure:8732: result: nm
configure:8846: checking for ranlib
configure:8862: found /usr/bin/ranlib
configure:8873: result: ranlib
configure:8982: checking for strip
configure:8998: found /usr/bin/strip
configure:9009: result: strip
configure:9118: checking for windres
configure:9148: result: no
configure:9259: checking for windmc
configure:9289: result: no
configure:9400: checking for objcopy
configure:9416: found /usr/bin/objcopy
configure:9427: result: objcopy
configure:9541: checking for objdump
configure:9557: found /usr/bin/objdump
configure:9568: result: objdump
configure:9721: checking for cc
configure:9737: found /usr/bin/cc
configure:9748: result: cc
configure:9882: checking for c++
configure:9898: found /usr/bin/c++
configure:9909: result: c++
configure:10043: checking for gcc
configure:10059: found /usr/bin/gcc
configure:10070: result: gcc
configure:10199: checking for gcj
configure:10229: result: no
configure:10360: checking for gfortran
configure:10390: result: no
configure:10521: checking for gccgo
configure:10551: result: no
configure:10612: checking for ar
configure:10645: result: no
configure:10762: checking for ar
configure:10778: found /usr/bin/ar
configure:10789: result: ar
configure:10842: checking for as
configure:10875: result: no
configure:10992: checking for as
configure:11008: found /usr/bin/as
configure:11019: result: as
configure:11072: checking for dlltool
configure:11105: result: no
configure:11222: checking for dlltool
configure:11252: result: no
configure:11302: checking for ld
configure:11335: result: no
configure:11452: checking for ld
configure:11468: found /usr/bin/ld
configure:11479: result: ld
configure:11532: checking for lipo
configure:11565: result: no
configure:11682: checking for lipo
configure:11712: result: no
configure:11762: checking for nm
configure:11795: result: no
configure:11912: checking for nm
configure:11928: found /usr/bin/nm
configure:11939: result: nm
configure:11992: checking for objdump
configure:12025: result: no
configure:12142: checking for objdump
configure:12158: found /usr/bin/objdump
configure:12169: result: objdump
configure:12222: checking for ranlib
configure:12255: result: no
configure:12372: checking for ranlib
configure:12388: found /usr/bin/ranlib
configure:12399: result: ranlib
configure:12452: checking for strip
configure:12485: result: no
configure:12602: checking for strip
configure:12618: found /usr/bin/strip
configure:12629: result: strip
configure:12682: checking for windres
configure:12715: result: no
configure:12832: checking for windres
configure:12862: result: no
configure:12912: checking for windmc
configure:12945: result: no
configure:13062: checking for windmc
configure:13092: result: no
configure:13120: checking where to find the target ar
configure:13153: result: host tool
configure:13162: checking where to find the target as
configure:13195: result: host tool
configure:13204: checking where to find the target cc
configure:13227: result: just compiled
configure:13246: checking where to find the target c++
configure:13272: result: just compiled
configure:13291: checking where to find the target c++ for libstdc++
configure:13317: result: just compiled
configure:13336: checking where to find the target dlltool
configure:13369: result: host tool
configure:13378: checking where to find the target gcc
configure:13401: result: just compiled
configure:13420: checking where to find the target gcj
configure:13456: result: host tool
configure:13465: checking where to find the target gfortran
configure:13501: result: host tool
configure:13510: checking where to find the target gccgo
configure:13536: result: just compiled
configure:13555: checking where to find the target ld
configure:13588: result: host tool
configure:13597: checking where to find the target lipo
configure:13619: result: host tool
configure:13628: checking where to find the target nm
configure:13661: result: host tool
configure:13670: checking where to find the target objdump
configure:13703: result: host tool
configure:13712: checking where to find the target ranlib
configure:13745: result: host tool
configure:13754: checking where to find the target strip
configure:13787: result: host tool
configure:13796: checking where to find the target windres
configure:13829: result: host tool
configure:13838: checking where to find the target windmc
configure:13871: result: host tool
configure:13908: checking whether to enable maintainer-specific
portions of Makefiles
configure:13917: result: no
configure:13950: checking whether -fkeep-inline-functions is supported
configure:13969: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5
configure:13969: $? = 0
configure:13970: result: yes
configure:14176: 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 fsa2-HuronRiver-Platform
config.status:968: 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_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=
ac_cv_env_target_alias_value=
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_pwl_PWL_handle_timeout=no
ac_cv_objext=o
ac_cv_path_SED=/bin/sed
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_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC_FOR_TARGET=cc
ac_cv_prog_CXX_FOR_TARGET=c++
ac_cv_prog_EXPECT=expect
ac_cv_prog_FLEX=flex
ac_cv_prog_GCC_FOR_TARGET=gcc
ac_cv_prog_LD=ld
ac_cv_prog_LD_FOR_TARGET=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=m4
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_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=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=/usr/local/libexec/gcc/i686-pc-linux-gnu/4.7.0:/usr/
local/libexec/gcc/i686-pc-linux-gnu:/usr/lib/gcc/i686-pc-linux-gnu/
4.7.0:/usr/lib/gcc/i686-pc-linux-gnu:/usr/local/i686-pc-linux-gnu/bin/
i686-pc-linux-gnu/4.7.0:/usr/local/i686-pc-linux-gnu/bin:
gcc_cv_tool_prefix=/usr/local
lt_cv_objdir=.libs
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$(AR)'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$(AS)'
AWK='gawk'
BISON='bison'
BUILD_CONFIG='bootstrap-debug'
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='$(DLLTOOL)'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
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='$(GCJ)'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$(GFORTRAN)'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/
gcc/'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='$(LD)'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='$(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='$(NM)'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='$(OBJDUMP)'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSTSTAGE1_CONFIGURE_FLAGS='--enable-build-with-cxx'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='$(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='$(STRIP)'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gccgo/configure --enable-languages=c,c
++,go --with-arch=corei7'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='$(WINDMC)'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='$(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 '\''--with-
arch=corei7'\'' '\''--enable-languages=c,c++,go,lto'\'' --program-
transform-name='\''s,y,y,'\'' --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}/i686-pc-linux-gnu'
build_vendor='pc'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
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='i686-pc-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache '\''--with-
arch=corei7'\'' '\''--enable-languages=c,c++,go,lto'\'' --program-
transform-name='\''s,y,y,'\'' --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'
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'
program_transform_name='s,y,y,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,c++,lto'
stage1_ldflags=''
stage1_libs=''
stage2_werror_flag='--enable-werror-always'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_configargs='--cache-file=./config.cache --enable-multilib
'\''--with-arch=corei7'\'' '\''--enable-languages=c,c++,go,lto'\'' --
program-transform-name='\''s,y,y,'\'' --disable-option-checking'
target_configdirs=' libgcc libgomp libstdc++-v3 libmudflap libssp
libquadmath libffi libgo'
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'
## ------------------- ##
## File substitutions. ##
## ------------------- ##
alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='../gccgo/config/mt-gnu'
## ----------- ##
## 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"
Thanks.