LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 631|回复: 0

在编译binuitils-2.19.1过程中的问题

[复制链接]
发表于 2009-3-9 19:51:28 | 显示全部楼层 |阅读模式
在编译binuitils-2.19.1过程中的问题,.configure时没有出现问题,但是我查看config.log文件时出现了如下错误,不知是什么缘故?注意是该文件里的两个“error”,请高手指教。


内容如下:

一:这是在configure时输出的内容:
clfs:/mnt/clfs/sources/binutils-build$ ../binutils-2.19.1/configure --prefix=${CLFS}/cross-tools \
>    --target=${CLFS_TARGET} --with-sysroot=${CLFS} --disable-nls \
>    --enable-shared --disable-multilib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... arm-unknown-linux-uclibc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
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 ANSI C... 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... gnatbind
checking for gnatmake... gnatmake
checking whether compiler driver understands Ada... yes
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
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... expect
checking for runtest... runtest
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-unknown-linux-uclibc-cc... no
checking for arm-unknown-linux-uclibc-gcc... no
checking for arm-unknown-linux-uclibc-c++... no
checking for arm-unknown-linux-uclibc-g++... no
checking for arm-unknown-linux-uclibc-cxx... no
checking for arm-unknown-linux-uclibc-gxx... no
checking for arm-unknown-linux-uclibc-gcc... no
checking for arm-unknown-linux-uclibc-gcj... no
checking for arm-unknown-linux-uclibc-gfortran... no
checking for arm-unknown-linux-uclibc-ar... arm-unknown-linux-uclibc-ar
checking for arm-unknown-linux-uclibc-as... arm-unknown-linux-uclibc-as
checking for arm-unknown-linux-uclibc-dlltool... no
checking for arm-unknown-linux-uclibc-ld... arm-unknown-linux-uclibc-ld
checking for arm-unknown-linux-uclibc-lipo... no
checking for arm-unknown-linux-uclibc-nm... arm-unknown-linux-uclibc-nm
checking for arm-unknown-linux-uclibc-objdump... arm-unknown-linux-uclibc-objdump
checking for arm-unknown-linux-uclibc-ranlib... arm-unknown-linux-uclibc-ranlib
checking for arm-unknown-linux-uclibc-strip... arm-unknown-linux-uclibc-strip
checking for arm-unknown-linux-uclibc-windres... no
checking for arm-unknown-linux-uclibc-windmc... no
checking where to find the target ar... just compiled
checking where to find the target as... just compiled
checking where to find the target cc... pre-installed
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... just compiled
checking where to find the target gcc... pre-installed
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target ld... just compiled
checking where to find the target lipo... pre-installed
checking where to find the target nm... just compiled
checking where to find the target objdump... just compiled
checking where to find the target ranlib... just compiled
checking where to find the target strip... just compiled
checking where to find the target windres... just compiled
checking where to find the target windmc... just compiled
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
clfs:/mnt/clfs/sources/binutils-build$ vi config.log
clfs:/mnt/clfs/sources/binutils-build$



二:这是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.59.  Invocation command line was

  $ ../binutils-2.19.1/configure --prefix=/mnt/clfs/cross-tools --target=arm-unknown-linux-uclibc --with-sysroot=/mnt/clfs --disable-nls --enable-shared --disable-multilib

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

hostname = zhlzn
uname -m = i686
uname -r = 2.6.18-92.el5
uname -s = Linux
uname -v = #1 SMP Tue Apr 29 13:16:12 EDT 2008

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

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

PATH: /mnt/clfs/cross-tools/bin
PATH: /bin
PATH: /usr/bin


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

