Home | History | Annotate | Download | only in bison
      1 This file contains any messages produced by compilers while
      2 running configure, to aid debugging if configure makes a mistake.
      3 
      4 It was created by GNU Bison configure 2.3, which was
      5 generated by GNU Autoconf 2.59.  Invocation command line was
      6 
      7   $ ./configure --prefix /home/phanna/src/bison
      8 
      9 ## --------- ##
     10 ## Platform. ##
     11 ## --------- ##
     12 
     13 hostname = phanna.cnc.corp.google.com
     14 uname -m = x86_64
     15 uname -r = 2.6.18.5-gg34workstation-mixed64-32
     16 uname -s = Linux
     17 uname -v = #1 SMP Thu May 8 01:31:23 UTC 2008
     18 
     19 /usr/bin/uname -p = unknown
     20 /bin/uname -X     = unknown
     21 
     22 /bin/arch              = x86_64
     23 /usr/bin/arch -k       = unknown
     24 /usr/convex/getsysinfo = unknown
     25 hostinfo               = unknown
     26 /bin/machine           = unknown
     27 /usr/bin/oslevel       = unknown
     28 /bin/universe          = unknown
     29 
     30 PATH: /usr/local/symlinks
     31 PATH: /usr/local/scripts
     32 PATH: /usr/local/sbin
     33 PATH: /usr/local/bin
     34 PATH: /usr/sbin
     35 PATH: /usr/bin
     36 PATH: /sbin
     37 PATH: /bin
     38 PATH: /usr/bin/X11
     39 PATH: /home/phanna/jswat-4.2/bin
     40 PATH: /usr/local/google/workspace/WebKit/out/host/linux-x86/bin
     41 PATH: /usr/local/google/workspace/WebKit/prebuilt/Linux/toolchain/arm-elf
     42 PATH: /usr/local/google/workspace/WebKit/tools/qtools
     43 PATH: /usr/local/google/workspace/WebKit/prebuilt/Linux/toolchain-eabi-4.2.1/bin
     44 PATH: /usr/local/google/workspace/WebKit/prebuilt/Linux/toolchain-eabi-4.2.1/bin
     45 
     46 
     47 ## ----------- ##
     48 ## Core tests. ##
     49 ## ----------- ##
     50 
     51 configure:1402: checking for a BSD-compatible install
     52 configure:1457: result: /usr/bin/install -c
     53 configure:1468: checking whether build environment is sane
     54 configure:1511: result: yes
     55 configure:1576: checking for gawk
     56 configure:1592: found /usr/bin/gawk
     57 configure:1602: result: gawk
     58 configure:1612: checking whether make sets $(MAKE)
     59 configure:1632: result: yes
     60 configure:1821: checking for style of include used by make
     61 configure:1849: result: GNU
     62 configure:1920: checking for gcc
     63 configure:1936: found /usr/bin/gcc
     64 configure:1946: result: gcc
     65 configure:2190: checking for C compiler version
     66 configure:2193: gcc --version </dev/null >&5
     67 gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
     68 Copyright (C) 2006 Free Software Foundation, Inc.
     69 This is free software; see the source for copying conditions.  There is NO
     70 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     71 
     72 configure:2196: $? = 0
     73 configure:2198: gcc -v </dev/null >&5
     74 Using built-in specs.
     75 Target: i486-linux-gnu
     76 Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu
     77 Thread model: posix
     78 gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
     79 configure:2201: $? = 0
     80 configure:2203: gcc -V </dev/null >&5
     81 gcc: '-V' option must have argument
     82 configure:2206: $? = 1
     83 configure:2229: checking for C compiler default output file name
     84 configure:2232: gcc    conftest.c  >&5
     85 configure:2235: $? = 0
     86 configure:2281: result: a.out
     87 configure:2286: checking whether the C compiler works
     88 configure:2292: ./a.out
     89 configure:2295: $? = 0
     90 configure:2312: result: yes
     91 configure:2319: checking whether we are cross compiling
     92 configure:2321: result: no
     93 configure:2324: checking for suffix of executables
     94 configure:2326: gcc -o conftest    conftest.c  >&5
     95 configure:2329: $? = 0
     96 configure:2354: result: 
     97 configure:2360: checking for suffix of object files
     98 configure:2381: gcc -c   conftest.c >&5
     99 configure:2384: $? = 0
    100 configure:2406: result: o
    101 configure:2410: checking whether we are using the GNU C compiler
    102 configure:2434: gcc -c   conftest.c >&5
    103 configure:2440: $? = 0
    104 configure:2443: test -z 			 || test ! -s conftest.err
    105 configure:2446: $? = 0
    106 configure:2449: test -s conftest.o
    107 configure:2452: $? = 0
    108 configure:2465: result: yes
    109 configure:2471: checking whether gcc accepts -g
    110 configure:2492: gcc -c -g  conftest.c >&5
    111 configure:2498: $? = 0
    112 configure:2501: test -z 			 || test ! -s conftest.err
    113 configure:2504: $? = 0
    114 configure:2507: test -s conftest.o
    115 configure:2510: $? = 0
    116 configure:2521: result: yes
    117 configure:2538: checking for gcc option to accept ANSI C
    118 configure:2608: gcc  -c -g -O2  conftest.c >&5
    119 configure:2614: $? = 0
    120 configure:2617: test -z 			 || test ! -s conftest.err
    121 configure:2620: $? = 0
    122 configure:2623: test -s conftest.o
    123 configure:2626: $? = 0
    124 configure:2644: result: none needed
    125 configure:2662: gcc -c -g -O2  conftest.c >&5
    126 conftest.c:2: error: syntax error before 'me'
    127 configure:2668: $? = 1
    128 configure: failed program was:
    129 | #ifndef __cplusplus
    130 |   choke me
    131 | #endif
    132 configure:2800: checking dependency style of gcc
    133 configure:2890: result: gcc3
    134 configure:2913: checking how to run the C preprocessor
    135 configure:2948: gcc -E  conftest.c
    136 configure:2954: $? = 0
    137 configure:2986: gcc -E  conftest.c
    138 conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
    139 configure:2992: $? = 1
    140 configure: failed program was:
    141 | /* confdefs.h.  */
    142 | 
    143 | #define PACKAGE_NAME "GNU Bison"
    144 | #define PACKAGE_TARNAME "bison"
    145 | #define PACKAGE_VERSION "2.3"
    146 | #define PACKAGE_STRING "GNU Bison 2.3"
    147 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
    148 | #define PACKAGE "bison"
    149 | #define VERSION "2.3"
    150 | #define _GNU_SOURCE 1
    151 | /* end confdefs.h.  */
    152 | #include <ac_nonexistent.h>
    153 configure:3031: result: gcc -E
    154 configure:3055: gcc -E  conftest.c
    155 configure:3061: $? = 0
    156 configure:3093: gcc -E  conftest.c
    157 conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
    158 configure:3099: $? = 1
    159 configure: failed program was:
    160 | /* confdefs.h.  */
    161 | 
    162 | #define PACKAGE_NAME "GNU Bison"
    163 | #define PACKAGE_TARNAME "bison"
    164 | #define PACKAGE_VERSION "2.3"
    165 | #define PACKAGE_STRING "GNU Bison 2.3"
    166 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
    167 | #define PACKAGE "bison"
    168 | #define VERSION "2.3"
    169 | #define _GNU_SOURCE 1
    170 | /* end confdefs.h.  */
    171 | #include <ac_nonexistent.h>
    172 configure:3143: checking for egrep
    173 configure:3153: result: grep -E
    174 configure:3159: checking for AIX
    175 configure:3181: result: no
    176 configure:3187: checking for ANSI C header files
    177 configure:3212: gcc -c -g -O2  conftest.c >&5
    178 configure:3218: $? = 0
    179 configure:3221: test -z 			 || test ! -s conftest.err
    180 configure:3224: $? = 0
    181 configure:3227: test -s conftest.o
    182 configure:3230: $? = 0
    183 configure:3319: gcc -o conftest -g -O2   conftest.c  >&5
    184 conftest.c: In function 'main':
    185 conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit'
    186 configure:3322: $? = 0
    187 configure:3324: ./conftest
    188 configure:3327: $? = 0
    189 configure:3342: result: yes
    190 configure:3366: checking for sys/types.h
    191 configure:3382: gcc -c -g -O2  conftest.c >&5
    192 configure:3388: $? = 0
    193 configure:3391: test -z 			 || test ! -s conftest.err
    194 configure:3394: $? = 0
    195 configure:3397: test -s conftest.o
    196 configure:3400: $? = 0
    197 configure:3411: result: yes
    198 configure:3366: checking for sys/stat.h
    199 configure:3382: gcc -c -g -O2  conftest.c >&5
    200 configure:3388: $? = 0
    201 configure:3391: test -z 			 || test ! -s conftest.err
    202 configure:3394: $? = 0
    203 configure:3397: test -s conftest.o
    204 configure:3400: $? = 0
    205 configure:3411: result: yes
    206 configure:3366: checking for stdlib.h
    207 configure:3382: gcc -c -g -O2  conftest.c >&5
    208 configure:3388: $? = 0
    209 configure:3391: test -z 			 || test ! -s conftest.err
    210 configure:3394: $? = 0
    211 configure:3397: test -s conftest.o
    212 configure:3400: $? = 0
    213 configure:3411: result: yes
    214 configure:3366: checking for string.h
    215 configure:3382: gcc -c -g -O2  conftest.c >&5
    216 configure:3388: $? = 0
    217 configure:3391: test -z 			 || test ! -s conftest.err
    218 configure:3394: $? = 0
    219 configure:3397: test -s conftest.o
    220 configure:3400: $? = 0
    221 configure:3411: result: yes
    222 configure:3366: checking for memory.h
    223 configure:3382: gcc -c -g -O2  conftest.c >&5
    224 configure:3388: $? = 0
    225 configure:3391: test -z 			 || test ! -s conftest.err
    226 configure:3394: $? = 0
    227 configure:3397: test -s conftest.o
    228 configure:3400: $? = 0
    229 configure:3411: result: yes
    230 configure:3366: checking for strings.h
    231 configure:3382: gcc -c -g -O2  conftest.c >&5
    232 configure:3388: $? = 0
    233 configure:3391: test -z 			 || test ! -s conftest.err
    234 configure:3394: $? = 0
    235 configure:3397: test -s conftest.o
    236 configure:3400: $? = 0
    237 configure:3411: result: yes
    238 configure:3366: checking for inttypes.h
    239 configure:3382: gcc -c -g -O2  conftest.c >&5
    240 configure:3388: $? = 0
    241 configure:3391: test -z 			 || test ! -s conftest.err
    242 configure:3394: $? = 0
    243 configure:3397: test -s conftest.o
    244 configure:3400: $? = 0
    245 configure:3411: result: yes
    246 configure:3366: checking for stdint.h
    247 configure:3382: gcc -c -g -O2  conftest.c >&5
    248 configure:3388: $? = 0
    249 configure:3391: test -z 			 || test ! -s conftest.err
    250 configure:3394: $? = 0
    251 configure:3397: test -s conftest.o
    252 configure:3400: $? = 0
    253 configure:3411: result: yes
    254 configure:3366: checking for unistd.h
    255 configure:3382: gcc -c -g -O2  conftest.c >&5
    256 configure:3388: $? = 0
    257 configure:3391: test -z 			 || test ! -s conftest.err
    258 configure:3394: $? = 0
    259 configure:3397: test -s conftest.o
    260 configure:3400: $? = 0
    261 configure:3411: result: yes
    262 configure:3433: checking minix/config.h usability
    263 configure:3445: gcc -c -g -O2  conftest.c >&5
    264 conftest.c:56:26: error: minix/config.h: No such file or directory
    265 configure:3451: $? = 1
    266 configure: failed program was:
    267 | /* confdefs.h.  */
    268 | 
    269 | #define PACKAGE_NAME "GNU Bison"
    270 | #define PACKAGE_TARNAME "bison"
    271 | #define PACKAGE_VERSION "2.3"
    272 | #define PACKAGE_STRING "GNU Bison 2.3"
    273 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
    274 | #define PACKAGE "bison"
    275 | #define VERSION "2.3"
    276 | #define _GNU_SOURCE 1
    277 | #define STDC_HEADERS 1
    278 | #define HAVE_SYS_TYPES_H 1
    279 | #define HAVE_SYS_STAT_H 1
    280 | #define HAVE_STDLIB_H 1
    281 | #define HAVE_STRING_H 1
    282 | #define HAVE_MEMORY_H 1
    283 | #define HAVE_STRINGS_H 1
    284 | #define HAVE_INTTYPES_H 1
    285 | #define HAVE_STDINT_H 1
    286 | #define HAVE_UNISTD_H 1
    287 | /* end confdefs.h.  */
    288 | #include <stdio.h>
    289 | #if HAVE_SYS_TYPES_H
    290 | # include <sys/types.h>
    291 | #endif
    292 | #if HAVE_SYS_STAT_H
    293 | # include <sys/stat.h>
    294 | #endif
    295 | #if STDC_HEADERS
    296 | # include <stdlib.h>
    297 | # include <stddef.h>
    298 | #else
    299 | # if HAVE_STDLIB_H
    300 | #  include <stdlib.h>
    301 | # endif
    302 | #endif
    303 | #if HAVE_STRING_H
    304 | # if !STDC_HEADERS && HAVE_MEMORY_H
    305 | #  include <memory.h>
    306 | # endif
    307 | # include <string.h>
    308 | #endif
    309 | #if HAVE_STRINGS_H
    310 | # include <strings.h>
    311 | #endif
    312 | #if HAVE_INTTYPES_H
    313 | # include <inttypes.h>
    314 | #else
    315 | # if HAVE_STDINT_H
    316 | #  include <stdint.h>
    317 | # endif
    318 | #endif
    319 | #if HAVE_UNISTD_H
    320 | # include <unistd.h>
    321 | #endif
    322 | #include <minix/config.h>
    323 configure:3473: result: no
    324 configure:3477: checking minix/config.h presence
    325 configure:3487: gcc -E  conftest.c
    326 conftest.c:22:26: error: minix/config.h: No such file or directory
    327 configure:3493: $? = 1
    328 configure: failed program was:
    329 | /* confdefs.h.  */
    330 | 
    331 | #define PACKAGE_NAME "GNU Bison"
    332 | #define PACKAGE_TARNAME "bison"
    333 | #define PACKAGE_VERSION "2.3"
    334 | #define PACKAGE_STRING "GNU Bison 2.3"
    335 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
    336 | #define PACKAGE "bison"
    337 | #define VERSION "2.3"
    338 | #define _GNU_SOURCE 1
    339 | #define STDC_HEADERS 1
    340 | #define HAVE_SYS_TYPES_H 1
    341 | #define HAVE_SYS_STAT_H 1
    342 | #define HAVE_STDLIB_H 1
    343 | #define HAVE_STRING_H 1
    344 | #define HAVE_MEMORY_H 1
    345 | #define HAVE_STRINGS_H 1
    346 | #define HAVE_INTTYPES_H 1
    347 | #define HAVE_STDINT_H 1
    348 | #define HAVE_UNISTD_H 1
    349 | /* end confdefs.h.  */
    350 | #include <minix/config.h>
    351 configure:3513: result: no
    352 configure:3548: checking for minix/config.h
    353 configure:3555: result: no
    354 configure:3594: checking whether it is safe to define __EXTENSIONS__
    355 configure:3617: gcc -c -g -O2  conftest.c >&5
    356 configure:3623: $? = 0
    357 configure:3626: test -z 			 || test ! -s conftest.err
    358 configure:3629: $? = 0
    359 configure:3632: test -s conftest.o
    360 configure:3635: $? = 0
    361 configure:3646: result: yes
    362 configure:3706: checking for gcc
    363 configure:3732: result: gcc
    364 configure:3976: checking for C compiler version
    365 configure:3979: gcc --version </dev/null >&5
    366 gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
    367 Copyright (C) 2006 Free Software Foundation, Inc.
    368 This is free software; see the source for copying conditions.  There is NO
    369 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    370 
    371 configure:3982: $? = 0
    372 configure:3984: gcc -v </dev/null >&5
    373 Using built-in specs.
    374 Target: i486-linux-gnu
    375 Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu
    376 Thread model: posix
    377 gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
    378 configure:3987: $? = 0
    379 configure:3989: gcc -V </dev/null >&5
    380 gcc: '-V' option must have argument
    381 configure:3992: $? = 1
    382 configure:3995: checking whether we are using the GNU C compiler
    383 configure:4050: result: yes
    384 configure:4056: checking whether gcc accepts -g
    385 configure:4106: result: yes
    386 configure:4123: checking for gcc option to accept ANSI C
    387 configure:4229: result: none needed
    388 configure:4247: gcc -c -g -O2  conftest.c >&5
    389 conftest.c:2: error: syntax error before 'me'
    390 configure:4253: $? = 1
    391 configure: failed program was:
    392 | #ifndef __cplusplus
    393 |   choke me
    394 | #endif
    395 configure:4385: checking dependency style of gcc
    396 configure:4475: result: gcc3
    397 configure:4538: checking for gcc
    398 configure:4564: result: gcc
    399 configure:4808: checking for C compiler version
    400 configure:4811: gcc --version </dev/null >&5
    401 gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
    402 Copyright (C) 2006 Free Software Foundation, Inc.
    403 This is free software; see the source for copying conditions.  There is NO
    404 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    405 
    406 configure:4814: $? = 0
    407 configure:4816: gcc -v </dev/null >&5
    408 Using built-in specs.
    409 Target: i486-linux-gnu
    410 Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu
    411 Thread model: posix
    412 gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
    413 configure:4819: $? = 0
    414 configure:4821: gcc -V </dev/null >&5
    415 gcc: '-V' option must have argument
    416 configure:4824: $? = 1
    417 configure:4827: checking whether we are using the GNU C compiler
    418 configure:4882: result: yes
    419 configure:4888: checking whether gcc accepts -g
    420 configure:4938: result: yes
    421 configure:4955: checking for gcc option to accept ANSI C
    422 configure:5061: result: none needed
    423 configure:5079: gcc -c -g -O2  conftest.c >&5
    424 conftest.c:2: error: syntax error before 'me'
    425 configure:5085: $? = 1
    426 configure: failed program was:
    427 | #ifndef __cplusplus
    428 |   choke me
    429 | #endif
    430 configure:5217: checking dependency style of gcc
    431 configure:5307: result: gcc3
    432 configure:6007: gcc -c -g -O2  conftest.c >&5
    433 configure:6013: $? = 0
    434 configure:6016: test -z 			 || test ! -s conftest.err
    435 configure:6019: $? = 0
    436 configure:6022: test -s conftest.o
    437 configure:6025: $? = 0
    438 configure:6064: checking for flex
    439 configure:6080: found /usr/bin/flex
    440 configure:6090: result: flex
    441 configure:6103: checking for yywrap in -lfl
    442 configure:6133: gcc -o conftest -g -O2   conftest.c -lfl   >&5
    443 configure:6139: $? = 0
    444 configure:6142: test -z 			 || test ! -s conftest.err
    445 configure:6145: $? = 0
    446 configure:6148: test -s conftest
    447 configure:6151: $? = 0
    448 configure:6164: result: yes
    449 configure:6241: checking lex output file root
    450 configure:6252: flex conftest.l
    451 configure:6255: $? = 0
    452 configure:6267: result: lex.yy
    453 configure:6272: checking whether yytext is a pointer
    454 configure:6288: gcc -o conftest -g -O2   conftest.c  -lfl >&5
    455 configure:6294: $? = 0
    456 configure:6297: test -z 			 || test ! -s conftest.err
    457 configure:6300: $? = 0
    458 configure:6303: test -s conftest
    459 configure:6306: $? = 0
    460 configure:6320: result: yes
    461 configure:6335: checking for bison
    462 configure:6351: found /usr/bin/bison
    463 configure:6361: result: bison -y
    464 configure:6413: checking for ranlib
    465 configure:6429: found /usr/bin/ranlib
    466 configure:6440: result: ranlib
    467 configure:6456: checking for gm4
    468 configure:6489: result: no
    469 configure:6456: checking for gnum4
    470 configure:6489: result: no
    471 configure:6456: checking for m4
    472 configure:6474: found /usr/bin/m4
    473 configure:6486: result: /usr/bin/m4
    474 configure:6497: checking whether m4 supports frozen files
    475 configure:6509: result: yes
    476 configure:6541: checking locale.h usability
    477 configure:6553: gcc -c -g -O2  conftest.c >&5
    478 configure:6559: $? = 0
    479 configure:6562: test -z 			 || test ! -s conftest.err
    480 configure:6565: $? = 0
    481 configure:6568: test -s conftest.o
    482 configure:6571: $? = 0
    483 configure:6581: result: yes
    484 configure:6585: checking locale.h presence
    485 configure:6595: gcc -E  conftest.c
    486 configure:6601: $? = 0
    487 configure:6621: result: yes
    488 configure:6656: checking for locale.h
    489 configure:6663: result: yes
    490 configure:6541: checking wchar.h usability
    491 configure:6553: gcc -c -g -O2  conftest.c >&5
    492 configure:6559: $? = 0
    493 configure:6562: test -z 			 || test ! -s conftest.err
    494 configure:6565: $? = 0
    495 configure:6568: test -s conftest.o
    496 configure:6571: $? = 0
    497 configure:6581: result: yes
    498 configure:6585: checking wchar.h presence
    499 configure:6595: gcc -E  conftest.c
    500 configure:6601: $? = 0
    501 configure:6621: result: yes
    502 configure:6656: checking for wchar.h
    503 configure:6663: result: yes
    504 configure:6541: checking wctype.h usability
    505 configure:6553: gcc -c -g -O2  conftest.c >&5
    506 configure:6559: $? = 0
    507 configure:6562: test -z 			 || test ! -s conftest.err
    508 configure:6565: $? = 0
    509 configure:6568: test -s conftest.o
    510 configure:6571: $? = 0
    511 configure:6581: result: yes
    512 configure:6585: checking wctype.h presence
    513 configure:6595: gcc -E  conftest.c
    514 configure:6601: $? = 0
    515 configure:6621: result: yes
    516 configure:6656: checking for wctype.h
    517 configure:6663: result: yes
    518 configure:6688: checking for stdbool.h that conforms to C99
    519 configure:6776: gcc -c -g -O2  conftest.c >&5
    520 configure:6782: $? = 0
    521 configure:6785: test -z 			 || test ! -s conftest.err
    522 configure:6788: $? = 0
    523 configure:6791: test -s conftest.o
    524 configure:6794: $? = 0
    525 configure:6805: result: yes
    526 configure:6807: checking for _Bool
    527 configure:6831: gcc -c -g -O2  conftest.c >&5
    528 configure:6837: $? = 0
    529 configure:6840: test -z 			 || test ! -s conftest.err
    530 configure:6843: $? = 0
    531 configure:6846: test -s conftest.o
    532 configure:6849: $? = 0
    533 configure:6860: result: yes
    534 configure:6899: checking for inline
    535 configure:6920: gcc -c -g -O2  conftest.c >&5
    536 configure:6926: $? = 0
    537 configure:6929: test -z 			 || test ! -s conftest.err
    538 configure:6932: $? = 0
    539 configure:6935: test -s conftest.o
    540 configure:6938: $? = 0
    541 configure:6950: result: inline
    542 configure:6971: checking for uintptr_t
    543 configure:6995: gcc -c -g -O2  conftest.c >&5
    544 configure:7001: $? = 0
    545 configure:7004: test -z 			 || test ! -s conftest.err
    546 configure:7007: $? = 0
    547 configure:7010: test -s conftest.o
    548 configure:7013: $? = 0
    549 configure:7024: result: yes
    550 configure:7045: checking for setlocale
    551 configure:7102: gcc -o conftest -g -O2   conftest.c  >&5
    552 configure:7108: $? = 0
    553 configure:7111: test -z 			 || test ! -s conftest.err
    554 configure:7114: $? = 0
    555 configure:7117: test -s conftest
    556 configure:7120: $? = 0
    557 configure:7132: result: yes
    558 configure:7045: checking for isascii
    559 configure:7102: gcc -o conftest -g -O2   conftest.c  >&5
    560 conftest.c:57: warning: conflicting types for built-in function 'isascii'
    561 configure:7108: $? = 0
    562 configure:7111: test -z 			 || test ! -s conftest.err
    563 configure:7114: $? = 0
    564 configure:7117: test -s conftest
    565 configure:7120: $? = 0
    566 configure:7132: result: yes
    567 configure:7045: checking for iswprint
    568 configure:7102: gcc -o conftest -g -O2   conftest.c  >&5
    569 conftest.c:58: warning: conflicting types for built-in function 'iswprint'
    570 configure:7108: $? = 0
    571 configure:7111: test -z 			 || test ! -s conftest.err
    572 configure:7114: $? = 0
    573 configure:7117: test -s conftest
    574 configure:7120: $? = 0
    575 configure:7132: result: yes
    576 configure:7045: checking for mbsinit
    577 configure:7102: gcc -o conftest -g -O2   conftest.c  >&5
    578 configure:7108: $? = 0
    579 configure:7111: test -z 			 || test ! -s conftest.err
    580 configure:7114: $? = 0
    581 configure:7117: test -s conftest
    582 configure:7120: $? = 0
    583 configure:7132: result: yes
    584 configure:7154: checking if malloc debugging is wanted
    585 configure:7175: result: no
    586 configure:7180: checking for pid_t
    587 configure:7204: gcc -c -g -O2  conftest.c >&5
    588 configure:7210: $? = 0
    589 configure:7213: test -z 			 || test ! -s conftest.err
    590 configure:7216: $? = 0
    591 configure:7219: test -s conftest.o
    592 configure:7222: $? = 0
    593 configure:7233: result: yes
    594 configure:7245: checking for sys/wait.h that is POSIX.1 compatible
    595 configure:7276: gcc -c -g -O2  conftest.c >&5
    596 configure:7282: $? = 0
    597 configure:7285: test -z 			 || test ! -s conftest.err
    598 configure:7288: $? = 0
    599 configure:7291: test -s conftest.o
    600 configure:7294: $? = 0
    601 configure:7305: result: yes
    602 configure:7320: checking for dup2
    603 configure:7377: gcc -o conftest -g -O2   conftest.c  >&5
    604 configure:7383: $? = 0
    605 configure:7386: test -z 			 || test ! -s conftest.err
    606 configure:7389: $? = 0
    607 configure:7392: test -s conftest
    608 configure:7395: $? = 0
    609 configure:7407: result: yes
    610 configure:7320: checking for waitpid
    611 configure:7377: gcc -o conftest -g -O2   conftest.c  >&5
    612 configure:7383: $? = 0
    613 configure:7386: test -z 			 || test ! -s conftest.err
    614 configure:7389: $? = 0
    615 configure:7392: test -s conftest
    616 configure:7395: $? = 0
    617 configure:7407: result: yes
    618 configure:7423: checking for unistd.h
    619 configure:7428: result: yes
    620 configure:7432: checking vfork.h usability
    621 configure:7444: gcc -c -g -O2  conftest.c >&5
    622 conftest.c:74:19: error: vfork.h: No such file or directory
    623 configure:7450: $? = 1
    624 configure: failed program was:
    625 | /* confdefs.h.  */
    626 | 
    627 | #define PACKAGE_NAME "GNU Bison"
    628 | #define PACKAGE_TARNAME "bison"
    629 | #define PACKAGE_VERSION "2.3"
    630 | #define PACKAGE_STRING "GNU Bison 2.3"
    631 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
    632 | #define PACKAGE "bison"
    633 | #define VERSION "2.3"
    634 | #define _GNU_SOURCE 1
    635 | #define STDC_HEADERS 1
    636 | #define HAVE_SYS_TYPES_H 1
    637 | #define HAVE_SYS_STAT_H 1
    638 | #define HAVE_STDLIB_H 1
    639 | #define HAVE_STRING_H 1
    640 | #define HAVE_MEMORY_H 1
    641 | #define HAVE_STRINGS_H 1
    642 | #define HAVE_INTTYPES_H 1
    643 | #define HAVE_STDINT_H 1
    644 | #define HAVE_UNISTD_H 1
    645 | #define __EXTENSIONS__ 1
    646 | #define _POSIX_PTHREAD_SEMANTICS 1
    647 | #define YYTEXT_POINTER 1
    648 | #define M4 "/usr/bin/m4"
    649 | #define HAVE_LOCALE_H 1
    650 | #define HAVE_WCHAR_H 1
    651 | #define HAVE_WCTYPE_H 1
    652 | #define HAVE__BOOL 1
    653 | #define HAVE_STDBOOL_H 1
    654 | #define HAVE_UINTPTR_T 1
    655 | #define HAVE_SETLOCALE 1
    656 | #define HAVE_ISASCII 1
    657 | #define HAVE_ISWPRINT 1
    658 | #define HAVE_MBSINIT 1
    659 | #define HAVE_SYS_WAIT_H 1
    660 | #define HAVE_DUP2 1
    661 | #define HAVE_WAITPID 1
    662 | #define HAVE_UNISTD_H 1
    663 | /* end confdefs.h.  */
    664 | #include <stdio.h>
    665 | #if HAVE_SYS_TYPES_H
    666 | # include <sys/types.h>
    667 | #endif
    668 | #if HAVE_SYS_STAT_H
    669 | # include <sys/stat.h>
    670 | #endif
    671 | #if STDC_HEADERS
    672 | # include <stdlib.h>
    673 | # include <stddef.h>
    674 | #else
    675 | # if HAVE_STDLIB_H
    676 | #  include <stdlib.h>
    677 | # endif
    678 | #endif
    679 | #if HAVE_STRING_H
    680 | # if !STDC_HEADERS && HAVE_MEMORY_H
    681 | #  include <memory.h>
    682 | # endif
    683 | # include <string.h>
    684 | #endif
    685 | #if HAVE_STRINGS_H
    686 | # include <strings.h>
    687 | #endif
    688 | #if HAVE_INTTYPES_H
    689 | # include <inttypes.h>
    690 | #else
    691 | # if HAVE_STDINT_H
    692 | #  include <stdint.h>
    693 | # endif
    694 | #endif
    695 | #if HAVE_UNISTD_H
    696 | # include <unistd.h>
    697 | #endif
    698 | #include <vfork.h>
    699 configure:7472: result: no
    700 configure:7476: checking vfork.h presence
    701 configure:7486: gcc -E  conftest.c
    702 conftest.c:40:19: error: vfork.h: No such file or directory
    703 configure:7492: $? = 1
    704 configure: failed program was:
    705 | /* confdefs.h.  */
    706 | 
    707 | #define PACKAGE_NAME "GNU Bison"
    708 | #define PACKAGE_TARNAME "bison"
    709 | #define PACKAGE_VERSION "2.3"
    710 | #define PACKAGE_STRING "GNU Bison 2.3"
    711 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
    712 | #define PACKAGE "bison"
    713 | #define VERSION "2.3"
    714 | #define _GNU_SOURCE 1
    715 | #define STDC_HEADERS 1
    716 | #define HAVE_SYS_TYPES_H 1
    717 | #define HAVE_SYS_STAT_H 1
    718 | #define HAVE_STDLIB_H 1
    719 | #define HAVE_STRING_H 1
    720 | #define HAVE_MEMORY_H 1
    721 | #define HAVE_STRINGS_H 1
    722 | #define HAVE_INTTYPES_H 1
    723 | #define HAVE_STDINT_H 1
    724 | #define HAVE_UNISTD_H 1
    725 | #define __EXTENSIONS__ 1
    726 | #define _POSIX_PTHREAD_SEMANTICS 1
    727 | #define YYTEXT_POINTER 1
    728 | #define M4 "/usr/bin/m4"
    729 | #define HAVE_LOCALE_H 1
    730 | #define HAVE_WCHAR_H 1
    731 | #define HAVE_WCTYPE_H 1
    732 | #define HAVE__BOOL 1
    733 | #define HAVE_STDBOOL_H 1
    734 | #define HAVE_UINTPTR_T 1
    735 | #define HAVE_SETLOCALE 1
    736 | #define HAVE_ISASCII 1
    737 | #define HAVE_ISWPRINT 1
    738 | #define HAVE_MBSINIT 1
    739 | #define HAVE_SYS_WAIT_H 1
    740 | #define HAVE_DUP2 1
    741 | #define HAVE_WAITPID 1
    742 | #define HAVE_UNISTD_H 1
    743 | /* end confdefs.h.  */
    744 | #include <vfork.h>
    745 configure:7512: result: no
    746 configure:7547: checking for vfork.h
    747 configure:7554: result: no
    748 configure:7572: checking for fork
    749 configure:7629: gcc -o conftest -g -O2   conftest.c  >&5
    750 conftest.c:64: warning: conflicting types for built-in function 'fork'
    751 configure:7635: $? = 0
    752 configure:7638: test -z 			 || test ! -s conftest.err
    753 configure:7641: $? = 0
    754 configure:7644: test -s conftest
    755 configure:7647: $? = 0
    756 configure:7659: result: yes
    757 configure:7572: checking for vfork
    758 configure:7629: gcc -o conftest -g -O2   conftest.c  >&5
    759 configure:7635: $? = 0
    760 configure:7638: test -z 			 || test ! -s conftest.err
    761 configure:7641: $? = 0
    762 configure:7644: test -s conftest
    763 configure:7647: $? = 0
    764 configure:7659: result: yes
    765 configure:7670: checking for working fork
    766 configure:7693: gcc -o conftest -g -O2   conftest.c  >&5
    767 conftest.c: In function 'main':
    768 conftest.c:10: warning: incompatible implicit declaration of built-in function 'exit'
    769 configure:7696: $? = 0
    770 configure:7698: ./conftest
    771 configure:7701: $? = 0
    772 configure:7715: result: yes
    773 configure:7736: checking for working vfork
    774 configure:7869: result: yes
    775 configure:7916: checking sys/time.h usability
    776 configure:7928: gcc -c -g -O2  conftest.c >&5
    777 configure:7934: $? = 0
    778 configure:7937: test -z 			 || test ! -s conftest.err
    779 configure:7940: $? = 0
    780 configure:7943: test -s conftest.o
    781 configure:7946: $? = 0
    782 configure:7956: result: yes
    783 configure:7960: checking sys/time.h presence
    784 configure:7970: gcc -E  conftest.c
    785 configure:7976: $? = 0
    786 configure:7996: result: yes
    787 configure:8031: checking for sys/time.h
    788 configure:8038: result: yes
    789 configure:7916: checking sys/times.h usability
    790 configure:7928: gcc -c -g -O2  conftest.c >&5
    791 configure:7934: $? = 0
    792 configure:7937: test -z 			 || test ! -s conftest.err
    793 configure:7940: $? = 0
    794 configure:7943: test -s conftest.o
    795 configure:7946: $? = 0
    796 configure:7956: result: yes
    797 configure:7960: checking sys/times.h presence
    798 configure:7970: gcc -E  conftest.c
    799 configure:7976: $? = 0
    800 configure:7996: result: yes
    801 configure:8031: checking for sys/times.h
    802 configure:8038: result: yes
    803 configure:8055: checking for sys/resource.h
    804 configure:8078: gcc -c -g -O2  conftest.c >&5
    805 configure:8084: $? = 0
    806 configure:8087: test -z 			 || test ! -s conftest.err
    807 configure:8090: $? = 0
    808 configure:8093: test -s conftest.o
    809 configure:8096: $? = 0
    810 configure:8107: result: yes
    811 configure:8122: checking for times
    812 configure:8179: gcc -o conftest -g -O2   conftest.c  >&5
    813 configure:8185: $? = 0
    814 configure:8188: test -z 			 || test ! -s conftest.err
    815 configure:8191: $? = 0
    816 configure:8194: test -s conftest
    817 configure:8197: $? = 0
    818 configure:8209: result: yes
    819 configure:8220: checking whether getrusage is declared
    820 configure:8255: gcc -c -g -O2  conftest.c >&5
    821 configure:8261: $? = 0
    822 configure:8264: test -z 			 || test ! -s conftest.err
    823 configure:8267: $? = 0
    824 configure:8270: test -s conftest.o
    825 configure:8273: $? = 0
    826 configure:8284: result: yes
    827 configure:8300: checking whether times is declared
    828 configure:8335: gcc -c -g -O2  conftest.c >&5
    829 configure:8341: $? = 0
    830 configure:8344: test -z 			 || test ! -s conftest.err
    831 configure:8347: $? = 0
    832 configure:8350: test -s conftest.o
    833 configure:8353: $? = 0
    834 configure:8364: result: yes
    835 configure:8380: checking whether clock is declared
    836 configure:8415: gcc -c -g -O2  conftest.c >&5
    837 conftest.c: In function 'main':
    838 conftest.c:99: error: 'clock' undeclared (first use in this function)
    839 conftest.c:99: error: (Each undeclared identifier is reported only once
    840 conftest.c:99: error: for each function it appears in.)
    841 configure:8421: $? = 1
    842 configure: failed program was:
    843 | /* confdefs.h.  */
    844 | 
    845 | #define PACKAGE_NAME "GNU Bison"
    846 | #define PACKAGE_TARNAME "bison"
    847 | #define PACKAGE_VERSION "2.3"
    848 | #define PACKAGE_STRING "GNU Bison 2.3"
    849 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
    850 | #define PACKAGE "bison"
    851 | #define VERSION "2.3"
    852 | #define _GNU_SOURCE 1
    853 | #define STDC_HEADERS 1
    854 | #define HAVE_SYS_TYPES_H 1
    855 | #define HAVE_SYS_STAT_H 1
    856 | #define HAVE_STDLIB_H 1
    857 | #define HAVE_STRING_H 1
    858 | #define HAVE_MEMORY_H 1
    859 | #define HAVE_STRINGS_H 1
    860 | #define HAVE_INTTYPES_H 1
    861 | #define HAVE_STDINT_H 1
    862 | #define HAVE_UNISTD_H 1
    863 | #define __EXTENSIONS__ 1
    864 | #define _POSIX_PTHREAD_SEMANTICS 1
    865 | #define YYTEXT_POINTER 1
    866 | #define M4 "/usr/bin/m4"
    867 | #define HAVE_LOCALE_H 1
    868 | #define HAVE_WCHAR_H 1
    869 | #define HAVE_WCTYPE_H 1
    870 | #define HAVE__BOOL 1
    871 | #define HAVE_STDBOOL_H 1
    872 | #define HAVE_UINTPTR_T 1
    873 | #define HAVE_SETLOCALE 1
    874 | #define HAVE_ISASCII 1
    875 | #define HAVE_ISWPRINT 1
    876 | #define HAVE_MBSINIT 1
    877 | #define HAVE_SYS_WAIT_H 1
    878 | #define HAVE_DUP2 1
    879 | #define HAVE_WAITPID 1
    880 | #define HAVE_UNISTD_H 1
    881 | #define HAVE_FORK 1
    882 | #define HAVE_VFORK 1
    883 | #define HAVE_WORKING_VFORK 1
    884 | #define HAVE_WORKING_FORK 1
    885 | #define HAVE_SYS_TIME_H 1
    886 | #define HAVE_SYS_TIMES_H 1
    887 | #define HAVE_SYS_RESOURCE_H 1
    888 | #define HAVE_TIMES 1
    889 | #define HAVE_DECL_GETRUSAGE 1
    890 | #define HAVE_DECL_TIMES 1
    891 | /* end confdefs.h.  */
    892 | #include <stdio.h>
    893 | #if HAVE_SYS_TYPES_H
    894 | # include <sys/types.h>
    895 | #endif
    896 | #if HAVE_SYS_STAT_H
    897 | # include <sys/stat.h>
    898 | #endif
    899 | #if STDC_HEADERS
    900 | # include <stdlib.h>
    901 | # include <stddef.h>
    902 | #else
    903 | # if HAVE_STDLIB_H
    904 | #  include <stdlib.h>
    905 | # endif
    906 | #endif
    907 | #if HAVE_STRING_H
    908 | # if !STDC_HEADERS && HAVE_MEMORY_H
    909 | #  include <memory.h>
    910 | # endif
    911 | # include <string.h>
    912 | #endif
    913 | #if HAVE_STRINGS_H
    914 | # include <strings.h>
    915 | #endif
    916 | #if HAVE_INTTYPES_H
    917 | # include <inttypes.h>
    918 | #else
    919 | # if HAVE_STDINT_H
    920 | #  include <stdint.h>
    921 | # endif
    922 | #endif
    923 | #if HAVE_UNISTD_H
    924 | # include <unistd.h>
    925 | #endif
    926 | #if HAVE_SYS_TIME_H
    927 | # include <sys/time.h>
    928 | #endif
    929 | #if HAVE_SYS_TIMES_H
    930 | # include <sys/times.h>
    931 | #endif
    932 | #if HAVE_SYS_RESOURCE_H
    933 | # include <sys/resource.h>
    934 | #endif
    935 | 
    936 | 
    937 | int
    938 | main ()
    939 | {
    940 | #ifndef clock
    941 |   char *p = (char *) clock;
    942 | #endif
    943 | 
    944 |   ;
    945 |   return 0;
    946 | }
    947 configure:8444: result: no
    948 configure:8460: checking whether sysconf is declared
    949 configure:8495: gcc -c -g -O2  conftest.c >&5
    950 configure:8501: $? = 0
    951 configure:8504: test -z 			 || test ! -s conftest.err
    952 configure:8507: $? = 0
    953 configure:8510: test -s conftest.o
    954 configure:8513: $? = 0
    955 configure:8524: result: yes
    956 configure:8543: checking for clock_t
    957 configure:8578: gcc -c -g -O2  conftest.c >&5
    958 configure:8584: $? = 0
    959 configure:8587: test -z 			 || test ! -s conftest.err
    960 configure:8590: $? = 0
    961 configure:8593: test -s conftest.o
    962 configure:8596: $? = 0
    963 configure:8607: result: yes
    964 configure:8617: checking for struct tms
    965 configure:8652: gcc -c -g -O2  conftest.c >&5
    966 configure:8658: $? = 0
    967 configure:8661: test -z 			 || test ! -s conftest.err
    968 configure:8664: $? = 0
    969 configure:8667: test -s conftest.o
    970 configure:8670: $? = 0
    971 configure:8681: result: yes
    972 configure:8696: checking whether system is Windows or MSDOS
    973 configure:8720: gcc -c -g -O2  conftest.c >&5
    974 conftest.c: In function 'main':
    975 conftest.c:59: error: 'neither' undeclared (first use in this function)
    976 conftest.c:59: error: (Each undeclared identifier is reported only once
    977 conftest.c:59: error: for each function it appears in.)
    978 conftest.c:59: error: syntax error before 'MSDOS'
    979 configure:8726: $? = 1
    980 configure: failed program was:
    981 | /* confdefs.h.  */
    982 | 
    983 | #define PACKAGE_NAME "GNU Bison"
    984 | #define PACKAGE_TARNAME "bison"
    985 | #define PACKAGE_VERSION "2.3"
    986 | #define PACKAGE_STRING "GNU Bison 2.3"
    987 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
    988 | #define PACKAGE "bison"
    989 | #define VERSION "2.3"
    990 | #define _GNU_SOURCE 1
    991 | #define STDC_HEADERS 1
    992 | #define HAVE_SYS_TYPES_H 1
    993 | #define HAVE_SYS_STAT_H 1
    994 | #define HAVE_STDLIB_H 1
    995 | #define HAVE_STRING_H 1
    996 | #define HAVE_MEMORY_H 1
    997 | #define HAVE_STRINGS_H 1
    998 | #define HAVE_INTTYPES_H 1
    999 | #define HAVE_STDINT_H 1
   1000 | #define HAVE_UNISTD_H 1
   1001 | #define __EXTENSIONS__ 1
   1002 | #define _POSIX_PTHREAD_SEMANTICS 1
   1003 | #define YYTEXT_POINTER 1
   1004 | #define M4 "/usr/bin/m4"
   1005 | #define HAVE_LOCALE_H 1
   1006 | #define HAVE_WCHAR_H 1
   1007 | #define HAVE_WCTYPE_H 1
   1008 | #define HAVE__BOOL 1
   1009 | #define HAVE_STDBOOL_H 1
   1010 | #define HAVE_UINTPTR_T 1
   1011 | #define HAVE_SETLOCALE 1
   1012 | #define HAVE_ISASCII 1
   1013 | #define HAVE_ISWPRINT 1
   1014 | #define HAVE_MBSINIT 1
   1015 | #define HAVE_SYS_WAIT_H 1
   1016 | #define HAVE_DUP2 1
   1017 | #define HAVE_WAITPID 1
   1018 | #define HAVE_UNISTD_H 1
   1019 | #define HAVE_FORK 1
   1020 | #define HAVE_VFORK 1
   1021 | #define HAVE_WORKING_VFORK 1
   1022 | #define HAVE_WORKING_FORK 1
   1023 | #define HAVE_SYS_TIME_H 1
   1024 | #define HAVE_SYS_TIMES_H 1
   1025 | #define HAVE_SYS_RESOURCE_H 1
   1026 | #define HAVE_TIMES 1
   1027 | #define HAVE_DECL_GETRUSAGE 1
   1028 | #define HAVE_DECL_TIMES 1
   1029 | #define HAVE_DECL_CLOCK 0
   1030 | #define HAVE_DECL_SYSCONF 1
   1031 | #define HAVE_CLOCK_T 1
   1032 | #define HAVE_STRUCT_TMS 1
   1033 | /* end confdefs.h.  */
   1034 | 
   1035 | int
   1036 | main ()
   1037 | {
   1038 | #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__
   1039 | neither MSDOS nor Windows
   1040 | #endif
   1041 |   ;
   1042 |   return 0;
   1043 | }
   1044 configure:8750: result: no
   1045 configure:8779: checking whether strerror_r is declared
   1046 configure:8803: gcc -c -g -O2  conftest.c >&5
   1047 configure:8809: $? = 0
   1048 configure:8812: test -z 			 || test ! -s conftest.err
   1049 configure:8815: $? = 0
   1050 configure:8818: test -s conftest.o
   1051 configure:8821: $? = 0
   1052 configure:8832: result: yes
   1053 configure:8854: checking for strerror_r
   1054 configure:8911: gcc -o conftest -g -O2   conftest.c  >&5
   1055 configure:8917: $? = 0
   1056 configure:8920: test -z 			 || test ! -s conftest.err
   1057 configure:8923: $? = 0
   1058 configure:8926: test -s conftest
   1059 configure:8929: $? = 0
   1060 configure:8941: result: yes
   1061 configure:8951: checking whether strerror_r returns char *
   1062 configure:8979: gcc -c -g -O2  conftest.c >&5
   1063 configure:8985: $? = 0
   1064 configure:8988: test -z 			 || test ! -s conftest.err
   1065 configure:8991: $? = 0
   1066 configure:8994: test -s conftest.o
   1067 configure:8997: $? = 0
   1068 configure:9057: result: yes
   1069 configure:9083: checking getopt.h usability
   1070 configure:9095: gcc -c -g -O2  conftest.c >&5
   1071 configure:9101: $? = 0
   1072 configure:9104: test -z 			 || test ! -s conftest.err
   1073 configure:9107: $? = 0
   1074 configure:9110: test -s conftest.o
   1075 configure:9113: $? = 0
   1076 configure:9123: result: yes
   1077 configure:9127: checking getopt.h presence
   1078 configure:9137: gcc -E  conftest.c
   1079 configure:9143: $? = 0
   1080 configure:9163: result: yes
   1081 configure:9198: checking for getopt.h
   1082 configure:9205: result: yes
   1083 configure:9227: checking for getopt_long_only
   1084 configure:9284: gcc -o conftest -g -O2   conftest.c  >&5
   1085 configure:9290: $? = 0
   1086 configure:9293: test -z 			 || test ! -s conftest.err
   1087 configure:9296: $? = 0
   1088 configure:9299: test -s conftest
   1089 configure:9302: $? = 0
   1090 configure:9314: result: yes
   1091 configure:9329: checking whether optreset is declared
   1092 configure:9354: gcc -c -g -O2  conftest.c >&5
   1093 conftest.c: In function 'main':
   1094 conftest.c:67: error: 'optreset' undeclared (first use in this function)
   1095 conftest.c:67: error: (Each undeclared identifier is reported only once
   1096 conftest.c:67: error: for each function it appears in.)
   1097 configure:9360: $? = 1
   1098 configure: failed program was:
   1099 | /* confdefs.h.  */
   1100 | 
   1101 | #define PACKAGE_NAME "GNU Bison"
   1102 | #define PACKAGE_TARNAME "bison"
   1103 | #define PACKAGE_VERSION "2.3"
   1104 | #define PACKAGE_STRING "GNU Bison 2.3"
   1105 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
   1106 | #define PACKAGE "bison"
   1107 | #define VERSION "2.3"
   1108 | #define _GNU_SOURCE 1
   1109 | #define STDC_HEADERS 1
   1110 | #define HAVE_SYS_TYPES_H 1
   1111 | #define HAVE_SYS_STAT_H 1
   1112 | #define HAVE_STDLIB_H 1
   1113 | #define HAVE_STRING_H 1
   1114 | #define HAVE_MEMORY_H 1
   1115 | #define HAVE_STRINGS_H 1
   1116 | #define HAVE_INTTYPES_H 1
   1117 | #define HAVE_STDINT_H 1
   1118 | #define HAVE_UNISTD_H 1
   1119 | #define __EXTENSIONS__ 1
   1120 | #define _POSIX_PTHREAD_SEMANTICS 1
   1121 | #define YYTEXT_POINTER 1
   1122 | #define M4 "/usr/bin/m4"
   1123 | #define HAVE_LOCALE_H 1
   1124 | #define HAVE_WCHAR_H 1
   1125 | #define HAVE_WCTYPE_H 1
   1126 | #define HAVE__BOOL 1
   1127 | #define HAVE_STDBOOL_H 1
   1128 | #define HAVE_UINTPTR_T 1
   1129 | #define HAVE_SETLOCALE 1
   1130 | #define HAVE_ISASCII 1
   1131 | #define HAVE_ISWPRINT 1
   1132 | #define HAVE_MBSINIT 1
   1133 | #define HAVE_SYS_WAIT_H 1
   1134 | #define HAVE_DUP2 1
   1135 | #define HAVE_WAITPID 1
   1136 | #define HAVE_UNISTD_H 1
   1137 | #define HAVE_FORK 1
   1138 | #define HAVE_VFORK 1
   1139 | #define HAVE_WORKING_VFORK 1
   1140 | #define HAVE_WORKING_FORK 1
   1141 | #define HAVE_SYS_TIME_H 1
   1142 | #define HAVE_SYS_TIMES_H 1
   1143 | #define HAVE_SYS_RESOURCE_H 1
   1144 | #define HAVE_TIMES 1
   1145 | #define HAVE_DECL_GETRUSAGE 1
   1146 | #define HAVE_DECL_TIMES 1
   1147 | #define HAVE_DECL_CLOCK 0
   1148 | #define HAVE_DECL_SYSCONF 1
   1149 | #define HAVE_CLOCK_T 1
   1150 | #define HAVE_STRUCT_TMS 1
   1151 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
   1152 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
   1153 | #define HAVE_DECL_STRERROR_R 1
   1154 | #define HAVE_STRERROR_R 1
   1155 | #define STRERROR_R_CHAR_P 1
   1156 | #define HAVE_GETOPT_H 1
   1157 | #define HAVE_GETOPT_LONG_ONLY 1
   1158 | /* end confdefs.h.  */
   1159 | #include <getopt.h>
   1160 | 
   1161 | int
   1162 | main ()
   1163 | {
   1164 | #ifndef optreset
   1165 |   char *p = (char *) optreset;
   1166 | #endif
   1167 | 
   1168 |   ;
   1169 |   return 0;
   1170 | }
   1171 configure:9383: result: no
   1172 configure:9392: checking for working GNU getopt function
   1173 configure:9483: gcc -o conftest -g -O2   conftest.c  >&5
   1174 configure:9486: $? = 0
   1175 configure:9488: ./conftest
   1176 conftest: invalid option -- +
   1177 configure:9491: $? = 0
   1178 configure:9505: result: yes
   1179 configure:9513: checking whether getenv is declared
   1180 configure:9537: gcc -c -g -O2  conftest.c >&5
   1181 configure:9543: $? = 0
   1182 configure:9546: test -z 			 || test ! -s conftest.err
   1183 configure:9549: $? = 0
   1184 configure:9552: test -s conftest.o
   1185 configure:9555: $? = 0
   1186 configure:9566: result: yes
   1187 configure:9600: checking whether NLS is requested
   1188 configure:9609: result: yes
   1189 configure:9647: checking for msgfmt
   1190 configure: trying /usr/bin/msgfmt...
   1191 0 translated messages.
   1192 configure:9679: result: /usr/bin/msgfmt
   1193 configure:9688: checking for gmsgfmt
   1194 configure:9719: result: /usr/bin/msgfmt
   1195 configure:9758: checking for xgettext
   1196 configure: trying /usr/bin/xgettext...
   1197 /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
   1198 configure:9790: result: /usr/bin/xgettext
   1199 configure:9830: checking for msgmerge
   1200 configure: trying /usr/bin/msgmerge...
   1201 configure:9861: result: /usr/bin/msgmerge
   1202 configure:9918: checking build system type
   1203 configure:9936: result: x86_64-unknown-linux-gnu
   1204 configure:9944: checking host system type
   1205 configure:9958: result: x86_64-unknown-linux-gnu
   1206 configure:9990: checking for ld used by GCC
   1207 configure:10054: result: /usr/bin/ld
   1208 configure:10063: checking if the linker (/usr/bin/ld) is GNU ld
   1209 configure:10076: result: yes
   1210 configure:10083: checking for shared library run path origin
   1211 configure:10096: result: done
   1212 configure:10547: checking for inttypes.h
   1213 configure:10569: gcc -c -g -O2  conftest.c >&5
   1214 configure:10575: $? = 0
   1215 configure:10578: test -z 			 || test ! -s conftest.err
   1216 configure:10581: $? = 0
   1217 configure:10584: test -s conftest.o
   1218 configure:10587: $? = 0
   1219 configure:10598: result: yes
   1220 configure:10609: checking for stdint.h
   1221 configure:10631: gcc -c -g -O2  conftest.c >&5
   1222 configure:10637: $? = 0
   1223 configure:10640: test -z 			 || test ! -s conftest.err
   1224 configure:10643: $? = 0
   1225 configure:10646: test -s conftest.o
   1226 configure:10649: $? = 0
   1227 configure:10660: result: yes
   1228 configure:10671: checking for unsigned long long
   1229 configure:10693: gcc -o conftest -g -O2   conftest.c  >&5
   1230 configure:10699: $? = 0
   1231 configure:10702: test -z 			 || test ! -s conftest.err
   1232 configure:10705: $? = 0
   1233 configure:10708: test -s conftest
   1234 configure:10711: $? = 0
   1235 configure:10723: result: yes
   1236 configure:10755: checking whether strdup is declared
   1237 configure:10779: gcc -c -g -O2  conftest.c >&5
   1238 configure:10785: $? = 0
   1239 configure:10788: test -z 			 || test ! -s conftest.err
   1240 configure:10791: $? = 0
   1241 configure:10794: test -s conftest.o
   1242 configure:10797: $? = 0
   1243 configure:10808: result: yes
   1244 configure:10828: checking whether strndup is declared
   1245 configure:10852: gcc -c -g -O2  conftest.c >&5
   1246 configure:10858: $? = 0
   1247 configure:10861: test -z 			 || test ! -s conftest.err
   1248 configure:10864: $? = 0
   1249 configure:10867: test -s conftest.o
   1250 configure:10870: $? = 0
   1251 configure:10881: result: yes
   1252 configure:10901: checking whether strnlen is declared
   1253 configure:10925: gcc -c -g -O2  conftest.c >&5
   1254 configure:10931: $? = 0
   1255 configure:10934: test -z 			 || test ! -s conftest.err
   1256 configure:10937: $? = 0
   1257 configure:10940: test -s conftest.o
   1258 configure:10943: $? = 0
   1259 configure:10954: result: yes
   1260 configure:10974: checking whether clearerr_unlocked is declared
   1261 configure:10998: gcc -c -g -O2  conftest.c >&5
   1262 configure:11004: $? = 0
   1263 configure:11007: test -z 			 || test ! -s conftest.err
   1264 configure:11010: $? = 0
   1265 configure:11013: test -s conftest.o
   1266 configure:11016: $? = 0
   1267 configure:11027: result: yes
   1268 configure:11047: checking whether feof_unlocked is declared
   1269 configure:11071: gcc -c -g -O2  conftest.c >&5
   1270 configure:11077: $? = 0
   1271 configure:11080: test -z 			 || test ! -s conftest.err
   1272 configure:11083: $? = 0
   1273 configure:11086: test -s conftest.o
   1274 configure:11089: $? = 0
   1275 configure:11100: result: yes
   1276 configure:11120: checking whether ferror_unlocked is declared
   1277 configure:11144: gcc -c -g -O2  conftest.c >&5
   1278 configure:11150: $? = 0
   1279 configure:11153: test -z 			 || test ! -s conftest.err
   1280 configure:11156: $? = 0
   1281 configure:11159: test -s conftest.o
   1282 configure:11162: $? = 0
   1283 configure:11173: result: yes
   1284 configure:11193: checking whether fflush_unlocked is declared
   1285 configure:11217: gcc -c -g -O2  conftest.c >&5
   1286 configure:11223: $? = 0
   1287 configure:11226: test -z 			 || test ! -s conftest.err
   1288 configure:11229: $? = 0
   1289 configure:11232: test -s conftest.o
   1290 configure:11235: $? = 0
   1291 configure:11246: result: yes
   1292 configure:11266: checking whether fgets_unlocked is declared
   1293 configure:11290: gcc -c -g -O2  conftest.c >&5
   1294 configure:11296: $? = 0
   1295 configure:11299: test -z 			 || test ! -s conftest.err
   1296 configure:11302: $? = 0
   1297 configure:11305: test -s conftest.o
   1298 configure:11308: $? = 0
   1299 configure:11319: result: yes
   1300 configure:11339: checking whether fputc_unlocked is declared
   1301 configure:11363: gcc -c -g -O2  conftest.c >&5
   1302 configure:11369: $? = 0
   1303 configure:11372: test -z 			 || test ! -s conftest.err
   1304 configure:11375: $? = 0
   1305 configure:11378: test -s conftest.o
   1306 configure:11381: $? = 0
   1307 configure:11392: result: yes
   1308 configure:11412: checking whether fputs_unlocked is declared
   1309 configure:11436: gcc -c -g -O2  conftest.c >&5
   1310 configure:11442: $? = 0
   1311 configure:11445: test -z 			 || test ! -s conftest.err
   1312 configure:11448: $? = 0
   1313 configure:11451: test -s conftest.o
   1314 configure:11454: $? = 0
   1315 configure:11465: result: yes
   1316 configure:11485: checking whether fread_unlocked is declared
   1317 configure:11509: gcc -c -g -O2  conftest.c >&5
   1318 configure:11515: $? = 0
   1319 configure:11518: test -z 			 || test ! -s conftest.err
   1320 configure:11521: $? = 0
   1321 configure:11524: test -s conftest.o
   1322 configure:11527: $? = 0
   1323 configure:11538: result: yes
   1324 configure:11558: checking whether fwrite_unlocked is declared
   1325 configure:11582: gcc -c -g -O2  conftest.c >&5
   1326 configure:11588: $? = 0
   1327 configure:11591: test -z 			 || test ! -s conftest.err
   1328 configure:11594: $? = 0
   1329 configure:11597: test -s conftest.o
   1330 configure:11600: $? = 0
   1331 configure:11611: result: yes
   1332 configure:11631: checking whether getc_unlocked is declared
   1333 configure:11655: gcc -c -g -O2  conftest.c >&5
   1334 configure:11661: $? = 0
   1335 configure:11664: test -z 			 || test ! -s conftest.err
   1336 configure:11667: $? = 0
   1337 configure:11670: test -s conftest.o
   1338 configure:11673: $? = 0
   1339 configure:11684: result: yes
   1340 configure:11704: checking whether getchar_unlocked is declared
   1341 configure:11728: gcc -c -g -O2  conftest.c >&5
   1342 configure:11734: $? = 0
   1343 configure:11737: test -z 			 || test ! -s conftest.err
   1344 configure:11740: $? = 0
   1345 configure:11743: test -s conftest.o
   1346 configure:11746: $? = 0
   1347 configure:11757: result: yes
   1348 configure:11777: checking whether putc_unlocked is declared
   1349 configure:11801: gcc -c -g -O2  conftest.c >&5
   1350 configure:11807: $? = 0
   1351 configure:11810: test -z 			 || test ! -s conftest.err
   1352 configure:11813: $? = 0
   1353 configure:11816: test -s conftest.o
   1354 configure:11819: $? = 0
   1355 configure:11830: result: yes
   1356 configure:11850: checking whether putchar_unlocked is declared
   1357 configure:11874: gcc -c -g -O2  conftest.c >&5
   1358 configure:11880: $? = 0
   1359 configure:11883: test -z 			 || test ! -s conftest.err
   1360 configure:11886: $? = 0
   1361 configure:11889: test -s conftest.o
   1362 configure:11892: $? = 0
   1363 configure:11903: result: yes
   1364 configure:11940: checking for error_at_line
   1365 configure:11961: gcc -o conftest -g -O2   conftest.c  >&5
   1366 configure:11967: $? = 0
   1367 configure:11970: test -z 			 || test ! -s conftest.err
   1368 configure:11973: $? = 0
   1369 configure:11976: test -s conftest
   1370 configure:11979: $? = 0
   1371 configure:11991: result: yes
   1372 configure:12085: checking for CFPreferencesCopyAppValue
   1373 configure:12110: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  -framework CoreFoundation >&5
   1374 gcc: CoreFoundation: No such file or directory
   1375 cc1: error: unrecognized command line option "-framework"
   1376 configure:12116: $? = 1
   1377 configure: failed program was:
   1378 | /* confdefs.h.  */
   1379 | 
   1380 | #define PACKAGE_NAME "GNU Bison"
   1381 | #define PACKAGE_TARNAME "bison"
   1382 | #define PACKAGE_VERSION "2.3"
   1383 | #define PACKAGE_STRING "GNU Bison 2.3"
   1384 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
   1385 | #define PACKAGE "bison"
   1386 | #define VERSION "2.3"
   1387 | #define _GNU_SOURCE 1
   1388 | #define STDC_HEADERS 1
   1389 | #define HAVE_SYS_TYPES_H 1
   1390 | #define HAVE_SYS_STAT_H 1
   1391 | #define HAVE_STDLIB_H 1
   1392 | #define HAVE_STRING_H 1
   1393 | #define HAVE_MEMORY_H 1
   1394 | #define HAVE_STRINGS_H 1
   1395 | #define HAVE_INTTYPES_H 1
   1396 | #define HAVE_STDINT_H 1
   1397 | #define HAVE_UNISTD_H 1
   1398 | #define __EXTENSIONS__ 1
   1399 | #define _POSIX_PTHREAD_SEMANTICS 1
   1400 | #define YYTEXT_POINTER 1
   1401 | #define M4 "/usr/bin/m4"
   1402 | #define HAVE_LOCALE_H 1
   1403 | #define HAVE_WCHAR_H 1
   1404 | #define HAVE_WCTYPE_H 1
   1405 | #define HAVE__BOOL 1
   1406 | #define HAVE_STDBOOL_H 1
   1407 | #define HAVE_UINTPTR_T 1
   1408 | #define HAVE_SETLOCALE 1
   1409 | #define HAVE_ISASCII 1
   1410 | #define HAVE_ISWPRINT 1
   1411 | #define HAVE_MBSINIT 1
   1412 | #define HAVE_SYS_WAIT_H 1
   1413 | #define HAVE_DUP2 1
   1414 | #define HAVE_WAITPID 1
   1415 | #define HAVE_UNISTD_H 1
   1416 | #define HAVE_FORK 1
   1417 | #define HAVE_VFORK 1
   1418 | #define HAVE_WORKING_VFORK 1
   1419 | #define HAVE_WORKING_FORK 1
   1420 | #define HAVE_SYS_TIME_H 1
   1421 | #define HAVE_SYS_TIMES_H 1
   1422 | #define HAVE_SYS_RESOURCE_H 1
   1423 | #define HAVE_TIMES 1
   1424 | #define HAVE_DECL_GETRUSAGE 1
   1425 | #define HAVE_DECL_TIMES 1
   1426 | #define HAVE_DECL_CLOCK 0
   1427 | #define HAVE_DECL_SYSCONF 1
   1428 | #define HAVE_CLOCK_T 1
   1429 | #define HAVE_STRUCT_TMS 1
   1430 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
   1431 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
   1432 | #define HAVE_DECL_STRERROR_R 1
   1433 | #define HAVE_STRERROR_R 1
   1434 | #define STRERROR_R_CHAR_P 1
   1435 | #define HAVE_GETOPT_H 1
   1436 | #define HAVE_GETOPT_LONG_ONLY 1
   1437 | #define HAVE_DECL_GETENV 1
   1438 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
   1439 | #define HAVE_STDINT_H_WITH_UINTMAX 1
   1440 | #define HAVE_UNSIGNED_LONG_LONG 1
   1441 | #define HAVE_UINTMAX_T 1
   1442 | #define HAVE_DECL_STRDUP 1
   1443 | #define HAVE_DECL_STRNDUP 1
   1444 | #define HAVE_DECL_STRNLEN 1
   1445 | #define HAVE_DECL_CLEARERR_UNLOCKED 1
   1446 | #define HAVE_DECL_FEOF_UNLOCKED 1
   1447 | #define HAVE_DECL_FERROR_UNLOCKED 1
   1448 | #define HAVE_DECL_FFLUSH_UNLOCKED 1
   1449 | #define HAVE_DECL_FGETS_UNLOCKED 1
   1450 | #define HAVE_DECL_FPUTC_UNLOCKED 1
   1451 | #define HAVE_DECL_FPUTS_UNLOCKED 1
   1452 | #define HAVE_DECL_FREAD_UNLOCKED 1
   1453 | #define HAVE_DECL_FWRITE_UNLOCKED 1
   1454 | #define HAVE_DECL_GETC_UNLOCKED 1
   1455 | #define HAVE_DECL_GETCHAR_UNLOCKED 1
   1456 | #define HAVE_DECL_PUTC_UNLOCKED 1
   1457 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
   1458 | /* end confdefs.h.  */
   1459 | #include <CFPreferences.h>
   1460 | int
   1461 | main ()
   1462 | {
   1463 | CFPreferencesCopyAppValue(NULL, NULL)
   1464 |   ;
   1465 |   return 0;
   1466 | }
   1467 configure:12142: result: no
   1468 configure:12151: checking for CFLocaleCopyCurrent
   1469 configure:12176: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  -framework CoreFoundation >&5
   1470 gcc: CoreFoundation: No such file or directory
   1471 cc1: error: unrecognized command line option "-framework"
   1472 configure:12182: $? = 1
   1473 configure: failed program was:
   1474 | /* confdefs.h.  */
   1475 | 
   1476 | #define PACKAGE_NAME "GNU Bison"
   1477 | #define PACKAGE_TARNAME "bison"
   1478 | #define PACKAGE_VERSION "2.3"
   1479 | #define PACKAGE_STRING "GNU Bison 2.3"
   1480 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
   1481 | #define PACKAGE "bison"
   1482 | #define VERSION "2.3"
   1483 | #define _GNU_SOURCE 1
   1484 | #define STDC_HEADERS 1
   1485 | #define HAVE_SYS_TYPES_H 1
   1486 | #define HAVE_SYS_STAT_H 1
   1487 | #define HAVE_STDLIB_H 1
   1488 | #define HAVE_STRING_H 1
   1489 | #define HAVE_MEMORY_H 1
   1490 | #define HAVE_STRINGS_H 1
   1491 | #define HAVE_INTTYPES_H 1
   1492 | #define HAVE_STDINT_H 1
   1493 | #define HAVE_UNISTD_H 1
   1494 | #define __EXTENSIONS__ 1
   1495 | #define _POSIX_PTHREAD_SEMANTICS 1
   1496 | #define YYTEXT_POINTER 1
   1497 | #define M4 "/usr/bin/m4"
   1498 | #define HAVE_LOCALE_H 1
   1499 | #define HAVE_WCHAR_H 1
   1500 | #define HAVE_WCTYPE_H 1
   1501 | #define HAVE__BOOL 1
   1502 | #define HAVE_STDBOOL_H 1
   1503 | #define HAVE_UINTPTR_T 1
   1504 | #define HAVE_SETLOCALE 1
   1505 | #define HAVE_ISASCII 1
   1506 | #define HAVE_ISWPRINT 1
   1507 | #define HAVE_MBSINIT 1
   1508 | #define HAVE_SYS_WAIT_H 1
   1509 | #define HAVE_DUP2 1
   1510 | #define HAVE_WAITPID 1
   1511 | #define HAVE_UNISTD_H 1
   1512 | #define HAVE_FORK 1
   1513 | #define HAVE_VFORK 1
   1514 | #define HAVE_WORKING_VFORK 1
   1515 | #define HAVE_WORKING_FORK 1
   1516 | #define HAVE_SYS_TIME_H 1
   1517 | #define HAVE_SYS_TIMES_H 1
   1518 | #define HAVE_SYS_RESOURCE_H 1
   1519 | #define HAVE_TIMES 1
   1520 | #define HAVE_DECL_GETRUSAGE 1
   1521 | #define HAVE_DECL_TIMES 1
   1522 | #define HAVE_DECL_CLOCK 0
   1523 | #define HAVE_DECL_SYSCONF 1
   1524 | #define HAVE_CLOCK_T 1
   1525 | #define HAVE_STRUCT_TMS 1
   1526 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
   1527 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
   1528 | #define HAVE_DECL_STRERROR_R 1
   1529 | #define HAVE_STRERROR_R 1
   1530 | #define STRERROR_R_CHAR_P 1
   1531 | #define HAVE_GETOPT_H 1
   1532 | #define HAVE_GETOPT_LONG_ONLY 1
   1533 | #define HAVE_DECL_GETENV 1
   1534 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
   1535 | #define HAVE_STDINT_H_WITH_UINTMAX 1
   1536 | #define HAVE_UNSIGNED_LONG_LONG 1
   1537 | #define HAVE_UINTMAX_T 1
   1538 | #define HAVE_DECL_STRDUP 1
   1539 | #define HAVE_DECL_STRNDUP 1
   1540 | #define HAVE_DECL_STRNLEN 1
   1541 | #define HAVE_DECL_CLEARERR_UNLOCKED 1
   1542 | #define HAVE_DECL_FEOF_UNLOCKED 1
   1543 | #define HAVE_DECL_FERROR_UNLOCKED 1
   1544 | #define HAVE_DECL_FFLUSH_UNLOCKED 1
   1545 | #define HAVE_DECL_FGETS_UNLOCKED 1
   1546 | #define HAVE_DECL_FPUTC_UNLOCKED 1
   1547 | #define HAVE_DECL_FPUTS_UNLOCKED 1
   1548 | #define HAVE_DECL_FREAD_UNLOCKED 1
   1549 | #define HAVE_DECL_FWRITE_UNLOCKED 1
   1550 | #define HAVE_DECL_GETC_UNLOCKED 1
   1551 | #define HAVE_DECL_GETCHAR_UNLOCKED 1
   1552 | #define HAVE_DECL_PUTC_UNLOCKED 1
   1553 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
   1554 | /* end confdefs.h.  */
   1555 | #include <CFLocale.h>
   1556 | int
   1557 | main ()
   1558 | {
   1559 | CFLocaleCopyCurrent();
   1560 |   ;
   1561 |   return 0;
   1562 | }
   1563 configure:12208: result: no
   1564 configure:12225: checking whether NLS is requested
   1565 configure:12234: result: yes
   1566 configure:12252: checking for GNU gettext in libc
   1567 configure:12276: gcc -o conftest -g -O2   conftest.c  >&5
   1568 configure:12282: $? = 0
   1569 configure:12285: test -z 			 || test ! -s conftest.err
   1570 configure:12288: $? = 0
   1571 configure:12291: test -s conftest
   1572 configure:12294: $? = 0
   1573 configure:12306: result: yes
   1574 configure:13010: checking whether to use NLS
   1575 configure:13012: result: yes
   1576 configure:13015: checking where the gettext function comes from
   1577 configure:13026: result: libc
   1578 configure:13122: checking for stdlib.h
   1579 configure:13127: result: yes
   1580 configure:13266: checking for GNU libc compatible malloc
   1581 configure:13295: gcc -o conftest -g -O2   conftest.c  >&5
   1582 configure:13298: $? = 0
   1583 configure:13300: ./conftest
   1584 configure:13303: $? = 0
   1585 configure:13317: result: yes
   1586 configure:13377: checking for iswcntrl
   1587 configure:13434: gcc -o conftest -g -O2   conftest.c  >&5
   1588 conftest.c:111: warning: conflicting types for built-in function 'iswcntrl'
   1589 configure:13440: $? = 0
   1590 configure:13443: test -z 			 || test ! -s conftest.err
   1591 configure:13446: $? = 0
   1592 configure:13449: test -s conftest
   1593 configure:13452: $? = 0
   1594 configure:13464: result: yes
   1595 configure:13377: checking for wcwidth
   1596 configure:13434: gcc -o conftest -g -O2   conftest.c  >&5
   1597 configure:13440: $? = 0
   1598 configure:13443: test -z 			 || test ! -s conftest.err
   1599 configure:13446: $? = 0
   1600 configure:13449: test -s conftest
   1601 configure:13452: $? = 0
   1602 configure:13464: result: yes
   1603 configure:13475: checking whether mbrtowc and mbstate_t are properly declared
   1604 configure:13500: gcc -o conftest -g -O2   conftest.c  >&5
   1605 configure:13506: $? = 0
   1606 configure:13509: test -z 			 || test ! -s conftest.err
   1607 configure:13512: $? = 0
   1608 configure:13515: test -s conftest
   1609 configure:13518: $? = 0
   1610 configure:13530: result: yes
   1611 configure:13541: checking whether wcwidth is declared
   1612 configure:13574: gcc -c -g -O2  conftest.c >&5
   1613 configure:13580: $? = 0
   1614 configure:13583: test -z 			 || test ! -s conftest.err
   1615 configure:13586: $? = 0
   1616 configure:13589: test -s conftest.o
   1617 configure:13592: $? = 0
   1618 configure:13603: result: yes
   1619 configure:13616: checking whether mbswidth is declared in <wchar.h>
   1620 configure:13643: gcc -c -g -O2  conftest.c >&5
   1621 conftest.c: In function 'main':
   1622 conftest.c:100: error: 'mbswidth' undeclared (first use in this function)
   1623 conftest.c:100: error: (Each undeclared identifier is reported only once
   1624 conftest.c:100: error: for each function it appears in.)
   1625 configure:13649: $? = 1
   1626 configure: failed program was:
   1627 | /* confdefs.h.  */
   1628 | 
   1629 | #define PACKAGE_NAME "GNU Bison"
   1630 | #define PACKAGE_TARNAME "bison"
   1631 | #define PACKAGE_VERSION "2.3"
   1632 | #define PACKAGE_STRING "GNU Bison 2.3"
   1633 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
   1634 | #define PACKAGE "bison"
   1635 | #define VERSION "2.3"
   1636 | #define _GNU_SOURCE 1
   1637 | #define STDC_HEADERS 1
   1638 | #define HAVE_SYS_TYPES_H 1
   1639 | #define HAVE_SYS_STAT_H 1
   1640 | #define HAVE_STDLIB_H 1
   1641 | #define HAVE_STRING_H 1
   1642 | #define HAVE_MEMORY_H 1
   1643 | #define HAVE_STRINGS_H 1
   1644 | #define HAVE_INTTYPES_H 1
   1645 | #define HAVE_STDINT_H 1
   1646 | #define HAVE_UNISTD_H 1
   1647 | #define __EXTENSIONS__ 1
   1648 | #define _POSIX_PTHREAD_SEMANTICS 1
   1649 | #define YYTEXT_POINTER 1
   1650 | #define M4 "/usr/bin/m4"
   1651 | #define HAVE_LOCALE_H 1
   1652 | #define HAVE_WCHAR_H 1
   1653 | #define HAVE_WCTYPE_H 1
   1654 | #define HAVE__BOOL 1
   1655 | #define HAVE_STDBOOL_H 1
   1656 | #define HAVE_UINTPTR_T 1
   1657 | #define HAVE_SETLOCALE 1
   1658 | #define HAVE_ISASCII 1
   1659 | #define HAVE_ISWPRINT 1
   1660 | #define HAVE_MBSINIT 1
   1661 | #define HAVE_SYS_WAIT_H 1
   1662 | #define HAVE_DUP2 1
   1663 | #define HAVE_WAITPID 1
   1664 | #define HAVE_UNISTD_H 1
   1665 | #define HAVE_FORK 1
   1666 | #define HAVE_VFORK 1
   1667 | #define HAVE_WORKING_VFORK 1
   1668 | #define HAVE_WORKING_FORK 1
   1669 | #define HAVE_SYS_TIME_H 1
   1670 | #define HAVE_SYS_TIMES_H 1
   1671 | #define HAVE_SYS_RESOURCE_H 1
   1672 | #define HAVE_TIMES 1
   1673 | #define HAVE_DECL_GETRUSAGE 1
   1674 | #define HAVE_DECL_TIMES 1
   1675 | #define HAVE_DECL_CLOCK 0
   1676 | #define HAVE_DECL_SYSCONF 1
   1677 | #define HAVE_CLOCK_T 1
   1678 | #define HAVE_STRUCT_TMS 1
   1679 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
   1680 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
   1681 | #define HAVE_DECL_STRERROR_R 1
   1682 | #define HAVE_STRERROR_R 1
   1683 | #define STRERROR_R_CHAR_P 1
   1684 | #define HAVE_GETOPT_H 1
   1685 | #define HAVE_GETOPT_LONG_ONLY 1
   1686 | #define HAVE_DECL_GETENV 1
   1687 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
   1688 | #define HAVE_STDINT_H_WITH_UINTMAX 1
   1689 | #define HAVE_UNSIGNED_LONG_LONG 1
   1690 | #define HAVE_UINTMAX_T 1
   1691 | #define HAVE_DECL_STRDUP 1
   1692 | #define HAVE_DECL_STRNDUP 1
   1693 | #define HAVE_DECL_STRNLEN 1
   1694 | #define HAVE_DECL_CLEARERR_UNLOCKED 1
   1695 | #define HAVE_DECL_FEOF_UNLOCKED 1
   1696 | #define HAVE_DECL_FERROR_UNLOCKED 1
   1697 | #define HAVE_DECL_FFLUSH_UNLOCKED 1
   1698 | #define HAVE_DECL_FGETS_UNLOCKED 1
   1699 | #define HAVE_DECL_FPUTC_UNLOCKED 1
   1700 | #define HAVE_DECL_FPUTS_UNLOCKED 1
   1701 | #define HAVE_DECL_FREAD_UNLOCKED 1
   1702 | #define HAVE_DECL_FWRITE_UNLOCKED 1
   1703 | #define HAVE_DECL_GETC_UNLOCKED 1
   1704 | #define HAVE_DECL_GETCHAR_UNLOCKED 1
   1705 | #define HAVE_DECL_PUTC_UNLOCKED 1
   1706 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
   1707 | #define ENABLE_NLS 1
   1708 | #define HAVE_GETTEXT 1
   1709 | #define HAVE_DCGETTEXT 1
   1710 | #define HAVE_STDLIB_H 1
   1711 | #define HAVE_MALLOC 1
   1712 | #define HAVE_ISWCNTRL 1
   1713 | #define HAVE_WCWIDTH 1
   1714 | #define HAVE_MBRTOWC 1
   1715 | #define HAVE_DECL_WCWIDTH 1
   1716 | /* end confdefs.h.  */
   1717 | 
   1718 | #if HAVE_WCHAR_H
   1719 | # include <wchar.h>
   1720 | #endif
   1721 | 
   1722 | int
   1723 | main ()
   1724 | {
   1725 | 
   1726 |   char *p = (char *) mbswidth;
   1727 | 
   1728 |   ;
   1729 |   return 0;
   1730 | }
   1731 configure:13672: result: no
   1732 configure:13685: checking for mbstate_t
   1733 configure:13707: gcc -c -g -O2  conftest.c >&5
   1734 configure:13713: $? = 0
   1735 configure:13716: test -z 			 || test ! -s conftest.err
   1736 configure:13719: $? = 0
   1737 configure:13722: test -s conftest.o
   1738 configure:13725: $? = 0
   1739 configure:13736: result: yes
   1740 configure:13754: checking for obstacks
   1741 configure:13775: gcc -o conftest -g -O2   conftest.c  >&5
   1742 configure:13781: $? = 0
   1743 configure:13784: test -z 			 || test ! -s conftest.err
   1744 configure:13787: $? = 0
   1745 configure:13790: test -s conftest
   1746 configure:13793: $? = 0
   1747 configure:13805: result: yes
   1748 configure:13878: checking for mbstate_t
   1749 configure:13929: result: yes
   1750 configure:13945: checking whether mbrtowc and mbstate_t are properly declared
   1751 configure:14000: result: yes
   1752 configure:14051: checking for stpcpy
   1753 configure:14108: gcc -o conftest -g -O2   conftest.c  >&5
   1754 conftest.c:120: warning: conflicting types for built-in function 'stpcpy'
   1755 configure:14114: $? = 0
   1756 configure:14117: test -z 			 || test ! -s conftest.err
   1757 configure:14120: $? = 0
   1758 configure:14123: test -s conftest
   1759 configure:14126: $? = 0
   1760 configure:14138: result: yes
   1761 configure:14172: checking for strdup
   1762 configure:14229: gcc -o conftest -g -O2   conftest.c  >&5
   1763 conftest.c:121: warning: conflicting types for built-in function 'strdup'
   1764 configure:14235: $? = 0
   1765 configure:14238: test -z 			 || test ! -s conftest.err
   1766 configure:14241: $? = 0
   1767 configure:14244: test -s conftest
   1768 configure:14247: $? = 0
   1769 configure:14259: result: yes
   1770 configure:14294: checking for strerror
   1771 configure:14351: gcc -o conftest -g -O2   conftest.c  >&5
   1772 configure:14357: $? = 0
   1773 configure:14360: test -z 			 || test ! -s conftest.err
   1774 configure:14363: $? = 0
   1775 configure:14366: test -s conftest
   1776 configure:14369: $? = 0
   1777 configure:14381: result: yes
   1778 configure:14422: checking for working strndup
   1779 configure:14474: gcc -o conftest -g -O2   conftest.c  >&5
   1780 configure:14477: $? = 0
   1781 configure:14479: ./conftest
   1782 configure:14482: $? = 0
   1783 configure:14496: result: yes
   1784 configure:14527: checking for working strnlen
   1785 configure:14566: gcc -o conftest -g -O2   conftest.c  >&5
   1786 configure:14569: $? = 0
   1787 configure:14571: ./conftest
   1788 configure:14574: $? = 0
   1789 configure:14588: result: yes
   1790 configure:14626: checking for strtol
   1791 configure:14683: gcc -o conftest -g -O2   conftest.c  >&5
   1792 configure:14689: $? = 0
   1793 configure:14692: test -z 			 || test ! -s conftest.err
   1794 configure:14695: $? = 0
   1795 configure:14698: test -s conftest
   1796 configure:14701: $? = 0
   1797 configure:14713: result: yes
   1798 configure:14752: checking for strtoul
   1799 configure:14809: gcc -o conftest -g -O2   conftest.c  >&5
   1800 configure:14815: $? = 0
   1801 configure:14818: test -z 			 || test ! -s conftest.err
   1802 configure:14821: $? = 0
   1803 configure:14824: test -s conftest
   1804 configure:14827: $? = 0
   1805 configure:14839: result: yes
   1806 configure:14884: checking for strverscmp
   1807 configure:14941: gcc -o conftest -g -O2   conftest.c  >&5
   1808 configure:14947: $? = 0
   1809 configure:14950: test -z 			 || test ! -s conftest.err
   1810 configure:14953: $? = 0
   1811 configure:14956: test -s conftest
   1812 configure:14959: $? = 0
   1813 configure:14971: result: yes
   1814 configure:15004: checking for unistd.h
   1815 configure:15009: result: yes
   1816 configure:15386: checking for valgrind
   1817 configure:15415: result: no
   1818 configure:15474: checking for g++
   1819 configure:15490: found /usr/bin/g++
   1820 configure:15500: result: g++
   1821 configure:15516: checking for C++ compiler version
   1822 configure:15519: g++ --version </dev/null >&5
   1823 g++ (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
   1824 Copyright (C) 2006 Free Software Foundation, Inc.
   1825 This is free software; see the source for copying conditions.  There is NO
   1826 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   1827 
   1828 configure:15522: $? = 0
   1829 configure:15524: g++ -v </dev/null >&5
   1830 Using built-in specs.
   1831 Target: i486-linux-gnu
   1832 Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu
   1833 Thread model: posix
   1834 gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
   1835 configure:15527: $? = 0
   1836 configure:15529: g++ -V </dev/null >&5
   1837 g++: '-V' option must have argument
   1838 configure:15532: $? = 1
   1839 configure:15535: checking whether we are using the GNU C++ compiler
   1840 configure:15559: g++ -c   conftest.cc >&5
   1841 configure:15565: $? = 0
   1842 configure:15568: test -z 			 || test ! -s conftest.err
   1843 configure:15571: $? = 0
   1844 configure:15574: test -s conftest.o
   1845 configure:15577: $? = 0
   1846 configure:15590: result: yes
   1847 configure:15596: checking whether g++ accepts -g
   1848 configure:15617: g++ -c -g  conftest.cc >&5
   1849 configure:15623: $? = 0
   1850 configure:15626: test -z 			 || test ! -s conftest.err
   1851 configure:15629: $? = 0
   1852 configure:15632: test -s conftest.o
   1853 configure:15635: $? = 0
   1854 configure:15646: result: yes
   1855 configure:15688: g++ -c -g -O2  conftest.cc >&5
   1856 configure:15694: $? = 0
   1857 configure:15697: test -z 			 || test ! -s conftest.err
   1858 configure:15700: $? = 0
   1859 configure:15703: test -s conftest.o
   1860 configure:15706: $? = 0
   1861 configure:15732: g++ -c -g -O2  conftest.cc >&5
   1862 conftest.cc: In function 'int main()':
   1863 conftest.cc:110: error: 'exit' was not declared in this scope
   1864 configure:15738: $? = 1
   1865 configure: failed program was:
   1866 | /* confdefs.h.  */
   1867 | 
   1868 | #define PACKAGE_NAME "GNU Bison"
   1869 | #define PACKAGE_TARNAME "bison"
   1870 | #define PACKAGE_VERSION "2.3"
   1871 | #define PACKAGE_STRING "GNU Bison 2.3"
   1872 | #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
   1873 | #define PACKAGE "bison"
   1874 | #define VERSION "2.3"
   1875 | #define _GNU_SOURCE 1
   1876 | #define STDC_HEADERS 1
   1877 | #define HAVE_SYS_TYPES_H 1
   1878 | #define HAVE_SYS_STAT_H 1
   1879 | #define HAVE_STDLIB_H 1
   1880 | #define HAVE_STRING_H 1
   1881 | #define HAVE_MEMORY_H 1
   1882 | #define HAVE_STRINGS_H 1
   1883 | #define HAVE_INTTYPES_H 1
   1884 | #define HAVE_STDINT_H 1
   1885 | #define HAVE_UNISTD_H 1
   1886 | #define __EXTENSIONS__ 1
   1887 | #define _POSIX_PTHREAD_SEMANTICS 1
   1888 | #define YYTEXT_POINTER 1
   1889 | #define M4 "/usr/bin/m4"
   1890 | #define HAVE_LOCALE_H 1
   1891 | #define HAVE_WCHAR_H 1
   1892 | #define HAVE_WCTYPE_H 1
   1893 | #define HAVE__BOOL 1
   1894 | #define HAVE_STDBOOL_H 1
   1895 | #define HAVE_UINTPTR_T 1
   1896 | #define HAVE_SETLOCALE 1
   1897 | #define HAVE_ISASCII 1
   1898 | #define HAVE_ISWPRINT 1
   1899 | #define HAVE_MBSINIT 1
   1900 | #define HAVE_SYS_WAIT_H 1
   1901 | #define HAVE_DUP2 1
   1902 | #define HAVE_WAITPID 1
   1903 | #define HAVE_UNISTD_H 1
   1904 | #define HAVE_FORK 1
   1905 | #define HAVE_VFORK 1
   1906 | #define HAVE_WORKING_VFORK 1
   1907 | #define HAVE_WORKING_FORK 1
   1908 | #define HAVE_SYS_TIME_H 1
   1909 | #define HAVE_SYS_TIMES_H 1
   1910 | #define HAVE_SYS_RESOURCE_H 1
   1911 | #define HAVE_TIMES 1
   1912 | #define HAVE_DECL_GETRUSAGE 1
   1913 | #define HAVE_DECL_TIMES 1
   1914 | #define HAVE_DECL_CLOCK 0
   1915 | #define HAVE_DECL_SYSCONF 1
   1916 | #define HAVE_CLOCK_T 1
   1917 | #define HAVE_STRUCT_TMS 1
   1918 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
   1919 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
   1920 | #define HAVE_DECL_STRERROR_R 1
   1921 | #define HAVE_STRERROR_R 1
   1922 | #define STRERROR_R_CHAR_P 1
   1923 | #define HAVE_GETOPT_H 1
   1924 | #define HAVE_GETOPT_LONG_ONLY 1
   1925 | #define HAVE_DECL_GETENV 1
   1926 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
   1927 | #define HAVE_STDINT_H_WITH_UINTMAX 1
   1928 | #define HAVE_UNSIGNED_LONG_LONG 1
   1929 | #define HAVE_UINTMAX_T 1
   1930 | #define HAVE_DECL_STRDUP 1
   1931 | #define HAVE_DECL_STRNDUP 1
   1932 | #define HAVE_DECL_STRNLEN 1
   1933 | #define HAVE_DECL_CLEARERR_UNLOCKED 1
   1934 | #define HAVE_DECL_FEOF_UNLOCKED 1
   1935 | #define HAVE_DECL_FERROR_UNLOCKED 1
   1936 | #define HAVE_DECL_FFLUSH_UNLOCKED 1
   1937 | #define HAVE_DECL_FGETS_UNLOCKED 1
   1938 | #define HAVE_DECL_FPUTC_UNLOCKED 1
   1939 | #define HAVE_DECL_FPUTS_UNLOCKED 1
   1940 | #define HAVE_DECL_FREAD_UNLOCKED 1
   1941 | #define HAVE_DECL_FWRITE_UNLOCKED 1
   1942 | #define HAVE_DECL_GETC_UNLOCKED 1
   1943 | #define HAVE_DECL_GETCHAR_UNLOCKED 1
   1944 | #define HAVE_DECL_PUTC_UNLOCKED 1
   1945 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
   1946 | #define ENABLE_NLS 1
   1947 | #define HAVE_GETTEXT 1
   1948 | #define HAVE_DCGETTEXT 1
   1949 | #define HAVE_STDLIB_H 1
   1950 | #define HAVE_MALLOC 1
   1951 | #define HAVE_ISWCNTRL 1
   1952 | #define HAVE_WCWIDTH 1
   1953 | #define HAVE_MBRTOWC 1
   1954 | #define HAVE_DECL_WCWIDTH 1
   1955 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
   1956 | #define HAVE_MBSTATE_T 1
   1957 | #define HAVE_OBSTACK 1
   1958 | #define HAVE_MBSTATE_T 1
   1959 | #define HAVE_MBRTOWC 1
   1960 | #define HAVE_STPCPY 1
   1961 | #define HAVE_STRDUP 1
   1962 | #define HAVE_STRERROR 1
   1963 | #define HAVE_STRNDUP 1
   1964 | #define HAVE_STRTOL 1
   1965 | #define HAVE_STRTOUL 1
   1966 | #define HAVE_STRVERSCMP 1
   1967 | #define HAVE_UNISTD_H 1
   1968 | #define USE_UNLOCKED_IO 1
   1969 | #define YYENABLE_NLS 1
   1970 | /* end confdefs.h.  */
   1971 | 
   1972 | int
   1973 | main ()
   1974 | {
   1975 | exit (42);
   1976 |   ;
   1977 |   return 0;
   1978 | }
   1979 configure:15688: g++ -c -g -O2  conftest.cc >&5
   1980 configure:15694: $? = 0
   1981 configure:15697: test -z 			 || test ! -s conftest.err
   1982 configure:15700: $? = 0
   1983 configure:15703: test -s conftest.o
   1984 configure:15706: $? = 0
   1985 configure:15732: g++ -c -g -O2  conftest.cc >&5
   1986 configure:15738: $? = 0
   1987 configure:15741: test -z 			 || test ! -s conftest.err
   1988 configure:15744: $? = 0
   1989 configure:15747: test -s conftest.o
   1990 configure:15750: $? = 0
   1991 configure:15775: checking dependency style of g++
   1992 configure:15865: result: gcc3
   1993 configure:15884: checking whether g++ builds executables that work
   1994 configure:15924: g++ -c -g -O2  conftest.cc >&5
   1995 configure:15930: $? = 0
   1996 configure:15933: test -z 			 || test ! -s conftest.err
   1997 configure:15936: $? = 0
   1998 configure:15939: test -s conftest.o
   1999 configure:15942: $? = 0
   2000 configure:15945: g++ -o conftest -g -O2   conftest.o  >&5
   2001 configure:15948: $? = 0
   2002 configure:15954: ./conftest
   2003 configure:15957: $? = 0
   2004 configure:15980: result: yes
   2005 configure:16151: creating ./config.status
   2006 
   2007 ## ---------------------- ##
   2008 ## Running config.status. ##
   2009 ## ---------------------- ##
   2010 
   2011 This file was extended by GNU Bison config.status 2.3, which was
   2012 generated by GNU Autoconf 2.59.  Invocation command line was
   2013 
   2014   CONFIG_FILES    = 
   2015   CONFIG_HEADERS  = 
   2016   CONFIG_LINKS    = 
   2017   CONFIG_COMMANDS = 
   2018   $ ./config.status 
   2019 
   2020 on phanna.cnc.corp.google.com
   2021 
   2022 config.status:802: creating runtime-po/Makefile.in
   2023 config.status:802: creating tests/Makefile
   2024 config.status:802: creating tests/atlocal
   2025 config.status:802: creating tests/bison
   2026 config.status:802: creating Makefile
   2027 config.status:802: creating build-aux/Makefile
   2028 config.status:802: creating po/Makefile.in
   2029 config.status:802: creating data/Makefile
   2030 config.status:802: creating examples/Makefile
   2031 config.status:802: creating examples/calc++/Makefile
   2032 config.status:802: creating lib/Makefile
   2033 config.status:802: creating src/Makefile
   2034 config.status:802: creating doc/Makefile
   2035 config.status:872: creating config.h
   2036 config.status:1364: executing depfiles commands
   2037 config.status:1364: executing default-1 commands
   2038 config.status:1364: executing tests/atconfig commands
   2039 
   2040 ## ---------------- ##
   2041 ## Cache variables. ##
   2042 ## ---------------- ##
   2043 
   2044 ac_cv_build=x86_64-unknown-linux-gnu
   2045 ac_cv_build_alias=x86_64-unknown-linux-gnu
   2046 ac_cv_c_compiler_gnu=yes
   2047 ac_cv_c_inline=inline
   2048 ac_cv_cxx_compiler_gnu=yes
   2049 ac_cv_env_CC_set=
   2050 ac_cv_env_CC_value=
   2051 ac_cv_env_CFLAGS_set=
   2052 ac_cv_env_CFLAGS_value=
   2053 ac_cv_env_CPPFLAGS_set=
   2054 ac_cv_env_CPPFLAGS_value=
   2055 ac_cv_env_CPP_set=
   2056 ac_cv_env_CPP_value=
   2057 ac_cv_env_CXXFLAGS_set=
   2058 ac_cv_env_CXXFLAGS_value=
   2059 ac_cv_env_CXX_set=
   2060 ac_cv_env_CXX_value=
   2061 ac_cv_env_LDFLAGS_set=
   2062 ac_cv_env_LDFLAGS_value=
   2063 ac_cv_env_build_alias_set=
   2064 ac_cv_env_build_alias_value=
   2065 ac_cv_env_host_alias_set=
   2066 ac_cv_env_host_alias_value=
   2067 ac_cv_env_target_alias_set=
   2068 ac_cv_env_target_alias_value=
   2069 ac_cv_exeext=
   2070 ac_cv_func_dup2=yes
   2071 ac_cv_func_fork=yes
   2072 ac_cv_func_fork_works=yes
   2073 ac_cv_func_getopt_long_only=yes
   2074 ac_cv_func_isascii=yes
   2075 ac_cv_func_iswcntrl=yes
   2076 ac_cv_func_iswprint=yes
   2077 ac_cv_func_malloc_0_nonnull=yes
   2078 ac_cv_func_mbsinit=yes
   2079 ac_cv_func_obstack=yes
   2080 ac_cv_func_setlocale=yes
   2081 ac_cv_func_stpcpy=yes
   2082 ac_cv_func_strdup=yes
   2083 ac_cv_func_strerror=yes
   2084 ac_cv_func_strerror_r=yes
   2085 ac_cv_func_strerror_r_char_p=yes
   2086 ac_cv_func_strnlen_working=yes
   2087 ac_cv_func_strtol=yes
   2088 ac_cv_func_strtoul=yes
   2089 ac_cv_func_strverscmp=yes
   2090 ac_cv_func_times=yes
   2091 ac_cv_func_vfork=yes
   2092 ac_cv_func_vfork_works=yes
   2093 ac_cv_func_waitpid=yes
   2094 ac_cv_func_wcwidth=yes
   2095 ac_cv_have_decl_clearerr_unlocked=yes
   2096 ac_cv_have_decl_clock=no
   2097 ac_cv_have_decl_feof_unlocked=yes
   2098 ac_cv_have_decl_ferror_unlocked=yes
   2099 ac_cv_have_decl_fflush_unlocked=yes
   2100 ac_cv_have_decl_fgets_unlocked=yes
   2101 ac_cv_have_decl_fputc_unlocked=yes
   2102 ac_cv_have_decl_fputs_unlocked=yes
   2103 ac_cv_have_decl_fread_unlocked=yes
   2104 ac_cv_have_decl_fwrite_unlocked=yes
   2105 ac_cv_have_decl_getc_unlocked=yes
   2106 ac_cv_have_decl_getchar_unlocked=yes
   2107 ac_cv_have_decl_getenv=yes
   2108 ac_cv_have_decl_getrusage=yes
   2109 ac_cv_have_decl_mbswidth=no
   2110 ac_cv_have_decl_optreset=no
   2111 ac_cv_have_decl_putc_unlocked=yes
   2112 ac_cv_have_decl_putchar_unlocked=yes
   2113 ac_cv_have_decl_strdup=yes
   2114 ac_cv_have_decl_strerror_r=yes
   2115 ac_cv_have_decl_strndup=yes
   2116 ac_cv_have_decl_strnlen=yes
   2117 ac_cv_have_decl_sysconf=yes
   2118 ac_cv_have_decl_times=yes
   2119 ac_cv_have_decl_wcwidth=yes
   2120 ac_cv_header_getopt_h=yes
   2121 ac_cv_header_inttypes_h=yes
   2122 ac_cv_header_locale_h=yes
   2123 ac_cv_header_memory_h=yes
   2124 ac_cv_header_minix_config_h=no
   2125 ac_cv_header_stdbool_h=yes
   2126 ac_cv_header_stdc=yes
   2127 ac_cv_header_stdint_h=yes
   2128 ac_cv_header_stdlib_h=yes
   2129 ac_cv_header_string_h=yes
   2130 ac_cv_header_strings_h=yes
   2131 ac_cv_header_sys_resource_h=yes
   2132 ac_cv_header_sys_stat_h=yes
   2133 ac_cv_header_sys_time_h=yes
   2134 ac_cv_header_sys_times_h=yes
   2135 ac_cv_header_sys_types_h=yes
   2136 ac_cv_header_sys_wait_h=yes
   2137 ac_cv_header_unistd_h=yes
   2138 ac_cv_header_vfork_h=no
   2139 ac_cv_header_wchar_h=yes
   2140 ac_cv_header_wctype_h=yes
   2141 ac_cv_host=x86_64-unknown-linux-gnu
   2142 ac_cv_host_alias=x86_64-unknown-linux-gnu
   2143 ac_cv_lib_error_at_line=yes
   2144 ac_cv_lib_fl_yywrap=yes
   2145 ac_cv_objext=o
   2146 ac_cv_path_GMSGFMT=/usr/bin/msgfmt
   2147 ac_cv_path_M4=/usr/bin/m4
   2148 ac_cv_path_MSGFMT=/usr/bin/msgfmt
   2149 ac_cv_path_MSGMERGE=/usr/bin/msgmerge
   2150 ac_cv_path_XGETTEXT=/usr/bin/xgettext
   2151 ac_cv_path_install='/usr/bin/install -c'
   2152 ac_cv_prog_AWK=gawk
   2153 ac_cv_prog_CPP='gcc -E'
   2154 ac_cv_prog_LEX=flex
   2155 ac_cv_prog_YACC='bison -y'
   2156 ac_cv_prog_ac_ct_CC=gcc
   2157 ac_cv_prog_ac_ct_CXX=g++
   2158 ac_cv_prog_ac_ct_RANLIB=ranlib
   2159 ac_cv_prog_cc_g=yes
   2160 ac_cv_prog_cc_stdc=
   2161 ac_cv_prog_cxx_g=yes
   2162 ac_cv_prog_egrep='grep -E'
   2163 ac_cv_prog_gnu_m4=yes
   2164 ac_cv_prog_lex_root=lex.yy
   2165 ac_cv_prog_lex_yytext_pointer=yes
   2166 ac_cv_prog_make_make_set=yes
   2167 ac_cv_safe_to_define___extensions__=yes
   2168 ac_cv_type__Bool=yes
   2169 ac_cv_type_clock_t=yes
   2170 ac_cv_type_mbstate_t=yes
   2171 ac_cv_type_pid_t=yes
   2172 ac_cv_type_struct_tms=yes
   2173 ac_cv_type_uintptr_t=yes
   2174 ac_cv_type_unsigned_long_long=yes
   2175 ac_cv_win_or_dos=no
   2176 acl_cv_hardcode_direct=no
   2177 acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   2178 acl_cv_hardcode_libdir_separator=
   2179 acl_cv_hardcode_minus_L=no
   2180 acl_cv_libext=a
   2181 acl_cv_path_LD=/usr/bin/ld
   2182 acl_cv_prog_gnu_ld=yes
   2183 acl_cv_rpath=done
   2184 acl_cv_shlibext=so
   2185 acl_cv_wl=-Wl,
   2186 am_cv_CC_dependencies_compiler_type=gcc3
   2187 am_cv_CXX_dependencies_compiler_type=gcc3
   2188 am_cv_prog_cc_stdc=
   2189 bison_cv_cxx_works=yes
   2190 gl_cv_func_gnu_getopt=yes
   2191 gl_cv_func_mbrtowc=yes
   2192 gl_cv_func_strndup=yes
   2193 gl_cv_header_inttypes_h=yes
   2194 gl_cv_header_stdint_h=yes
   2195 gt_cv_func_CFLocaleCopyCurrent=no
   2196 gt_cv_func_CFPreferencesCopyAppValue=no
   2197 gt_cv_func_gnugettext1_libc=yes
   2198 
   2199 ## ----------------- ##
   2200 ## Output variables. ##
   2201 ## ----------------- ##
   2202 
   2203 ACLOCAL='${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9'
   2204 AMDEPBACKSLASH='\'
   2205 AMDEP_FALSE='#'
   2206 AMDEP_TRUE=''
   2207 AMTAR='${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar'
   2208 AUTOCONF='${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf'
   2209 AUTOHEADER='${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader'
   2210 AUTOM4TE='${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te'
   2211 AUTOMAKE='${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9'
   2212 AWK='gawk'
   2213 BISON_CXX_WORKS=':'
   2214 BISON_CXX_WORKS_FALSE='#'
   2215 BISON_CXX_WORKS_TRUE=''
   2216 BISON_LOCALEDIR='/usr/share/locale'
   2217 CC='gcc'
   2218 CCDEPMODE='depmode=gcc3'
   2219 CFLAGS='-g -O2'
   2220 CPP='gcc -E'
   2221 CPPFLAGS=''
   2222 CXX='g++'
   2223 CXXDEPMODE='depmode=gcc3'
   2224 CXXFLAGS='-g -O2'
   2225 CYGPATH_W='echo'
   2226 DEFS='-DHAVE_CONFIG_H'
   2227 DEPDIR='.deps'
   2228 ECHO_C=''
   2229 ECHO_N='-n'
   2230 ECHO_T=''
   2231 EGREP='grep -E'
   2232 EXEEXT=''
   2233 GCC='yes'
   2234 GETOPT_H=''
   2235 GMSGFMT='/usr/bin/msgfmt'
   2236 HAVE__BOOL='1'
   2237 INSTALL_DATA='${INSTALL} -m 644'
   2238 INSTALL_PROGRAM='${INSTALL}'
   2239 INSTALL_SCRIPT='${INSTALL}'
   2240 INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
   2241 INTLLIBS=''
   2242 INTL_MACOSX_LIBS=''
   2243 LDFLAGS=''
   2244 LEX='flex'
   2245 LEXLIB='-lfl'
   2246 LEX_OUTPUT_ROOT='lex.yy'
   2247 LIBICONV='-liconv'
   2248 LIBINTL=''
   2249 LIBOBJS=' dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o'
   2250 LIBS=''
   2251 LTLIBICONV='-liconv'
   2252 LTLIBINTL=''
   2253 LTLIBOBJS=' dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo'
   2254 M4='/usr/bin/m4'
   2255 MAKEINFO='${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinfo'
   2256 MKINSTALLDIRS='$(top_builddir)/build-aux/mkinstalldirs'
   2257 MSGFMT='/usr/bin/msgfmt'
   2258 MSGMERGE='/usr/bin/msgmerge'
   2259 O0CFLAGS='-g '
   2260 O0CXXFLAGS='-g '
   2261 OBJEXT='o'
   2262 PACKAGE='bison'
   2263 PACKAGE_BUGREPORT='bug-bison (a] gnu.org'
   2264 PACKAGE_NAME='GNU Bison'
   2265 PACKAGE_STRING='GNU Bison 2.3'
   2266 PACKAGE_TARNAME='bison'
   2267 PACKAGE_VERSION='2.3'
   2268 PATH_SEPARATOR=':'
   2269 POSUB='po'
   2270 RANLIB='ranlib'
   2271 SET_MAKE=''
   2272 SHELL='/bin/sh'
   2273 STDBOOL_H=''
   2274 STRIP=''
   2275 UNISTD_H=''
   2276 USE_NLS='yes'
   2277 VALGRIND=''
   2278 VERSION='2.3'
   2279 WARNING_CFLAGS=''
   2280 WARNING_CXXFLAGS=''
   2281 WERROR_CFLAGS=''
   2282 XGETTEXT='/usr/bin/xgettext'
   2283 YACC='bison -y'
   2284 YACC_LIBRARY='liby.a'
   2285 YACC_SCRIPT='yacc'
   2286 ac_ct_CC='gcc'
   2287 ac_ct_CXX='g++'
   2288 ac_ct_RANLIB='ranlib'
   2289 ac_ct_STRIP=''
   2290 aclocaldir='${datadir}/aclocal'
   2291 am__fastdepCC_FALSE='#'
   2292 am__fastdepCC_TRUE=''
   2293 am__fastdepCXX_FALSE='#'
   2294 am__fastdepCXX_TRUE=''
   2295 am__include='include'
   2296 am__leading_dot='.'
   2297 am__quote=''
   2298 am__tar='${AMTAR} chof - "$$tardir"'
   2299 am__untar='${AMTAR} xf -'
   2300 bindir='${exec_prefix}/bin'
   2301 build='x86_64-unknown-linux-gnu'
   2302 build_alias=''
   2303 build_cpu='x86_64'
   2304 build_os='linux-gnu'
   2305 build_vendor='unknown'
   2306 datadir='${prefix}/share'
   2307 exec_prefix='${prefix}'
   2308 host='x86_64-unknown-linux-gnu'
   2309 host_alias=''
   2310 host_cpu='x86_64'
   2311 host_os='linux-gnu'
   2312 host_vendor='unknown'
   2313 includedir='${prefix}/include'
   2314 infodir='${prefix}/info'
   2315 install_sh='/usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/install-sh'
   2316 libdir='${exec_prefix}/lib'
   2317 libexecdir='${exec_prefix}/libexec'
   2318 localstatedir='${prefix}/var'
   2319 mandir='${prefix}/man'
   2320 mkdir_p='mkdir -p --'
   2321 oldincludedir='/usr/include'
   2322 prefix='/home/phanna/src/bison'
   2323 program_transform_name='s,x,x,'
   2324 sbindir='${exec_prefix}/sbin'
   2325 sharedstatedir='${prefix}/com'
   2326 sysconfdir='${prefix}/etc'
   2327 target_alias=''
   2328 
   2329 ## ----------- ##
   2330 ## confdefs.h. ##
   2331 ## ----------- ##
   2332 
   2333 #define ENABLE_NLS 1
   2334 #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
   2335 #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
   2336 #define HAVE_CLOCK_T 1
   2337 #define HAVE_DCGETTEXT 1
   2338 #define HAVE_DECL_CLEARERR_UNLOCKED 1
   2339 #define HAVE_DECL_CLOCK 0
   2340 #define HAVE_DECL_FEOF_UNLOCKED 1
   2341 #define HAVE_DECL_FERROR_UNLOCKED 1
   2342 #define HAVE_DECL_FFLUSH_UNLOCKED 1
   2343 #define HAVE_DECL_FGETS_UNLOCKED 1
   2344 #define HAVE_DECL_FPUTC_UNLOCKED 1
   2345 #define HAVE_DECL_FPUTS_UNLOCKED 1
   2346 #define HAVE_DECL_FREAD_UNLOCKED 1
   2347 #define HAVE_DECL_FWRITE_UNLOCKED 1
   2348 #define HAVE_DECL_GETCHAR_UNLOCKED 1
   2349 #define HAVE_DECL_GETC_UNLOCKED 1
   2350 #define HAVE_DECL_GETENV 1
   2351 #define HAVE_DECL_GETRUSAGE 1
   2352 #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
   2353 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
   2354 #define HAVE_DECL_PUTC_UNLOCKED 1
   2355 #define HAVE_DECL_STRDUP 1
   2356 #define HAVE_DECL_STRERROR_R 1
   2357 #define HAVE_DECL_STRNDUP 1
   2358 #define HAVE_DECL_STRNLEN 1
   2359 #define HAVE_DECL_SYSCONF 1
   2360 #define HAVE_DECL_TIMES 1
   2361 #define HAVE_DECL_WCWIDTH 1
   2362 #define HAVE_DUP2 1
   2363 #define HAVE_FORK 1
   2364 #define HAVE_GETOPT_H 1
   2365 #define HAVE_GETOPT_LONG_ONLY 1
   2366 #define HAVE_GETTEXT 1
   2367 #define HAVE_INTTYPES_H 1
   2368 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
   2369 #define HAVE_ISASCII 1
   2370 #define HAVE_ISWCNTRL 1
   2371 #define HAVE_ISWPRINT 1
   2372 #define HAVE_LOCALE_H 1
   2373 #define HAVE_MALLOC 1
   2374 #define HAVE_MBRTOWC 1
   2375 #define HAVE_MBRTOWC 1
   2376 #define HAVE_MBSINIT 1
   2377 #define HAVE_MBSTATE_T 1
   2378 #define HAVE_MBSTATE_T 1
   2379 #define HAVE_MEMORY_H 1
   2380 #define HAVE_OBSTACK 1
   2381 #define HAVE_SETLOCALE 1
   2382 #define HAVE_STDBOOL_H 1
   2383 #define HAVE_STDINT_H 1
   2384 #define HAVE_STDINT_H_WITH_UINTMAX 1
   2385 #define HAVE_STDLIB_H 1
   2386 #define HAVE_STDLIB_H 1
   2387 #define HAVE_STPCPY 1
   2388 #define HAVE_STRDUP 1
   2389 #define HAVE_STRERROR 1
   2390 #define HAVE_STRERROR_R 1
   2391 #define HAVE_STRINGS_H 1
   2392 #define HAVE_STRING_H 1
   2393 #define HAVE_STRNDUP 1
   2394 #define HAVE_STRTOL 1
   2395 #define HAVE_STRTOUL 1
   2396 #define HAVE_STRUCT_TMS 1
   2397 #define HAVE_STRVERSCMP 1
   2398 #define HAVE_SYS_RESOURCE_H 1
   2399 #define HAVE_SYS_STAT_H 1
   2400 #define HAVE_SYS_TIMES_H 1
   2401 #define HAVE_SYS_TIME_H 1
   2402 #define HAVE_SYS_TYPES_H 1
   2403 #define HAVE_SYS_WAIT_H 1
   2404 #define HAVE_TIMES 1
   2405 #define HAVE_UINTMAX_T 1
   2406 #define HAVE_UINTPTR_T 1
   2407 #define HAVE_UNISTD_H 1
   2408 #define HAVE_UNISTD_H 1
   2409 #define HAVE_UNISTD_H 1
   2410 #define HAVE_UNSIGNED_LONG_LONG 1
   2411 #define HAVE_VFORK 1
   2412 #define HAVE_WAITPID 1
   2413 #define HAVE_WCHAR_H 1
   2414 #define HAVE_WCTYPE_H 1
   2415 #define HAVE_WCWIDTH 1
   2416 #define HAVE_WORKING_FORK 1
   2417 #define HAVE_WORKING_VFORK 1
   2418 #define HAVE__BOOL 1
   2419 #define M4 "/usr/bin/m4"
   2420 #define PACKAGE "bison"
   2421 #define PACKAGE_BUGREPORT "bug-bison (a] gnu.org"
   2422 #define PACKAGE_NAME "GNU Bison"
   2423 #define PACKAGE_STRING "GNU Bison 2.3"
   2424 #define PACKAGE_TARNAME "bison"
   2425 #define PACKAGE_VERSION "2.3"
   2426 #define STDC_HEADERS 1
   2427 #define STRERROR_R_CHAR_P 1
   2428 #define USE_UNLOCKED_IO 1
   2429 #define VERSION "2.3"
   2430 #define YYENABLE_NLS 1
   2431 #define YYTEXT_POINTER 1
   2432 #define _GNU_SOURCE 1
   2433 #define _POSIX_PTHREAD_SEMANTICS 1
   2434 #define __EXTENSIONS__ 1
   2435 #endif
   2436 #ifdef __cplusplus
   2437 extern "C" void std::exit (int) throw (); using std::exit;
   2438 
   2439 configure: exit 0
   2440