From 12f606ce06ef926f366a03079c5e3107c23f18af Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 19 Nov 2010 13:18:48 +0000 Subject: Added tool bison++-1.21.11 --- tools/bison++/config.log | 577 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 577 insertions(+) create mode 100644 tools/bison++/config.log (limited to 'tools/bison++/config.log') diff --git a/tools/bison++/config.log b/tools/bison++/config.log new file mode 100644 index 000000000..9e62ad789 --- /dev/null +++ b/tools/bison++/config.log @@ -0,0 +1,577 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by FULL-PACKAGE-NAME configure VERSION, which was +generated by GNU Autoconf 2.57. Invocation command line was + + $ ./configure --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info + +## --------- ## +## Platform. ## +## --------- ## + +hostname = oxtan +uname -m = i686 +uname -r = 2.4.20-pre5 +uname -s = Linux +uname -v = #2 SMP Mon Sep 2 12:32:10 CEST 2002 + +/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: /usr/local/bin +PATH: /usr/bin +PATH: /bin +PATH: /usr/bin/X11 +PATH: /usr/games + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:1321: checking for a BSD-compatible install +configure:1375: result: /usr/bin/install -c +configure:1386: checking whether build environment is sane +configure:1429: result: yes +configure:1444: checking whether make sets $(MAKE) +configure:1464: result: yes +configure:1496: checking for working aclocal +configure:1503: result: found +configure:1511: checking for working autoconf +configure:1518: result: found +configure:1526: checking for working automake +configure:1533: result: found +configure:1541: checking for working autoheader +configure:1548: result: found +configure:1556: checking for working makeinfo +configure:1563: result: found +configure:1580: checking for gawk +configure:1609: result: no +configure:1580: checking for mawk +configure:1596: found /usr/bin/mawk +configure:1606: result: mawk +configure:1668: checking for g++ +configure:1684: found /usr/bin/g++ +configure:1694: result: g++ +configure:1710: checking for C++ compiler version +configure:1713: g++ --version &5 +g++ (GCC) 3.3 (Debian) +Copyright (C) 2003 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:1716: $? = 0 +configure:1718: g++ -v &5 +Reading specs from /usr/lib/gcc-lib/i386-linux/3.3/specs +Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i386-linux +Thread model: posix +gcc version 3.3 (Debian) +configure:1721: $? = 0 +configure:1723: g++ -V &5 +g++: `-V' option must have argument +configure:1726: $? = 1 +configure:1750: checking for C++ compiler default output +configure:1753: g++ conftest.cc >&5 +configure:1756: $? = 0 +configure:1802: result: a.out +configure:1807: checking whether the C++ compiler works +configure:1813: ./a.out +configure:1816: $? = 0 +configure:1833: result: yes +configure:1840: checking whether we are cross compiling +configure:1842: result: no +configure:1845: checking for suffix of executables +configure:1847: g++ -o conftest conftest.cc >&5 +configure:1850: $? = 0 +configure:1875: result: +configure:1881: checking for suffix of object files +configure:1903: g++ -c conftest.cc >&5 +configure:1906: $? = 0 +configure:1928: result: o +configure:1932: checking whether we are using the GNU C++ compiler +configure:1957: g++ -c conftest.cc >&5 +configure:1960: $? = 0 +configure:1963: test -s conftest.o +configure:1966: $? = 0 +configure:1979: result: yes +configure:1985: checking whether g++ accepts -g +configure:2007: g++ -c -g conftest.cc >&5 +configure:2010: $? = 0 +configure:2013: test -s conftest.o +configure:2016: $? = 0 +configure:2027: result: yes +configure:2071: g++ -c -g -O2 conftest.cc >&5 +configure:2074: $? = 0 +configure:2077: test -s conftest.o +configure:2080: $? = 0 +configure:2107: g++ -c -g -O2 conftest.cc >&5 +configure: In function `int main()': +configure:2104: error: `exit' undeclared (first use this function) +configure:2104: error: (Each undeclared identifier is reported only once for + each function it appears in.) +configure:2110: $? = 1 +configure: failed program was: +| #line 2090 "configure" +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "FULL-PACKAGE-NAME" +| #define PACKAGE_TARNAME "full-package-name" +| #define PACKAGE_VERSION "VERSION" +| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" +| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" +| #define PACKAGE "bison++" +| #define VERSION "2.21.5" +| /* end confdefs.h. */ +| +| int +| main () +| { +| exit (42); +| ; +| return 0; +| } +configure:2071: g++ -c -g -O2 conftest.cc >&5 +configure:2074: $? = 0 +configure:2077: test -s conftest.o +configure:2080: $? = 0 +configure:2107: g++ -c -g -O2 conftest.cc >&5 +configure:2110: $? = 0 +configure:2113: test -s conftest.o +configure:2116: $? = 0 +configure:2185: checking for gcc +configure:2201: found /usr/bin/gcc +configure:2211: result: gcc +configure:2455: checking for C compiler version +configure:2458: gcc --version &5 +gcc (GCC) 3.3 (Debian) +Copyright (C) 2003 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:2461: $? = 0 +configure:2463: gcc -v &5 +Reading specs from /usr/lib/gcc-lib/i386-linux/3.3/specs +Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i386-linux +Thread model: posix +gcc version 3.3 (Debian) +configure:2466: $? = 0 +configure:2468: gcc -V &5 +gcc: `-V' option must have argument +configure:2471: $? = 1 +configure:2474: checking whether we are using the GNU C compiler +configure:2499: gcc -c conftest.c >&5 +configure:2502: $? = 0 +configure:2505: test -s conftest.o +configure:2508: $? = 0 +configure:2521: result: yes +configure:2527: checking whether gcc accepts -g +configure:2549: gcc -c -g conftest.c >&5 +configure:2552: $? = 0 +configure:2555: test -s conftest.o +configure:2558: $? = 0 +configure:2569: result: yes +configure:2586: checking for gcc option to accept ANSI C +configure:2647: gcc -c -g -O2 conftest.c >&5 +configure:2650: $? = 0 +configure:2653: test -s conftest.o +configure:2656: $? = 0 +configure:2674: result: none needed +configure:2692: gcc -c -g -O2 conftest.c >&5 +conftest.c:2: error: parse error before "me" +configure:2695: $? = 1 +configure: failed program was: +| #ifndef __cplusplus +| choke me +| #endif +configure:2816: checking for a BSD-compatible install +configure:2870: result: /usr/bin/install -c +configure:2881: checking whether ln -s works +configure:2885: result: yes +configure:2901: checking how to run the C preprocessor +configure:2937: gcc -E conftest.c +configure:2943: $? = 0 +configure:2975: gcc -E conftest.c +configure:2979:28: ac_nonexistent.h: No such file or directory +configure:2981: $? = 1 +configure: failed program was: +| #line 2966 "configure" +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "FULL-PACKAGE-NAME" +| #define PACKAGE_TARNAME "full-package-name" +| #define PACKAGE_VERSION "VERSION" +| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" +| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" +| #define PACKAGE "bison++" +| #define VERSION "2.21.5" +| #ifdef __cplusplus +| extern "C" void std::exit (int) throw (); using std::exit; +| #endif +| /* end confdefs.h. */ +| #include +configure:3019: result: gcc -E +configure:3044: gcc -E conftest.c +configure:3050: $? = 0 +configure:3082: gcc -E conftest.c +configure:3086:28: ac_nonexistent.h: No such file or directory +configure:3088: $? = 1 +configure: failed program was: +| #line 3073 "configure" +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "FULL-PACKAGE-NAME" +| #define PACKAGE_TARNAME "full-package-name" +| #define PACKAGE_VERSION "VERSION" +| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" +| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" +| #define PACKAGE "bison++" +| #define VERSION "2.21.5" +| #ifdef __cplusplus +| extern "C" void std::exit (int) throw (); using std::exit; +| #endif +| /* end confdefs.h. */ +| #include +configure:3131: checking for egrep +configure:3141: result: grep -E +configure:3146: checking for ANSI C header files +configure:3172: gcc -c -g -O2 conftest.c >&5 +configure:3175: $? = 0 +configure:3178: test -s conftest.o +configure:3181: $? = 0 +configure:3270: gcc -o conftest -g -O2 conftest.c >&5 +configure:3273: $? = 0 +configure:3275: ./conftest +configure:3278: $? = 0 +configure:3293: result: yes +configure:3317: checking for sys/types.h +configure:3334: gcc -c -g -O2 conftest.c >&5 +configure:3337: $? = 0 +configure:3340: test -s conftest.o +configure:3343: $? = 0 +configure:3354: result: yes +configure:3317: checking for sys/stat.h +configure:3334: gcc -c -g -O2 conftest.c >&5 +configure:3337: $? = 0 +configure:3340: test -s conftest.o +configure:3343: $? = 0 +configure:3354: result: yes +configure:3317: checking for stdlib.h +configure:3334: gcc -c -g -O2 conftest.c >&5 +configure:3337: $? = 0 +configure:3340: test -s conftest.o +configure:3343: $? = 0 +configure:3354: result: yes +configure:3317: checking for string.h +configure:3334: gcc -c -g -O2 conftest.c >&5 +configure:3337: $? = 0 +configure:3340: test -s conftest.o +configure:3343: $? = 0 +configure:3354: result: yes +configure:3317: checking for memory.h +configure:3334: gcc -c -g -O2 conftest.c >&5 +configure:3337: $? = 0 +configure:3340: test -s conftest.o +configure:3343: $? = 0 +configure:3354: result: yes +configure:3317: checking for strings.h +configure:3334: gcc -c -g -O2 conftest.c >&5 +configure:3337: $? = 0 +configure:3340: test -s conftest.o +configure:3343: $? = 0 +configure:3354: result: yes +configure:3317: checking for inttypes.h +configure:3334: gcc -c -g -O2 conftest.c >&5 +configure:3337: $? = 0 +configure:3340: test -s conftest.o +configure:3343: $? = 0 +configure:3354: result: yes +configure:3317: checking for stdint.h +configure:3334: gcc -c -g -O2 conftest.c >&5 +configure:3337: $? = 0 +configure:3340: test -s conftest.o +configure:3343: $? = 0 +configure:3354: result: yes +configure:3317: checking for unistd.h +configure:3334: gcc -c -g -O2 conftest.c >&5 +configure:3337: $? = 0 +configure:3340: test -s conftest.o +configure:3343: $? = 0 +configure:3354: result: yes +configure:3386: checking alloca.h usability +configure:3399: gcc -c -g -O2 conftest.c >&5 +configure:3402: $? = 0 +configure:3405: test -s conftest.o +configure:3408: $? = 0 +configure:3418: result: yes +configure:3422: checking alloca.h presence +configure:3433: gcc -E conftest.c +configure:3439: $? = 0 +configure:3458: result: yes +configure:3494: checking for alloca.h +configure:3501: result: yes +configure:3386: checking malloc.h usability +configure:3399: gcc -c -g -O2 conftest.c >&5 +configure:3402: $? = 0 +configure:3405: test -s conftest.o +configure:3408: $? = 0 +configure:3418: result: yes +configure:3422: checking malloc.h presence +configure:3433: gcc -E conftest.c +configure:3439: $? = 0 +configure:3458: result: yes +configure:3494: checking for malloc.h +configure:3501: result: yes +configure:3377: checking for memory.h +configure:3382: result: yes +configure:3386: checking stddef.h usability +configure:3399: gcc -c -g -O2 conftest.c >&5 +configure:3402: $? = 0 +configure:3405: test -s conftest.o +configure:3408: $? = 0 +configure:3418: result: yes +configure:3422: checking stddef.h presence +configure:3433: gcc -E conftest.c +configure:3439: $? = 0 +configure:3458: result: yes +configure:3494: checking for stddef.h +configure:3501: result: yes +configure:3377: checking for stdlib.h +configure:3382: result: yes +configure:3377: checking for string.h +configure:3382: result: yes +configure:3377: checking for strings.h +configure:3382: result: yes +configure:3516: checking for an ANSI C-conforming const +configure:3584: gcc -c -g -O2 conftest.c >&5 +configure:3587: $? = 0 +configure:3590: test -s conftest.o +configure:3593: $? = 0 +configure:3604: result: yes +configure:3614: checking for size_t +configure:3639: gcc -c -g -O2 conftest.c >&5 +configure:3642: $? = 0 +configure:3645: test -s conftest.o +configure:3648: $? = 0 +configure:3659: result: yes +configure:3675: checking for working alloca.h +configure:3697: gcc -o conftest -g -O2 conftest.c >&5 +configure:3700: $? = 0 +configure:3703: test -s conftest +configure:3706: $? = 0 +configure:3717: result: yes +configure:3727: checking for alloca +configure:3769: gcc -o conftest -g -O2 conftest.c >&5 +configure:3772: $? = 0 +configure:3775: test -s conftest +configure:3778: $? = 0 +configure:3789: result: yes +configure:4001: checking for stdlib.h +configure:4006: result: yes +configure:4138: checking for GNU libc compatible malloc +configure:4168: gcc -o conftest -g -O2 conftest.c >&5 +configure:4171: $? = 0 +configure:4173: ./conftest +configure:4176: $? = 0 +configure:4190: result: yes +configure:4342: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was +generated by GNU Autoconf 2.57. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on oxtan + +config.status:621: creating Makefile + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_c_compiler_gnu=yes +ac_cv_c_const=yes +ac_cv_cxx_compiler_gnu=yes +ac_cv_env_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set= +ac_cv_env_CFLAGS_value= +ac_cv_env_CPPFLAGS_set= +ac_cv_env_CPPFLAGS_value= +ac_cv_env_CPP_set= +ac_cv_env_CPP_value= +ac_cv_env_CXXFLAGS_set= +ac_cv_env_CXXFLAGS_value= +ac_cv_env_CXX_set= +ac_cv_env_CXX_value= +ac_cv_env_LDFLAGS_set= +ac_cv_env_LDFLAGS_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_func_alloca_works=yes +ac_cv_func_malloc_0_nonnull=yes +ac_cv_header_alloca_h=yes +ac_cv_header_inttypes_h=yes +ac_cv_header_malloc_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_stdc=yes +ac_cv_header_stddef_h=yes +ac_cv_header_stdint_h=yes +ac_cv_header_stdlib_h=yes +ac_cv_header_string_h=yes +ac_cv_header_strings_h=yes +ac_cv_header_sys_stat_h=yes +ac_cv_header_sys_types_h=yes +ac_cv_header_unistd_h=yes +ac_cv_objext=o +ac_cv_path_install='/usr/bin/install -c' +ac_cv_prog_AWK=mawk +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_ac_ct_CXX=g++ +ac_cv_prog_cc_g=yes +ac_cv_prog_cc_stdc= +ac_cv_prog_cxx_g=yes +ac_cv_prog_egrep='grep -E' +ac_cv_prog_make_make_set=yes +ac_cv_type_size_t=yes +ac_cv_working_alloca_h=yes + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +ACLOCAL='aclocal' +ALLOCA='' +AUTOCONF='autoconf' +AUTOHEADER='autoheader' +AUTOMAKE='automake' +AWK='mawk' +CC='gcc' +CFLAGS='-g -O2' +CPP='gcc -E' +CPPFLAGS='' +CXX='g++' +CXXFLAGS='-g -O2' +DEFS='-DPACKAGE_NAME=\"FULL-PACKAGE-NAME\" -DPACKAGE_TARNAME=\"full-package-name\" -DPACKAGE_VERSION=\"VERSION\" -DPACKAGE_STRING=\"FULL-PACKAGE-NAME\ VERSION\" -DPACKAGE_BUGREPORT=\"BUG-REPORT-ADDRESS\" -DPACKAGE=\"bison++\" -DVERSION=\"2.21.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_MALLOC_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 ' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='grep -E' +EXEEXT='' +INSTALL_DATA='${INSTALL} -m 644' +INSTALL_PROGRAM='${INSTALL}' +INSTALL_SCRIPT='${INSTALL}' +LDFLAGS='' +LIBOBJS='' +LIBS='' +LN_S='ln -s' +LTLIBOBJS='' +MAKEINFO='makeinfo' +OBJEXT='o' +PACKAGE='bison++' +PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' +PACKAGE_NAME='FULL-PACKAGE-NAME' +PACKAGE_STRING='FULL-PACKAGE-NAME VERSION' +PACKAGE_TARNAME='full-package-name' +PACKAGE_VERSION='VERSION' +PATH_SEPARATOR=':' +SET_MAKE='' +SHELL='/bin/sh' +VERSION='2.21.5' +ac_ct_CC='gcc' +ac_ct_CXX='g++' +bindir='${exec_prefix}/bin' +build_alias='' +datadir='${prefix}/share' +exec_prefix='${prefix}' +host_alias='' +includedir='${prefix}/include' +infodir='${prefix}/share/info' +libdir='${exec_prefix}/lib' +libexecdir='${exec_prefix}/libexec' +localstatedir='${prefix}/var' +mandir='${prefix}/share/man' +oldincludedir='/usr/include' +prefix='/usr' +program_transform_name='s,x,x,' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +#define HAVE_ALLOCA 1 +#define HAVE_ALLOCA_H 1 +#define HAVE_ALLOCA_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_MALLOC 1 +#define HAVE_MALLOC_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_STDDEF_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +#define HAVE_STRING_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_UNISTD_H 1 +#define PACKAGE "bison++" +#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" +#define PACKAGE_NAME "FULL-PACKAGE-NAME" +#define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" +#define PACKAGE_TARNAME "full-package-name" +#define PACKAGE_VERSION "VERSION" +#define STDC_HEADERS 1 +#define VERSION "2.21.5" +#endif +#ifdef __cplusplus +extern "C" void std::exit (int) throw (); using std::exit; + +configure: exit 0 + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was +generated by GNU Autoconf 2.57. Invocation command line was + + CONFIG_FILES = Makefile + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on oxtan + +config.status:621: creating Makefile -- cgit v1.2.3