Created
December 3, 2009 09:02
-
-
Save bmizerany/248006 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
$ ./configure --prefix=/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/dst/ | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = slice120005 | |
uname -m = x86_64 | |
uname -r = 2.6.31-302-rs | |
uname -s = Linux | |
uname -v = #7 SMP Thu Oct 29 22:57:03 UTC 2009 | |
/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: /etc/tear/active/bin | |
PATH: /usr/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/sbin | |
PATH: /usr/bin | |
PATH: /sbin | |
PATH: /bin | |
PATH: /usr/games | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2177: checking build system type | |
configure:2191: result: x86_64-unknown-linux-gnu | |
configure:2238: checking host system type | |
configure:2251: result: x86_64-unknown-linux-gnu | |
configure:2271: checking target system type | |
configure:2284: result: x86_64-unknown-linux-gnu | |
configure:2338: checking for a BSD-compatible install | |
configure:2406: result: /usr/bin/install -c | |
configure:2417: checking whether ln works | |
configure:2439: result: yes | |
configure:2443: checking whether ln -s works | |
configure:2447: result: yes | |
configure:2454: checking for a sed that does not truncate output | |
configure:2518: result: /bin/sed | |
configure:2527: checking for gawk | |
configure:2557: result: no | |
configure:2527: checking for mawk | |
configure:2543: found /usr/bin/mawk | |
configure:2554: result: mawk | |
configure:3769: checking for gcc | |
configure:3785: found /usr/bin/gcc | |
configure:3796: result: gcc | |
configure:4025: checking for C compiler version | |
configure:4034: gcc --version >&5 | |
gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 | |
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:4045: $? = 0 | |
configure:4034: gcc -v >&5 | |
Using built-in specs. | |
Target: x86_64-linux-gnu | |
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --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 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
Thread model: posix | |
gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) | |
configure:4045: $? = 0 | |
configure:4034: gcc -V >&5 | |
gcc: '-V' option must have argument | |
configure:4045: $? = 1 | |
configure:4034: gcc -qversion >&5 | |
gcc: unrecognized option '-qversion' | |
gcc: no input files | |
configure:4045: $? = 1 | |
configure:4065: checking for C compiler default output file name | |
configure:4087: gcc conftest.c >&5 | |
configure:4091: $? = 0 | |
configure:4128: result: a.out | |
configure:4144: checking whether the C compiler works | |
configure:4153: ./a.out | |
configure:4157: $? = 0 | |
configure:4172: result: yes | |
configure:4179: checking whether we are cross compiling | |
configure:4181: result: no | |
configure:4184: checking for suffix of executables | |
configure:4191: gcc -o conftest conftest.c >&5 | |
configure:4195: $? = 0 | |
configure:4217: result: | |
configure:4223: checking for suffix of object files | |
configure:4245: gcc -c conftest.c >&5 | |
configure:4249: $? = 0 | |
configure:4270: result: o | |
configure:4274: checking whether we are using the GNU C compiler | |
configure:4293: gcc -c conftest.c >&5 | |
configure:4293: $? = 0 | |
configure:4302: result: yes | |
configure:4311: checking whether gcc accepts -g | |
configure:4331: gcc -c -g conftest.c >&5 | |
configure:4331: $? = 0 | |
configure:4372: result: yes | |
configure:4389: checking for gcc option to accept ISO C89 | |
configure:4453: gcc -c -g -O2 conftest.c >&5 | |
configure:4453: $? = 0 | |
configure:4466: result: none needed | |
configure:4544: checking for g++ | |
configure:4560: found /usr/bin/g++ | |
configure:4571: result: g++ | |
configure:4598: checking for C++ compiler version | |
configure:4607: g++ --version >&5 | |
g++ (Ubuntu 4.3.3-5ubuntu4) 4.3.3 | |
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:4618: $? = 0 | |
configure:4607: g++ -v >&5 | |
Using built-in specs. | |
Target: x86_64-linux-gnu | |
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --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 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
Thread model: posix | |
gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) | |
configure:4618: $? = 0 | |
configure:4607: g++ -V >&5 | |
g++: '-V' option must have argument | |
configure:4618: $? = 1 | |
configure:4607: g++ -qversion >&5 | |
g++: unrecognized option '-qversion' | |
g++: no input files | |
configure:4618: $? = 1 | |
configure:4622: checking whether we are using the GNU C++ compiler | |
configure:4641: g++ -c conftest.cpp >&5 | |
configure:4641: $? = 0 | |
configure:4650: result: yes | |
configure:4659: checking whether g++ accepts -g | |
configure:4679: g++ -c -g conftest.cpp >&5 | |
configure:4679: $? = 0 | |
configure:4720: result: yes | |
configure:4809: checking for gnatbind | |
configure:4839: result: no | |
configure:4901: checking for gnatmake | |
configure:4931: result: no | |
configure:4950: checking whether compiler driver understands Ada | |
configure:4973: result: no | |
configure:4982: checking how to compare bootstrapped objects | |
configure:5007: result: cmp --ignore-initial=16 $$f1 $$f2 | |
configure:5539: checking for version 0.10 of PPL | |
configure:5556: gcc -c -g -O2 conftest.c >&5 | |
conftest.c:9:19: error: ppl_c.h: No such file or directory | |
conftest.c: In function 'main': | |
conftest.c:15: error: 'choke' undeclared (first use in this function) | |
conftest.c:15: error: (Each undeclared identifier is reported only once | |
conftest.c:15: error: for each function it appears in.) | |
conftest.c:15: error: expected ';' before 'me' | |
configure:5556: $? = 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 "" | |
| /* end confdefs.h. */ | |
| #include "ppl_c.h" | |
| int | |
| main () | |
| { | |
| | |
| #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR != 10 | |
| choke me | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:5560: result: no | |
configure:5632: checking for correct version of CLooG | |
configure:5649: gcc -c -g -O2 conftest.c >&5 | |
conftest.c:9:25: error: cloog/cloog.h: No such file or directory | |
conftest.c: In function 'main': | |
conftest.c:15: error: 'choke' undeclared (first use in this function) | |
conftest.c:15: error: (Each undeclared identifier is reported only once | |
conftest.c:15: error: for each function it appears in.) | |
conftest.c:15: error: expected ';' before 'me' | |
configure:5649: $? = 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 "" | |
| /* end confdefs.h. */ | |
| #include "cloog/cloog.h" | |
| int | |
| main () | |
| { | |
| | |
| #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15 | |
| choke me | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:5653: result: no | |
configure:6589: checking for default BUILD_CONFIG | |
configure:6621: result: | |
configure:7045: checking for bison | |
configure:7075: result: no | |
configure:7045: checking for byacc | |
configure:7075: result: no | |
configure:7045: checking for yacc | |
configure:7075: result: no | |
configure:7093: checking for bison | |
configure:7123: result: no | |
configure:7140: checking for gm4 | |
configure:7170: result: no | |
configure:7140: checking for gnum4 | |
configure:7170: result: no | |
configure:7140: checking for m4 | |
configure:7170: result: no | |
configure:7187: checking for flex | |
configure:7217: result: no | |
configure:7187: checking for lex | |
configure:7217: result: no | |
configure:7235: checking for flex | |
configure:7265: result: no | |
configure:7282: checking for makeinfo | |
configure:7312: result: no | |
configure:7343: checking for expect | |
configure:7373: result: no | |
configure:7392: checking for runtest | |
configure:7422: result: no | |
configure:7537: checking for ar | |
configure:7553: found /usr/bin/ar | |
configure:7564: result: ar | |
configure:7678: checking for as | |
configure:7694: found /usr/bin/as | |
configure:7705: result: as | |
configure:7819: checking for dlltool | |
configure:7849: result: no | |
configure:7960: checking for ld | |
configure:7976: found /usr/bin/ld | |
configure:7987: result: ld | |
configure:8101: checking for lipo | |
configure:8131: result: no | |
configure:8242: checking for nm | |
configure:8258: found /usr/bin/nm | |
configure:8269: result: nm | |
configure:8383: checking for ranlib | |
configure:8399: found /usr/bin/ranlib | |
configure:8410: result: ranlib | |
configure:8519: checking for strip | |
configure:8535: found /usr/bin/strip | |
configure:8546: result: strip | |
configure:8655: checking for windres | |
configure:8685: result: no | |
configure:8796: checking for windmc | |
configure:8826: result: no | |
configure:8937: checking for objcopy | |
configure:8953: found /usr/bin/objcopy | |
configure:8964: result: objcopy | |
configure:9078: checking for objdump | |
configure:9094: found /usr/bin/objdump | |
configure:9105: result: objdump | |
configure:9258: checking for cc | |
configure:9274: found /usr/bin/cc | |
configure:9285: result: cc | |
configure:9419: checking for c++ | |
configure:9435: found /usr/bin/c++ | |
configure:9446: result: c++ | |
configure:9580: checking for gcc | |
configure:9596: found /usr/bin/gcc | |
configure:9607: result: gcc | |
configure:9736: checking for gcj | |
configure:9766: result: no | |
configure:9897: checking for gfortran | |
configure:9927: result: no | |
configure:10138: checking for ar | |
configure:10154: found /usr/bin/ar | |
configure:10165: result: ar | |
configure:10368: checking for as | |
configure:10384: found /usr/bin/as | |
configure:10395: result: as | |
configure:10598: checking for dlltool | |
configure:10628: result: no | |
configure:10828: checking for ld | |
configure:10844: found /usr/bin/ld | |
configure:10855: result: ld | |
configure:11058: checking for lipo | |
configure:11088: result: no | |
configure:11288: checking for nm | |
configure:11304: found /usr/bin/nm | |
configure:11315: result: nm | |
configure:11518: checking for objdump | |
configure:11534: found /usr/bin/objdump | |
configure:11545: result: objdump | |
configure:11748: checking for ranlib | |
configure:11764: found /usr/bin/ranlib | |
configure:11775: result: ranlib | |
configure:11978: checking for strip | |
configure:11994: found /usr/bin/strip | |
configure:12005: result: strip | |
configure:12208: checking for windres | |
configure:12238: result: no | |
configure:12438: checking for windmc | |
configure:12468: result: no | |
configure:12496: checking where to find the target ar | |
configure:12529: result: host tool | |
configure:12538: checking where to find the target as | |
configure:12571: result: host tool | |
configure:12580: checking where to find the target cc | |
configure:12613: result: host tool | |
configure:12622: checking where to find the target c++ | |
configure:12658: result: host tool | |
configure:12667: checking where to find the target c++ for libstdc++ | |
configure:12703: result: host tool | |
configure:12712: checking where to find the target dlltool | |
configure:12745: result: host tool | |
configure:12754: checking where to find the target gcc | |
configure:12787: result: host tool | |
configure:12796: checking where to find the target gcj | |
configure:12832: result: host tool | |
configure:12841: checking where to find the target gfortran | |
configure:12877: result: host tool | |
configure:12886: checking where to find the target ld | |
configure:12919: result: host tool | |
configure:12928: checking where to find the target lipo | |
configure:12950: result: host tool | |
configure:12959: checking where to find the target nm | |
configure:12992: result: host tool | |
configure:13001: checking where to find the target objdump | |
configure:13034: result: host tool | |
configure:13043: checking where to find the target ranlib | |
configure:13076: result: host tool | |
configure:13085: checking where to find the target strip | |
configure:13118: result: host tool | |
configure:13127: checking where to find the target windres | |
configure:13160: result: host tool | |
configure:13169: checking where to find the target windmc | |
configure:13202: result: host tool | |
configure:13239: checking whether to enable maintainer-specific portions of Makefiles | |
configure:13248: result: no | |
configure:13281: checking whether -fkeep-inline-functions is supported | |
configure:13300: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5 | |
configure:13300: $? = 0 | |
configure:13301: result: yes | |
configure:13495: 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 slice120005 | |
config.status:928: creating Makefile | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-unknown-linux-gnu | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_AR_FOR_TARGET_set= | |
ac_cv_env_AR_FOR_TARGET_value= | |
ac_cv_env_AR_set= | |
ac_cv_env_AR_value= | |
ac_cv_env_AS_FOR_TARGET_set= | |
ac_cv_env_AS_FOR_TARGET_value= | |
ac_cv_env_AS_set= | |
ac_cv_env_AS_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_FOR_TARGET_set= | |
ac_cv_env_CC_FOR_TARGET_value= | |
ac_cv_env_CC_set= | |
ac_cv_env_CC_value= | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_FOR_TARGET_set= | |
ac_cv_env_CXX_FOR_TARGET_value= | |
ac_cv_env_CXX_set= | |
ac_cv_env_CXX_value= | |
ac_cv_env_DLLTOOL_FOR_TARGET_set= | |
ac_cv_env_DLLTOOL_FOR_TARGET_value= | |
ac_cv_env_DLLTOOL_set= | |
ac_cv_env_DLLTOOL_value= | |
ac_cv_env_GCC_FOR_TARGET_set= | |
ac_cv_env_GCC_FOR_TARGET_value= | |
ac_cv_env_GCJ_FOR_TARGET_set= | |
ac_cv_env_GCJ_FOR_TARGET_value= | |
ac_cv_env_GFORTRAN_FOR_TARGET_set= | |
ac_cv_env_GFORTRAN_FOR_TARGET_value= | |
ac_cv_env_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= | |
ac_cv_env_target_alias_value= | |
ac_cv_host=x86_64-unknown-linux-gnu | |
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=mawk | |
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_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_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_target=x86_64-unknown-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=/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/dst | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
AR='ar' | |
AR_FOR_BUILD='$(AR)' | |
AR_FOR_TARGET='$(AR)' | |
AS='as' | |
AS_FOR_BUILD='$(AS)' | |
AS_FOR_TARGET='$(AS)' | |
AWK='mawk' | |
BISON='/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/src/gdb-7.0/missing bison' | |
BUILD_CONFIG='' | |
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=\"\" -DPACKAGE_URL=\"\"' | |
DLLTOOL='dlltool' | |
DLLTOOL_FOR_BUILD='$(DLLTOOL)' | |
DLLTOOL_FOR_TARGET='$(DLLTOOL)' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EXEEXT='' | |
EXPECT='expect' | |
FLAGS_FOR_TARGET='' | |
FLEX='/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/src/gdb-7.0/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='/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/src/gdb-7.0/missing flex' | |
LIBOBJS='' | |
LIBS='' | |
LIPO='lipo' | |
LIPO_FOR_TARGET='$(LIPO)' | |
LN='ln' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
M4='/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/src/gdb-7.0/missing m4' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/src/gdb-7.0/missing 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=':' | |
RANLIB='ranlib' | |
RANLIB_FOR_BUILD='$(RANLIB)' | |
RANLIB_FOR_TARGET='$(RANLIB)' | |
RAW_CXX_FOR_TARGET='$(CXX)' | |
RPATH_ENVVAR='LD_LIBRARY_PATH' | |
RUNTEST='runtest' | |
SED='/bin/sed' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
STRIP_FOR_TARGET='$(STRIP)' | |
SYSROOT_CFLAGS_FOR_TARGET='' | |
TOPLEVEL_CONFIGURE_ARGUMENTS='./configure --prefix=/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/dst/' | |
WINDMC='windmc' | |
WINDMC_FOR_BUILD='$(WINDMC)' | |
WINDMC_FOR_TARGET='$(WINDMC)' | |
WINDRES='windres' | |
WINDRES_FOR_BUILD='$(WINDRES)' | |
WINDRES_FOR_TARGET='$(WINDRES)' | |
YACC='/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/src/gdb-7.0/missing bison -y' | |
ac_ct_CC='gcc' | |
ac_ct_CXX='g++' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-unknown-linux-gnu' | |
build_alias='' | |
build_configargs='--cache-file=../config.cache '\''--prefix=/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/dst/'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking' | |
build_configdirs=' libiberty' | |
build_cpu='x86_64' | |
build_libsubdir='build-x86_64-unknown-linux-gnu' | |
build_noncanonical='x86_64-unknown-linux-gnu' | |
build_os='linux-gnu' | |
build_subdir='build-x86_64-unknown-linux-gnu' | |
build_tooldir='${exec_prefix}/x86_64-unknown-linux-gnu' | |
build_vendor='unknown' | |
clooginc='' | |
clooglibs='' | |
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*' | |
config_shell='/bin/sh' | |
configdirs=' intl libiberty opcodes bfd readline libdecnumber sim gdb etc' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
do_compare='cmp --ignore-initial=16 $$f1 $$f2' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
extra_mpc_gmp_configure_flags='' | |
extra_mpc_mpfr_configure_flags='' | |
extra_mpfr_configure_flags='' | |
gmpinc=' ' | |
gmplibs=' -lmpfr -lgmp' | |
host='x86_64-unknown-linux-gnu' | |
host_alias='' | |
host_configargs='--cache-file=./config.cache '\''--prefix=/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/dst/'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking' | |
host_cpu='x86_64' | |
host_noncanonical='x86_64-unknown-linux-gnu' | |
host_os='linux-gnu' | |
host_subdir='.' | |
host_vendor='unknown' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
poststage1_ldflags='' | |
poststage1_libs='' | |
pplinc='' | |
ppllibs='' | |
prefix='/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/dst' | |
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,' | |
stage1_ldflags='' | |
stage1_libs='' | |
stage2_werror_flag='' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-unknown-linux-gnu' | |
target_alias='' | |
target_configargs='--cache-file=./config.cache --enable-multilib '\''--prefix=/usr/local/lib/ruby/gems/1.8/gems/gdb.rb-0.1.1/ext/dst/'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking' | |
target_cpu='x86_64' | |
target_noncanonical='x86_64-unknown-linux-gnu' | |
target_os='linux-gnu' | |
target_subdir='x86_64-unknown-linux-gnu' | |
target_vendor='unknown' | |
tooldir='${exec_prefix}/x86_64-unknown-linux-gnu' | |
## ------------------- ## | |
## File substitutions. ## | |
## ------------------- ## | |
alphaieee_frag='/dev/null' | |
host_makefile_frag='/dev/null' | |
ospace_frag='/dev/null' | |
serialization_dependencies='serdep.tmp' | |
target_makefile_frag='./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 "" | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment