From fcecd0e7dc0bf103986c02e2f29fb518cd5571c5 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Thu, 3 May 2012 15:35:39 +1000 Subject: Add a parser for linear equations (Also add the antlr jar and C runtime) --- impl/antlr/libantlr3c-3.4/config.log | 1403 ++++++++++++++++++++++++++++++++++ 1 file changed, 1403 insertions(+) create mode 100644 impl/antlr/libantlr3c-3.4/config.log (limited to 'impl/antlr/libantlr3c-3.4/config.log') diff --git a/impl/antlr/libantlr3c-3.4/config.log b/impl/antlr/libantlr3c-3.4/config.log new file mode 100644 index 0000000..2e615d8 --- /dev/null +++ b/impl/antlr/libantlr3c-3.4/config.log @@ -0,0 +1,1403 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by libantlr3c configure 3.4, which was +generated by GNU Autoconf 2.66. Invocation command line was + + $ ./configure + +## --------- ## +## Platform. ## +## --------- ## + +hostname = carlo-laptop +uname -m = i686 +uname -r = 3.2.0-2-686-pae +uname -s = Linux +uname -v = #1 SMP Thu Mar 29 00:16:59 UTC 2012 + +/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/carlo/bin +PATH: /home/carlo/tools/play +PATH: /home/carlo/bin +PATH: /home/carlo/tools/play +PATH: /usr/local/bin +PATH: /usr/bin +PATH: /bin +PATH: /usr/local/games +PATH: /usr/games + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:2416: checking for a BSD-compatible install +configure:2484: result: /usr/bin/install -c +configure:2495: checking whether build environment is sane +configure:2545: result: yes +configure:2686: checking for a thread-safe mkdir -p +configure:2725: result: /bin/mkdir -p +configure:2738: checking for gawk +configure:2768: result: no +configure:2738: checking for mawk +configure:2754: found /usr/bin/mawk +configure:2765: result: mawk +configure:2776: checking whether make sets $(MAKE) +configure:2798: result: yes +configure:2938: checking for xlc +configure:2968: result: no +configure:2938: checking for aCC +configure:2968: result: no +configure:2938: checking for gcc +configure:2954: found /usr/bin/gcc +configure:2965: result: gcc +configure:2996: checking for C compiler version +configure:3005: gcc --version >&5 +gcc (Debian 4.6.3-1) 4.6.3 +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:3016: $? = 0 +configure:3005: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.6/lto-wrapper +Target: i486-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-1' --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 --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu +Thread model: posix +gcc version 4.6.3 (Debian 4.6.3-1) +configure:3016: $? = 0 +configure:3005: gcc -V >&5 +gcc: error: unrecognized option '-V' +gcc: fatal error: no input files +compilation terminated. +configure:3016: $? = 4 +configure:3005: gcc -qversion >&5 +gcc: error: unrecognized option '-qversion' +gcc: fatal error: no input files +compilation terminated. +configure:3016: $? = 4 +configure:3036: checking whether the C compiler works +configure:3058: gcc conftest.c >&5 +configure:3062: $? = 0 +configure:3110: result: yes +configure:3113: checking for C compiler default output file name +configure:3115: result: a.out +configure:3121: checking for suffix of executables +configure:3128: gcc -o conftest conftest.c >&5 +configure:3132: $? = 0 +configure:3154: result: +configure:3176: checking whether we are cross compiling +configure:3184: gcc -o conftest conftest.c >&5 +configure:3188: $? = 0 +configure:3195: ./conftest +configure:3199: $? = 0 +configure:3214: result: no +configure:3219: checking for suffix of object files +configure:3241: gcc -c conftest.c >&5 +configure:3245: $? = 0 +configure:3266: result: o +configure:3270: checking whether we are using the GNU C compiler +configure:3289: gcc -c conftest.c >&5 +configure:3289: $? = 0 +configure:3298: result: yes +configure:3307: checking whether gcc accepts -g +configure:3327: gcc -c -g conftest.c >&5 +configure:3327: $? = 0 +configure:3368: result: yes +configure:3385: checking for gcc option to accept ISO C89 +configure:3449: gcc -c -g -O2 conftest.c >&5 +configure:3449: $? = 0 +configure:3462: result: none needed +configure:3493: checking for style of include used by make +configure:3521: result: GNU +configure:3546: checking dependency style of gcc +configure:3656: result: gcc3 +configure:3672: checking whether to enable maintainer-specific portions of Makefiles +configure:3681: result: no +configure:3723: checking build system type +configure:3737: result: i686-pc-linux-gnu +configure:3757: checking host system type +configure:3770: result: i686-pc-linux-gnu +configure:3811: checking how to print strings +configure:3838: result: printf +configure:3859: checking for a sed that does not truncate output +configure:3923: result: /bin/sed +configure:3941: checking for grep that handles long lines and -e +configure:3999: result: /bin/grep +configure:4004: checking for egrep +configure:4066: result: /bin/grep -E +configure:4071: checking for fgrep +configure:4133: result: /bin/grep -F +configure:4168: checking for ld used by gcc +configure:4235: result: /usr/bin/ld +configure:4242: checking if the linker (/usr/bin/ld) is GNU ld +configure:4257: result: yes +configure:4269: checking for BSD- or MS-compatible name lister (nm) +configure:4318: result: /usr/bin/nm -B +configure:4448: checking the name lister (/usr/bin/nm -B) interface +configure:4455: gcc -c -g -O2 conftest.c >&5 +configure:4458: /usr/bin/nm -B "conftest.o" +configure:4461: output +00000000 B some_variable +configure:4468: result: BSD nm +configure:4471: checking whether ln -s works +configure:4475: result: yes +configure:4483: checking the maximum length of command line arguments +configure:4608: result: 1572864 +configure:4625: checking whether the shell understands some XSI constructs +configure:4635: result: yes +configure:4639: checking whether the shell understands "+=" +configure:4645: result: yes +configure:4680: checking for /usr/bin/ld option to reload object files +configure:4687: result: -r +configure:4756: checking for objdump +configure:4772: found /usr/bin/objdump +configure:4783: result: objdump +configure:4815: checking how to recognize dependent libraries +configure:5017: result: pass_all +configure:5077: checking for ar +configure:5093: found /usr/bin/ar +configure:5104: result: ar +configure:5182: checking for strip +configure:5198: found /usr/bin/strip +configure:5209: result: strip +configure:5281: checking for ranlib +configure:5297: found /usr/bin/ranlib +configure:5308: result: ranlib +configure:5410: checking command to parse /usr/bin/nm -B output from gcc object +configure:5528: gcc -c -g -O2 conftest.c >&5 +configure:5531: $? = 0 +configure:5535: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm +configure:5538: $? = 0 +configure:5592: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 +configure:5595: $? = 0 +configure:5633: result: ok +configure:6474: checking how to run the C preprocessor +configure:6505: gcc -E conftest.c +configure:6505: $? = 0 +configure:6519: gcc -E conftest.c +conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory +compilation terminated. +configure:6519: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| /* end confdefs.h. */ +| #include +configure:6544: result: gcc -E +configure:6564: gcc -E conftest.c +configure:6564: $? = 0 +configure:6578: gcc -E conftest.c +conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory +compilation terminated. +configure:6578: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| /* end confdefs.h. */ +| #include +configure:6607: checking for ANSI C header files +configure:6627: gcc -c -g -O2 conftest.c >&5 +configure:6627: $? = 0 +configure:6700: gcc -o conftest -g -O2 conftest.c >&5 +configure:6700: $? = 0 +configure:6700: ./conftest +configure:6700: $? = 0 +configure:6711: result: yes +configure:6724: checking for sys/types.h +configure:6724: gcc -c -g -O2 conftest.c >&5 +configure:6724: $? = 0 +configure:6724: result: yes +configure:6724: checking for sys/stat.h +configure:6724: gcc -c -g -O2 conftest.c >&5 +configure:6724: $? = 0 +configure:6724: result: yes +configure:6724: checking for stdlib.h +configure:6724: gcc -c -g -O2 conftest.c >&5 +configure:6724: $? = 0 +configure:6724: result: yes +configure:6724: checking for string.h +configure:6724: gcc -c -g -O2 conftest.c >&5 +configure:6724: $? = 0 +configure:6724: result: yes +configure:6724: checking for memory.h +configure:6724: gcc -c -g -O2 conftest.c >&5 +configure:6724: $? = 0 +configure:6724: result: yes +configure:6724: checking for strings.h +configure:6724: gcc -c -g -O2 conftest.c >&5 +configure:6724: $? = 0 +configure:6724: result: yes +configure:6724: checking for inttypes.h +configure:6724: gcc -c -g -O2 conftest.c >&5 +configure:6724: $? = 0 +configure:6724: result: yes +configure:6724: checking for stdint.h +configure:6724: gcc -c -g -O2 conftest.c >&5 +configure:6724: $? = 0 +configure:6724: result: yes +configure:6724: checking for unistd.h +configure:6724: gcc -c -g -O2 conftest.c >&5 +configure:6724: $? = 0 +configure:6724: result: yes +configure:6738: checking for dlfcn.h +configure:6738: gcc -c -g -O2 conftest.c >&5 +configure:6738: $? = 0 +configure:6738: result: yes +configure:6925: checking for objdir +configure:6940: result: .libs +configure:7211: checking if gcc supports -fno-rtti -fno-exceptions +configure:7229: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 +cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] +configure:7233: $? = 0 +configure:7246: result: no +configure:7266: checking for gcc option to produce PIC +configure:7551: result: -fPIC -DPIC +configure:7563: checking if gcc PIC flag -fPIC -DPIC works +configure:7581: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 +configure:7585: $? = 0 +configure:7598: result: yes +configure:7622: checking if gcc static flag -static works +configure:7650: result: yes +configure:7665: checking if gcc supports -c -o file.o +configure:7686: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 +configure:7690: $? = 0 +configure:7712: result: yes +configure:7720: checking if gcc supports -c -o file.o +configure:7767: result: yes +configure:7800: checking whether the gcc linker (/usr/bin/ld) supports shared libraries +configure:8875: result: yes +configure:8912: checking whether -lc should be explicitly linked in +configure:8920: gcc -c -g -O2 conftest.c >&5 +configure:8923: $? = 0 +configure:8938: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 +configure:8941: $? = 0 +configure:8955: result: no +configure:9120: checking dynamic linker characteristics +configure:9575: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 +configure:9575: $? = 0 +configure:9801: result: GNU/Linux ld.so +configure:9908: checking how to hardcode library paths into programs +configure:9933: result: immediate +configure:10473: checking whether stripping libraries is possible +configure:10478: result: yes +configure:10513: checking if libtool supports shared libraries +configure:10515: result: yes +configure:10518: checking whether to build shared libraries +configure:10539: result: yes +configure:10542: checking whether to build static libraries +configure:10546: result: yes +configure:10587: checking compiler flags required for compiling ANTLR with gcc C compiler on host i686-pc-linux-gnu +configure:10661: result: -m32 -O2 -Wall +configure:10677: checking whether ln -s works +configure:10681: result: yes +configure:10688: checking whether make sets $(MAKE) +configure:10710: result: yes +configure:10727: checking for sys/types.h +configure:10727: result: yes +configure:10727: checking for netinet/in.h +configure:10727: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10727: $? = 0 +configure:10727: result: yes +configure:10727: checking for arpa/nameser.h +configure:10727: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10727: $? = 0 +configure:10727: result: yes +configure:10727: checking for netdb.h +configure:10727: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10727: $? = 0 +configure:10727: result: yes +configure:10727: checking for resolv.h +configure:10727: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10727: $? = 0 +configure:10727: result: yes +configure:10753: checking for sys/malloc.h +configure:10753: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c:36:24: fatal error: sys/malloc.h: No such file or directory +compilation terminated. +configure:10753: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_RESOLV_H 1 +| /* end confdefs.h. */ +| #ifdef HAVE_SYS_MALLOC_H +| #include +| #endif +| #ifdef HAVE_MALLOC_H +| #include +| #endif +| +| +| #include +configure:10753: result: no +configure:10753: checking for malloc.h +configure:10753: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10753: $? = 0 +configure:10753: result: yes +configure:10772: checking for stdarg.h +configure:10772: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10772: $? = 0 +configure:10772: result: yes +configure:10789: checking for sys/stat.h +configure:10789: result: yes +configure:10806: checking for ctype.h +configure:10806: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10806: $? = 0 +configure:10806: result: yes +configure:10823: checking for netinet/tcp.h +configure:10823: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10823: $? = 0 +configure:10823: result: yes +configure:10841: checking for sys/socket.h +configure:10841: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10841: $? = 0 +configure:10841: result: yes +configure:10841: checking for socket.h +configure:10841: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c:42:20: fatal error: socket.h: No such file or directory +compilation terminated. +configure:10841: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_RESOLV_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| /* end confdefs.h. */ +| #ifdef HAVE_SYS_SOCKET_H +| #include +| #endif +| #ifdef HAVE_SOCKET_H +| #include +| #endif +| +| +| #include +configure:10841: result: no +configure:10860: checking for an ANSI C-conforming const +configure:10925: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:63:10: warning: 't' is used uninitialized in this function [-Wuninitialized] +configure:10925: $? = 0 +configure:10932: result: yes +configure:10940: checking for size_t +configure:10940: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10940: $? = 0 +configure:10940: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:70:21: error: expected expression before ')' token +configure:10940: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_RESOLV_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| if (sizeof ((size_t))) +| return 0; +| ; +| return 0; +| } +configure:10940: result: yes +configure:10951: checking for int8_t +configure:10951: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:10951: $? = 0 +configure:10951: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: error: size of array 'test_array' is negative +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:10951: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_RESOLV_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| enum { N = 8 / 2 - 1 }; +| int +| main () +| { +| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) +| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; +| test_array [0] = 0 +| +| ; +| return 0; +| } +configure:10951: result: yes +configure:10962: checking for int16_t +configure:10962: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:10962: $? = 0 +configure:10962: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: error: size of array 'test_array' is negative +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:10962: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_RESOLV_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| enum { N = 16 / 2 - 1 }; +| int +| main () +| { +| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) +| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; +| test_array [0] = 0 +| +| ; +| return 0; +| } +configure:10962: result: yes +configure:10973: checking for int32_t +configure:10973: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:10973: $? = 0 +configure:10973: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:72:53: warning: integer overflow in expression [-Woverflow] +conftest.c:71:12: error: size of array 'test_array' is negative +conftest.c:71:12: error: storage size of 'test_array' isn't constant +conftest.c:71:12: warning: unused variable 'test_array' [-Wunused-variable] +configure:10973: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_RESOLV_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| enum { N = 32 / 2 - 1 }; +| int +| main () +| { +| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) +| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; +| test_array [0] = 0 +| +| ; +| return 0; +| } +configure:10973: result: yes +configure:10984: checking for int64_t +configure:10984: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:10984: $? = 0 +configure:10984: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:72:53: warning: integer overflow in expression [-Woverflow] +conftest.c:71:12: error: size of array 'test_array' is negative +conftest.c:71:12: error: storage size of 'test_array' isn't constant +conftest.c:71:12: warning: unused variable 'test_array' [-Wunused-variable] +configure:10984: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_RESOLV_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| enum { N = 64 / 2 - 1 }; +| int +| main () +| { +| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) +| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; +| test_array [0] = 0 +| +| ; +| return 0; +| } +configure:10984: result: yes +configure:10996: checking for intptr_t +configure:10996: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:10996: $? = 0 +configure:10996: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:70:23: error: expected expression before ')' token +configure:10996: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_RESOLV_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| if (sizeof ((intptr_t))) +| return 0; +| ; +| return 0; +| } +configure:10996: result: yes +configure:11030: checking for uint8_t +configure:11030: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:11030: $? = 0 +configure:11030: result: yes +configure:11044: checking for uint16_t +configure:11044: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:11044: $? = 0 +configure:11044: result: yes +configure:11056: checking for uint32_t +configure:11056: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:11056: $? = 0 +configure:11056: result: yes +configure:11070: checking for uint64_t +configure:11070: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] +configure:11070: $? = 0 +configure:11070: result: yes +configure:11085: checking for uintptr_t +configure:11085: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:11085: $? = 0 +configure:11085: gcc -c -m32 -O2 -Wall conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:24: error: expected expression before ')' token +configure:11085: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "libantlr3c" +| #define PACKAGE_TARNAME "libantlr3c" +| #define PACKAGE_VERSION "3.4" +| #define PACKAGE_STRING "libantlr3c 3.4" +| #define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +| #define PACKAGE_URL "" +| #define PACKAGE "libantlr3c" +| #define VERSION "3.4" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_RESOLV_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_STDARG_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_CTYPE_H 1 +| #define HAVE_NETINET_TCP_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_INTPTR_T 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| if (sizeof ((uintptr_t))) +| return 0; +| ; +| return 0; +| } +configure:11085: result: yes +configure:11120: checking for inline +configure:11136: gcc -c -m32 -O2 -Wall conftest.c >&5 +configure:11136: $? = 0 +configure:11144: result: inline +configure:11168: checking for memmove +configure:11168: gcc -o conftest -m32 -O2 -Wall conftest.c >&5 +conftest.c:59:6: warning: conflicting types for built-in function 'memmove' [enabled by default] +configure:11168: $? = 0 +configure:11168: result: yes +configure:11168: checking for memset +configure:11168: gcc -o conftest -m32 -O2 -Wall conftest.c >&5 +conftest.c:60:6: warning: conflicting types for built-in function 'memset' [enabled by default] +configure:11168: $? = 0 +configure:11168: result: yes +configure:11168: checking for strdup +configure:11168: gcc -o conftest -m32 -O2 -Wall conftest.c >&5 +conftest.c:61:6: warning: conflicting types for built-in function 'strdup' [enabled by default] +configure:11168: $? = 0 +configure:11168: result: yes +configure:11168: checking for accept +configure:11168: gcc -o conftest -m32 -O2 -Wall conftest.c >&5 +configure:11168: $? = 0 +configure:11168: result: yes +configure:11307: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by libantlr3c config.status 3.4, which was +generated by GNU Autoconf 2.66. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on carlo-laptop + +config.status:1086: creating Makefile +config.status:1086: creating antlr3config.h +config.status:1314: executing depfiles commands +config.status:1314: executing libtool commands + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_build=i686-pc-linux-gnu +ac_cv_c_compiler_gnu=yes +ac_cv_c_const=yes +ac_cv_c_inline=inline +ac_cv_c_int16_t=yes +ac_cv_c_int32_t=yes +ac_cv_c_int64_t=yes +ac_cv_c_int8_t=yes +ac_cv_c_uint16_t=yes +ac_cv_c_uint32_t=yes +ac_cv_c_uint64_t=yes +ac_cv_c_uint8_t=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_LDFLAGS_set= +ac_cv_env_LDFLAGS_value= +ac_cv_env_LIBS_set= +ac_cv_env_LIBS_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_func_accept=yes +ac_cv_func_memmove=yes +ac_cv_func_memset=yes +ac_cv_func_strdup=yes +ac_cv_header_arpa_nameser_h=yes +ac_cv_header_ctype_h=yes +ac_cv_header_dlfcn_h=yes +ac_cv_header_inttypes_h=yes +ac_cv_header_malloc_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_netdb_h=yes +ac_cv_header_netinet_in_h=yes +ac_cv_header_netinet_tcp_h=yes +ac_cv_header_resolv_h=yes +ac_cv_header_socket_h=no +ac_cv_header_stdarg_h=yes +ac_cv_header_stdc=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_malloc_h=no +ac_cv_header_sys_socket_h=yes +ac_cv_header_sys_stat_h=yes +ac_cv_header_sys_types_h=yes +ac_cv_header_unistd_h=yes +ac_cv_host=i686-pc-linux-gnu +ac_cv_objext=o +ac_cv_path_EGREP='/bin/grep -E' +ac_cv_path_FGREP='/bin/grep -F' +ac_cv_path_GREP=/bin/grep +ac_cv_path_SED=/bin/sed +ac_cv_path_install='/usr/bin/install -c' +ac_cv_path_mkdir=/bin/mkdir +ac_cv_prog_AWK=mawk +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_ac_ct_AR=ar +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_ac_ct_OBJDUMP=objdump +ac_cv_prog_ac_ct_RANLIB=ranlib +ac_cv_prog_ac_ct_STRIP=strip +ac_cv_prog_cc_c89= +ac_cv_prog_cc_g=yes +ac_cv_prog_make_make_set=yes +ac_cv_type_intptr_t=yes +ac_cv_type_size_t=yes +ac_cv_type_uintptr_t=yes +am_cv_CC_dependencies_compiler_type=gcc3 +lt_cv_archive_cmds_need_lc=no +lt_cv_deplibs_check_method=pass_all +lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_ld_reload_flag=-r +lt_cv_nm_interface='BSD nm' +lt_cv_objdir=.libs +lt_cv_path_LD=/usr/bin/ld +lt_cv_path_NM='/usr/bin/nm -B' +lt_cv_prog_compiler_c_o=yes +lt_cv_prog_compiler_pic_works=yes +lt_cv_prog_compiler_rtti_exceptions=no +lt_cv_prog_compiler_static_works=yes +lt_cv_prog_gnu_ld=yes +lt_cv_shlibpath_overrides_runpath=no +lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' +lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' +lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' +lt_cv_sys_max_cmd_len=1572864 + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +ACLOCAL='${SHELL} /home/carlo/honours/repo/impl/antlr/libantlr3c-3.4/missing --run aclocal-1.11' +AMDEPBACKSLASH='\' +AMDEP_FALSE='#' +AMDEP_TRUE='' +AMTAR='${SHELL} /home/carlo/honours/repo/impl/antlr/libantlr3c-3.4/missing --run tar' +AR='ar' +AUTOCONF='${SHELL} /home/carlo/honours/repo/impl/antlr/libantlr3c-3.4/missing --run autoconf' +AUTOHEADER='${SHELL} /home/carlo/honours/repo/impl/antlr/libantlr3c-3.4/missing --run autoheader' +AUTOMAKE='${SHELL} /home/carlo/honours/repo/impl/antlr/libantlr3c-3.4/missing --run automake-1.11' +AWK='mawk' +CC='gcc' +CCDEPMODE='depmode=gcc3' +CFLAGS='-m32 -O2 -Wall' +CPP='gcc -E' +CPPFLAGS='' +CYGPATH_W='echo' +DEFS='-DHAVE_CONFIG_H' +DEPDIR='.deps' +DSYMUTIL='' +DUMPBIN='' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='/bin/grep -E' +EXEEXT='' +FGREP='/bin/grep -F' +GREP='/bin/grep' +INSTALL_DATA='${INSTALL} -m 644' +INSTALL_PROGRAM='${INSTALL}' +INSTALL_SCRIPT='${INSTALL}' +INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' +LD='/usr/bin/ld' +LDFLAGS='' +LIBOBJS='' +LIBS='' +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +LIPO='' +LN_S='ln -s' +LTLIBOBJS='' +MAINT='#' +MAINTAINER_MODE_FALSE='' +MAINTAINER_MODE_TRUE='#' +MAKEINFO='${SHELL} /home/carlo/honours/repo/impl/antlr/libantlr3c-3.4/missing --run makeinfo' +MKDIR_P='/bin/mkdir -p' +NM='/usr/bin/nm -B' +NMEDIT='' +OBJDUMP='objdump' +OBJECT_MODE='' +OBJEXT='o' +OTOOL64='' +OTOOL='' +PACKAGE='libantlr3c' +PACKAGE_BUGREPORT='jimi@temporal-wave.com' +PACKAGE_NAME='libantlr3c' +PACKAGE_STRING='libantlr3c 3.4' +PACKAGE_TARNAME='libantlr3c' +PACKAGE_URL='' +PACKAGE_VERSION='3.4' +PATH_SEPARATOR=':' +RANLIB='ranlib' +SED='/bin/sed' +SET_MAKE='' +SHELL='/bin/bash' +STRIP='strip' +VERSION='3.4' +ac_ct_CC='gcc' +ac_ct_DUMPBIN='' +am__EXEEXT_FALSE='' +am__EXEEXT_TRUE='#' +am__fastdepCC_FALSE='#' +am__fastdepCC_TRUE='' +am__include='include' +am__isrc='' +am__leading_dot='.' +am__quote='' +am__tar='${AMTAR} chof - "$$tardir"' +am__untar='${AMTAR} xf -' +bindir='${exec_prefix}/bin' +build='i686-pc-linux-gnu' +build_alias='' +build_cpu='i686' +build_os='linux-gnu' +build_vendor='pc' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +dvidir='${docdir}' +exec_prefix='${prefix}' +host='i686-pc-linux-gnu' +host_alias='' +host_cpu='i686' +host_os='linux-gnu' +host_vendor='pc' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${datarootdir}/info' +install_sh='${SHELL} /home/carlo/honours/repo/impl/antlr/libantlr3c-3.4/install-sh' +libdir='${exec_prefix}/lib' +libexecdir='${exec_prefix}/libexec' +localedir='${datarootdir}/locale' +localstatedir='${prefix}/var' +mandir='${datarootdir}/man' +mkdir_p='/bin/mkdir -p' +oldincludedir='/usr/include' +pdfdir='${docdir}' +prefix='/usr/local' +program_transform_name='s,x,x,' +psdir='${docdir}' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +/* confdefs.h */ +#define PACKAGE_NAME "libantlr3c" +#define PACKAGE_TARNAME "libantlr3c" +#define PACKAGE_VERSION "3.4" +#define PACKAGE_STRING "libantlr3c 3.4" +#define PACKAGE_BUGREPORT "jimi@temporal-wave.com" +#define PACKAGE_URL "" +#define PACKAGE "libantlr3c" +#define VERSION "3.4" +#define STDC_HEADERS 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_DLFCN_H 1 +#define LT_OBJDIR ".libs/" +#define HAVE_SYS_TYPES_H 1 +#define HAVE_NETINET_IN_H 1 +#define HAVE_ARPA_NAMESER_H 1 +#define HAVE_NETDB_H 1 +#define HAVE_RESOLV_H 1 +#define HAVE_MALLOC_H 1 +#define HAVE_STDARG_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_CTYPE_H 1 +#define HAVE_NETINET_TCP_H 1 +#define HAVE_SYS_SOCKET_H 1 +#define HAVE_INTPTR_T 1 +#define HAVE_UINTPTR_T 1 +#define HAVE_MEMMOVE 1 +#define HAVE_MEMSET 1 +#define HAVE_STRDUP 1 +#define HAVE_ACCEPT 1 + +configure: exit 0 -- cgit v1.2.3