configure:1549: checking build system type
configure:1567: result: i686-pc-linux-gnu
configure:1602: checking host system type
configure:1616: result: i686-pc-linux-gnu
configure:1624: checking target system type
configure:1638: result: arm-unknown-linux-uclibc
configure:1682: checking for a BSD-compatible install
configure:1748: result: /usr/bin/install -c
configure:1759: checking whether ln works
configure:1781: result: yes
configure:1785: checking whether ln -s works
configure:1789: result: yes
configure:2983: checking for gcc
configure:2999: found /usr/bin/gcc
configure:3009: result: gcc
configure:3255: checking for C compiler version
configure:3258: gcc --version </dev/null >&5
gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)
Copyright (C) 2006 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:3261: $? = 0
configure:3263: gcc -v </dev/null >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)
configure:3266: $? = 0
configure:3268: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3271: $? = 1
configure:3294: checking for C compiler default output file name
configure:3297: gcc    conftest.c  >&5
configure:3300: $? = 0
configure:3348: result: a.out
configure:3353: checking whether the C compiler works
configure:3359: ./a.out
configure:3362: $? = 0
configure:3381: result: yes
configure:3388: checking whether we are cross compiling
configure:3390: result: no
configure:3393: checking for suffix of executables
configure:3395: gcc -o conftest    conftest.c  >&5
configure:3398: $? = 0
configure:3425: result:
configure:3431: checking for suffix of object files
configure:3452: gcc -c   conftest.c >&5
configure:3455: $? = 0
configure:3479: result: o
configure:3483: checking whether we are using the GNU C compiler
configure:3507: gcc -c   conftest.c >&5
configure:3513: $? = 0
configure:3517: test -z
                         || test ! -s conftest.err
configure:3520: $? = 0
configure:3523: test -s conftest.o
configure:3526: $? = 0
configure:3539: result: yes
configure:3545: checking whether gcc accepts -g
configure:3566: gcc -c -g  conftest.c >&5
configure:3572: $? = 0
configure:3576: test -z
                         || test ! -s conftest.err
configure:3579: $? = 0
configure:3582: test -s conftest.o
configure:3585: $? = 0
configure:3596: result: yes
configure:3613: checking for gcc option to accept ANSI C
configure:3683: gcc  -c -g -O2  conftest.c >&5
configure:3689: $? = 0
configure:3693: test -z
                         || test ! -s conftest.err
configure:3696: $? = 0
configure:3699: test -s conftest.o
configure:3702: $? = 0
configure:3720: result: none needed
configure:3738: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'

configure:3744: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3929: checking for g++
configure:3945: found /usr/bin/g++
configure:3955: result: g++
configure:3971: checking for C++ compiler version
configure:3974: g++ --version </dev/null >&5
g++ (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)
Copyright (C) 2006 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:3977: $? = 0
configure:3979: g++ -v </dev/null >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)
configure:3982: $? = 0
configure:3984: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3987: $? = 1
configure:3990: checking whether we are using the GNU C++ compiler
configure:4014: g++ -c   conftest.cc >&5
configure:4020: $? = 0
configure:4024: test -z
                         || test ! -s conftest.err
configure:4027: $? = 0
configure:4030: test -s conftest.o
configure:4033: $? = 0
configure:4046: result: yes
configure:4052: checking whether g++ accepts -g
configure:4073: g++ -c -g  conftest.cc >&5
configure:4079: $? = 0
configure:4083: test -z
                         || test ! -s conftest.err
configure:4086: $? = 0
configure:4089: test -s conftest.o
configure:4092: $? = 0
configure:4103: result: yes
configure:4145: g++ -c -g -O2  conftest.cc >&5
configure:4151: $? = 0
configure:4155: test -z
                         || test ! -s conftest.err
configure:4158: $? = 0
configure:4161: test -s conftest.o
configure:4164: $? = 0
configure:4190: 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:4196: $? = 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:4145: g++ -c -g -O2  conftest.cc >&5
configure:4151: $? = 0
configure:4155: test -z
                         || test ! -s conftest.err
configure:4158: $? = 0
configure:4161: test -s conftest.o
configure:4164: $? = 0
configure:4190: g++ -c -g -O2  conftest.cc >&5
configure:4196: $? = 0
configure:4200: test -z
                         || test ! -s conftest.err
configure:4203: $? = 0
configure:4206: test -s conftest.o
configure:4209: $? = 0
configure:4296: checking for gnatbind
configure:4312: found /usr/bin/gnatbind
configure:4323: result: gnatbind
configure:4376: checking for gnatmake
configure:4392: found /usr/bin/gnatmake
configure:4403: result: gnatmake
configure:4415: checking whether compiler driver understands Ada
configure:4438: result: yes
configure:4447: checking how to compare bootstrapped objects
configure:4472: result: cmp --ignore-initial=16 $$f1 $$f2
configure:6124: checking for bison
configure:6140: found /usr/bin/bison
configure:6150: result: bison -y
configure:6170: checking for bison
configure:6186: found /usr/bin/bison
configure:6196: result: bison
configure:6215: checking for gm4
configure:6244: result: no
configure:6215: checking for gnum4
configure:6244: result: no
configure:6215: checking for m4
configure:6231: found /usr/bin/m4
configure:6241: result: m4
configure:6260: checking for flex
configure:6276: found /usr/bin/flex
configure:6286: result: flex
configure:6306: checking for flex
configure:6322: found /usr/bin/flex
configure:6332: result: flex
configure:6351: checking for makeinfo
configure:6367: found /usr/bin/makeinfo
configure:6377: result: makeinfo
configure:6410: checking for expect
configure:6426: found /usr/bin/expect
configure:6436: result: expect
configure:6457: checking for runtest
configure:6473: found /usr/bin/runtest
configure:6483: result: runtest
configure:6596: checking for ar
configure:6612: found /usr/bin/ar
configure:6622: result: ar
configure:6731: checking for as
configure:6747: found /usr/bin/as
configure:6757: result: as
configure:6866: checking for dlltool
configure:6895: result: no
configure:7001: checking for ld
configure:7017: found /usr/bin/ld
configure:7027: result: ld
configure:7136: checking for lipo
configure:7165: result: no
configure:7271: checking for nm
configure:7287: found /usr/bin/nm
configure:7297: result: nm
configure:7406: checking for ranlib
configure:7422: found /usr/bin/ranlib
configure:7432: result: ranlib
configure:7536: checking for strip
configure:7552: found /usr/bin/strip
configure:7562: result: strip
configure:7666: checking for windres
configure:7695: result: no
configure:7801: checking for windmc
configure:7830: result: no
configure:7936: checking for objcopy
configure:7952: found /usr/bin/objcopy
configure:7962: result: objcopy
configure:8071: checking for objdump
configure:8087: found /usr/bin/objdump
configure:8097: result: objdump
configure:8208: checking for arm-unknown-linux-uclibc-cc
configure:8237: result: no
configure:8208: checking for arm-unknown-linux-uclibc-gcc
configure:8237: result: no
configure:8363: checking for arm-unknown-linux-uclibc-c++
configure:8392: result: no
configure:8363: checking for arm-unknown-linux-uclibc-g++
configure:8392: result: no
configure:8363: checking for arm-unknown-linux-uclibc-cxx
configure:8392: result: no
configure:8363: checking for arm-unknown-linux-uclibc-gxx
configure:8392: result: no
configure:8518: checking for arm-unknown-linux-uclibc-gcc
configure:8547: result: no
configure:8668: checking for arm-unknown-linux-uclibc-gcj
configure:8697: result: no
configure:8823: checking for arm-unknown-linux-uclibc-gfortran
configure:8852: result: no
configure:9057: checking for arm-unknown-linux-uclibc-ar
configure:9086: result: no
configure:9280: checking for arm-unknown-linux-uclibc-as
configure:9309: result: no
configure:9503: checking for arm-unknown-linux-uclibc-dlltool
configure:9532: result: no
configure:9726: checking for arm-unknown-linux-uclibc-ld
configure:9755: result: no
configure:9949: checking for arm-unknown-linux-uclibc-lipo
configure:9978: result: no
configure:10172: checking for arm-unknown-linux-uclibc-nm
configure:10201: result: no
configure:10395: checking for arm-unknown-linux-uclibc-objdump
configure:10424: result: no
configure:10618: checking for arm-unknown-linux-uclibc-ranlib
configure:10647: result: no
configure:10841: checking for arm-unknown-linux-uclibc-strip
configure:10870: result: no
configure:11064: checking for arm-unknown-linux-uclibc-windres
configure:11093: result: no
configure:11287: checking for arm-unknown-linux-uclibc-windmc
configure:11316: result: no
configure:11380: checking where to find the target ar
configure:11403: result: just compiled
configure:11422: checking where to find the target as
configure:11445: result: just compiled
configure:11464: checking where to find the target cc
configure:11501: result: pre-installed
configure:11506: checking where to find the target c++
configure:11546: result: pre-installed
configure:11551: checking where to find the target c++ for libstdc++
configure:11591: result: pre-installed
configure:11596: checking where to find the target dlltool
configure:11619: result: just compiled
configure:11638: checking where to find the target gcc
configure:11675: result: pre-installed
configure:11680: checking where to find the target gcj
configure:11720: result: pre-installed
configure:11725: checking where to find the target gfortran
configure:11765: result: pre-installed
configure:11770: checking where to find the target ld
configure:11793: result: just compiled
configure:11812: checking where to find the target lipo
configure:11838: result: pre-installed
configure:11843: checking where to find the target nm
configure:11866: result: just compiled
configure:11885: checking where to find the target objdump
configure:11908: result: just compiled
configure:11927: checking where to find the target ranlib
configure:11950: result: just compiled
configure:11969: checking where to find the target strip
configure:11992: result: just compiled
configure:12011: checking where to find the target windres
configure:12034: result: just compiled
configure:12053: checking where to find the target windmc
configure:12076: result: just compiled
configure:12123: checking whether to enable maintainer-specific portions of Makefiles
configure:12132: result: no
configure:12165: checking whether -fkeep-inline-functions is supported
configure:12189: gcc -c -g -O2 -fkeep-inline-functions  conftest.c >&5
configure:12195: $? = 0
configure:12199: test -z
                         || test ! -s conftest.err
configure:12202: $? = 0
configure:12205: test -s conftest.o
configure:12208: $? = 0
configure:12210: result: yes
configure:12427: 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 zhlzn

config.status:765: 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=set
ac_cv_env_target_alias_value=arm-unknown-linux-uclibc
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_AS=as
ac_cv_prog_BISON=bison
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_ac_ct_GNATBIND=gnatbind
ac_cv_prog_ac_ct_GNATMAKE=gnatmake
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_target=arm-unknown-linux-uclibc
ac_cv_target_alias=arm-unknown-linux-uclibc
acx_cv_cc_gcc_supports_ada=yes
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=
gcc_cv_tool_prefix=/mnt/clfs/cross-tools

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

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
BISON='bison'
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='arm-unknown-linux-uclibc-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='arm-unknown-linux-uclibc-c++'
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='$$r/$(HOST_SUBDIR)/binutils/dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET=' -L$$r/$(HOST_SUBDIR)/ld'
FLEX='flex'
GCC_FOR_TARGET='arm-unknown-linux-uclibc-gcc'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='arm-unknown-linux-uclibc-gcj'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='arm-unknown-linux-uclibc-gfortran'
GNATBIND='gnatbind'
GNATMAKE='gnatmake'
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='$$r/$(HOST_SUBDIR)/ld/ld-new'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='arm-unknown-linux-uclibc-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='$$r/$(HOST_SUBDIR)/binutils/nm-new'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
RAW_CXX_FOR_TARGET='arm-unknown-linux-uclibc-c++'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../binutils-2.19.1/configure --prefix=/mnt/clfs/cross-tools --target=arm-unknown-linux-uclibc --with-sysroot=/mnt/clfs --disable-nls --enable-shared --disable-multilib'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_GNATBIND='gnatbind'
ac_ct_GNATMAKE='gnatmake'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_configargs='--cache-file=../config.cache '--prefix=/mnt/clfs/cross-tools' '--with-sysroot=/mnt/clfs' '--disable-nls' '--enable-shared' '--disable-multilib' --program-transform-name='s,^,arm-unknown-linux-uclibc-,''
build_configdirs=' libiberty'
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-unknown-linux-uclibc'
build_vendor='pc'
config_shell='/bin/sh'
configdirs=' intl libiberty opcodes bfd binutils gas ld gprof 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-gnu-as --with-gnu-ld '--prefix=/mnt/clfs/cross-tools' '--with-sysroot=/mnt/clfs' '--disable-nls' '--enable-shared' '--disable-multilib' --program-transform-name='s,^,arm-unknown-linux-uclibc-,''
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}'
prefix='/mnt/clfs/cross-tools'
program_transform_name='s,^,arm-unknown-linux-uclibc-,'
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='arm-unknown-linux-uclibc'
target_alias='arm-unknown-linux-uclibc'
target_configargs='--cache-file=./config.cache --with-cross-host=i686-pc-linux-gnu '--prefix=/mnt/clfs/cross-tools' '--with-sysroot=/mnt/clfs' '--disable-nls' '--enable-shared' '--disable-multilib' --program-transform-name='s,^,arm-unknown-linux-uclibc-,''
target_cpu='arm'
target_noncanonical='arm-unknown-linux-uclibc'
target_os='linux-uclibc'
target_subdir='arm-unknown-linux-uclibc'
target_vendor='unknown'
tooldir='${exec_prefix}/arm-unknown-linux-uclibc'

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

alphaieee_frag='/dev/null'
host_makefile_frag='../binutils-2.19.1/config/mh-x86omitfp'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='../binutils-2.19.1/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 std::exit (int) throw (); using std::exit;

configure: exit 0
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表