bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proposed namespace cleanup for bison.simple


From: Marc Autret
Subject: Re: proposed namespace cleanup for bison.simple
Date: 30 Nov 2001 05:12:11 -0500
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Paul Eggert <address@hidden> writes:

> 2001-11-29  Paul Eggert  <address@hidden>
> 
>       Name space cleanup in generated parser.
> 
>       * doc/bison.texinfo (Bison Parser): Discuss system headers
>       and their effect on the user name space.
> 
>       * src/bison.simple:
>       (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
>       YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
>       i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
> 
>       (YYSIZE_T): New macro.  Use it instead of size_t, to avoid infringing
>       on user names when possible.
> 
>       (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
>       Simplify test for whather <alloca.h> exists.
> 
>       (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
> 
>       (<stdio.h>): Include if YYDEBUG.
> 
>       (yymemcpy): Renamed from __yy_memcpy.  Do not define unless
>       ! defined (yyoverflow) && ! defined (yymemcpy).
> 
>       (yymemcpy, yyparse): Rename local variables as needed so that
>       they all begin with 'yy'.
> 
>       (yystrlen, yystpcpy): New functions.
> 
>       (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
>       All uses changed.
> 
>       (yyparse): size_t -> YYSIZE_T.  Use yystrlen and yystpcpy
>       instead of relying on string.h functions.  Use YYSTACK_ALLOC
>       and YYSTACK_FREE instead of malloc and free.
> 

Hi Paul, 

Youy should run the testsuite because your last patch seems
having broken the tests in calc.at and torture.at.
Just below, the testsuite log.

Sincerly.

PS: not in reduce.at which already fails!



## --------------------------- ##
## GNU Bison 1.49a test suite. ##
## --------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../po/ChangeLog:
| 2001-11-29  gettextize  <address@hidden>
| 
|       * Makefile.in.in: Upgrade to gettext-0.10.40.
| 
| 2001-10-10  gettextize  <address@hidden>
| 
|       * Makefile.in.in: Upgrade to gettext-0.10.40.
|       * cat-id-tbl.c: Remove file.
| 
| 2001-10-08  gettextize  <address@hidden>

testsuite: ../intl/ChangeLog:
| 2001-09-13  GNU  <address@hidden>
| 
|       * Version 0.10.40 released.
| 

testsuite: ../ChangeLog:
| 2001-11-29  Paul Eggert  <address@hidden>
| 
|       * src/bison.simple (YYSTACK_REALLOC): Remove.
|       (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
|       (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
|       New macros.
|       (union yyalloc): New type.
|       (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
|       an arbitrary restriction on hosts where size_t is wider than int.
| 

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

hostname = otsbg.ots
uname -m = i386
uname -r = 1.5.1
uname -s = NetBSD
uname -v = NetBSD 1.5.1 (GENERIC) #56: Mon Jul  2 15:54:23 CEST 2001     
address@hidden:/usr/src/sys/arch/i386/compile/GENERIC

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

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

PATH: .
PATH: /home/prog/bison/work/bison-1_29-branch/tests-bison/tests
PATH: /usr/bin
PATH: /bin
PATH: /sbin
PATH: /usr/pkg/sbin
PATH: /usr/pkg/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /usr/X11R6/bin
PATH: /home/prog/mbin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
| 
| at_testdir='tests'
| buildpath='/home/prog/bison/work/bison-1_29-branch/tests-bison/tests'
| srcdir='.'
| srcpath='/home/prog/bison/work/bison-1_29-branch/tests-bison/tests'
| top_srcdir='..'
| top_srcpath='/home/prog/bison/work/bison-1_29-branch/tests-bison'
| top_builddir='../'
| top_buildpath='/home/prog/bison/work/bison-1_29-branch/tests-bison'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

testsuite: atlocal:
| # tests/atlocal.  Generated from atlocal.in by configure.                     
                -*- shell-script -*-
| # Configurable variable values for Bison test suite.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
| 
| # We need a C compiler.
| CC='gcc'
| CFLAGS='-g -O2'
| 
| # We need to know if the compiler is GCC.
| GCC='yes'
| 
| # We need `config.h'.
| CPPFLAGS="-I $top_buildpath "

## ---------------- ##
## Tested programs. ##
## ---------------- ##

testsuite.at:24: ./bison --version
bison (GNU Bison) 1.49a

Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

## --------------------------- ##
## Silently running the tests. ##
## --------------------------- ##
testsuite: starting at: Fri Nov 30 09:48:23 CET 2001
1. output.at:38: ok     ()
2. output.at:40: ok     ()
3. output.at:42: ok     ()
4. output.at:44: ok     ()
5. output.at:46: ok     ()
6. output.at:48: ok     ()
7. output.at:52: ok     ()
8. output.at:54: ok     ()
9. output.at:58: ok     ()
10. output.at:60: ok    ()
11. output.at:64: ok    ()
12. output.at:69: ok    ()
13. output.at:72: ok    ()
14. output.at:76: ok    ()
15. output.at:80: ok    ()
16. reduce.at:26: ok    ()
17. reduce.at:70: FAILED near `reduce.at:91'    ()
18. calc.at:397: FAILED near `calc.at:397'      ()
19. calc.at:399: FAILED near `calc.at:399'      ()
20. calc.at:400: FAILED near `calc.at:400'      ()
21. calc.at:401: FAILED near `calc.at:401'      ()
22. calc.at:402: FAILED near `calc.at:402'      ()
23. calc.at:403: FAILED near `calc.at:403'      ()
24. calc.at:404: FAILED near `calc.at:404'      ()
25. calc.at:406: FAILED near `calc.at:406'      ()
26. calc.at:408: FAILED near `calc.at:408'      ()
27. calc.at:410: FAILED near `calc.at:410'      ()
28. calc.at:411: FAILED near `calc.at:411'      ()
29. torture.at:83: FAILED near `torture.at:85'  ()
30. torture.at:104: FAILED near `torture.at:106'        ()
31. regression.at:26: ok        ()
32. regression.at:50: ok        ()
33. regression.at:150: ok       ()
34. regression.at:250: ok       ()
35. regression.at:391: ok       ()
36. regression.at:411: ok       ()
37. regression.at:428: ok       ()
38. regression.at:449: ok       ()
39. regression.at:472: ok       ()
40. regression.at:494: ok       ()
41. regression.at:517: ok       ()
42. regression.at:537: ok       ()
43. regression.at:557: ok       ()
44. regression.at:599: ok       ()
45. regression.at:600: ok       ()
testsuite: ending at: Fri Nov 30 09:48:40 CET 2001
testsuite: test suite duration: 0h 0m 17s


## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Bison 1.49a test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

  17: reduce.at:70       Useless Nonterminals
  18: calc.at:397        Calculator 
  19: calc.at:399        Calculator --defines
  20: calc.at:400        Calculator --locations
  21: calc.at:401        Calculator --name-prefix=calc
  22: calc.at:402        Calculator --verbose
  23: calc.at:403        Calculator --yacc
  24: calc.at:404        Calculator --yyerror-verbose
  25: calc.at:406        Calculator --locations --yyerror-verbose
  26: calc.at:408        Calculator --defines --locations --name-prefix=calc 
--verbose --yacc --yyerror-verbose
  27: calc.at:410        Calculator --debug
  28: calc.at:411        Calculator --debug --defines --locations 
--name-prefix=calc --verbose --yacc --yyerror-verbose
  29: torture.at:83      Exploding the Stack Size with Alloca
  30: torture.at:104     Exploding the Stack Size with Malloc


## --------------------------------------- ##
## Verbosely re-running the failing tests. ##
## --------------------------------------- ##

## --------------------------- ##
## GNU Bison 1.49a test suite. ##
## --------------------------- ##
17. reduce.at:70: testing Useless Nonterminals...
reduce.at:91: bison input.y
--- /dev/null   Fri Nov 30 09:48:47 2001
+++ 
/home/prog/bison/work/bison-1_29-branch/tests-bison/tests/testsuite.dir/at-stderr
   Fri Nov 30 09:48:47 2001
@@ -0,0 +1 @@
+input.y contains 9 useless nonterminals
17. reduce.at:70: FAILED near `reduce.at:91'

18. calc.at:397: testing Calculator ...
calc.at:397: bison calc.y -o calc.c 
calc.at:397: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
calc.at:397: exit code was 1, expected 0
18. calc.at:397: FAILED near `calc.at:397'

19. calc.at:399: testing Calculator --defines...
calc.at:399: bison calc.y -o calc.c --defines
calc.at:399: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
calc.at:399: exit code was 1, expected 0
19. calc.at:399: FAILED near `calc.at:399'

20. calc.at:400: testing Calculator --locations...
calc.at:400: bison calc.y -o calc.c --locations
calc.at:400: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:625: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:625: 
sizeof applied to an incomplete type
calc.at:400: exit code was 1, expected 0
20. calc.at:400: FAILED near `calc.at:400'

21. calc.at:401: testing Calculator --name-prefix=calc...
calc.at:401: bison calc.y -o calc.c --name-prefix=calc
calc.at:401: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `calcparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
calc.at:401: exit code was 1, expected 0
21. calc.at:401: FAILED near `calc.at:401'

22. calc.at:402: testing Calculator --verbose...
calc.at:402: bison calc.y -o calc.c --verbose
calc.at:402: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
calc.at:402: exit code was 1, expected 0
22. calc.at:402: FAILED near `calc.at:402'

23. calc.at:403: testing Calculator --yacc...
calc.at:403: bison calc.y -o calc.c --yacc
calc.at:403: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
calc.at:403: exit code was 1, expected 0
23. calc.at:403: FAILED near `calc.at:403'

24. calc.at:404: testing Calculator --yyerror-verbose...
calc.at:404: bison calc.y -o calc.c 
calc.at:404: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
calc.at:404: exit code was 1, expected 0
24. calc.at:404: FAILED near `calc.at:404'

25. calc.at:406: testing Calculator --locations --yyerror-verbose...
calc.at:406: bison calc.y -o calc.c --locations 
calc.at:406: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:625: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:625: 
sizeof applied to an incomplete type
calc.at:406: exit code was 1, expected 0
25. calc.at:406: FAILED near `calc.at:406'

26. calc.at:408: testing Calculator --defines --locations --name-prefix=calc 
--verbose --yacc --yyerror-verbose...
calc.at:408: bison calc.y -o calc.c --defines --locations --name-prefix=calc 
--verbose --yacc 
calc.at:408: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `calcparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:625: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:625: 
sizeof applied to an incomplete type
calc.at:408: exit code was 1, expected 0
26. calc.at:408: FAILED near `calc.at:408'

27. calc.at:410: testing Calculator --debug...
calc.at:410: bison calc.y -o calc.c --debug
calc.at:410: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
calc.at:410: exit code was 1, expected 0
27. calc.at:410: FAILED near `calc.at:410'

28. calc.at:411: testing Calculator --debug --defines --locations 
--name-prefix=calc --verbose --yacc --yyerror-verbose...
calc.at:411: bison calc.y -o calc.c --debug --defines --locations 
--name-prefix=calc --verbose --yacc 
calc.at:411: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
cc1: warnings being treated as errors
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `calcparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:625: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:625: 
sizeof applied to an incomplete type
calc.at:411: exit code was 1, expected 0
28. calc.at:411: FAILED near `calc.at:411'

29. torture.at:83: testing Exploding the Stack Size with Alloca...
torture.at:85: bison input.y -o input.c
torture.at:85: $CC $CFLAGS $CPPFLAGS input.c -o input
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
torture.at:85: exit code was 1, expected 0
29. torture.at:83: FAILED near `torture.at:85'

30. torture.at:104: testing Exploding the Stack Size with Malloc...
torture.at:106: bison input.y -o input.c
torture.at:106: $CC $CFLAGS $CPPFLAGS input.c -o input
stderr:
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: parse 
error before `YYSTYPE'
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:117: 
warning: no semicolon at end of struct or union
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple: In 
function `yyparse':
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:619: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:622: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
/home/prog/bison/work/bison-1_29-branch/tests-bison/src/bison.simple:623: 
sizeof applied to an incomplete type
torture.at:106: exit code was 1, expected 0
30. torture.at:104: FAILED near `torture.at:106'

## ------------------- ##
## Configuration logs. ##
## ------------------- ##

testsuite: ../config.log:
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GNU Bison configure 1.49a, which was
| generated by GNU Autoconf 2.52g.  Invocation command line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = otsbg.ots
| uname -m = i386
| uname -r = 1.5.1
| uname -s = NetBSD
| uname -v = NetBSD 1.5.1 (GENERIC) #56: Mon Jul  2 15:54:23 CEST 2001     
address@hidden:/usr/src/sys/arch/i386/compile/GENERIC
| 
| /usr/bin/uname -p = i386
| /bin/uname -X     = unknown
| 
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/bin
| PATH: /bin
| PATH: /sbin
| PATH: /usr/pkg/sbin
| PATH: /usr/pkg/bin
| PATH: /usr/local/bin
| PATH: /usr/local/sbin
| PATH: /usr/sbin
| PATH: /usr/X11R6/bin
| PATH: /usr/pkg/java/bin
| PATH: /home/prog/.scripts
| PATH: /home/prog/mbin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1225: checking for a BSD compatible install
| configure:1279: result: /usr/bin/install -c
| configure:1290: checking whether build environment is sane
| configure:1333: result: yes
| configure:1367: checking for gawk
| configure:1396: result: no
| configure:1367: checking for mawk
| configure:1396: result: no
| configure:1367: checking for nawk
| configure:1396: result: no
| configure:1367: checking for awk
| configure:1383: found /usr/bin/awk
| configure:1393: result: awk
| configure:1403: checking whether make sets ${MAKE}
| configure:1423: result: yes
| configure:1592: checking for gcc
| configure:1608: found /usr/bin/gcc
| configure:1618: result: gcc
| configure:1862: checking for C compiler version
| configure:1865: gcc --version </dev/null >&5
| 2.95.2
| configure:1868: $? = 0
| configure:1870: gcc -v </dev/null >&5
| Reading specs from 
/usr/pkg/gcc-2.95.2/lib/gcc-lib/i386--netbsdelf/2.95.2/specs
| gcc version 2.95.2 19991024 (release)
| configure:1873: $? = 0
| configure:1875: gcc -V </dev/null >&5
| gcc: argument to `-V' is missing
| configure:1878: $? = 1
| configure:1904: checking for C compiler default output
| configure:1907: gcc    conftest.c  >&5
| configure:1910: $? = 0
| configure:1939: result: a.out
| configure:1944: checking whether the C compiler works
| configure:1950: ./a.out
| configure:1953: $? = 0
| configure:1968: result: yes
| configure:1975: checking whether we are cross compiling
| configure:1977: result: no
| configure:1980: checking for executable suffix
| configure:1982: gcc -o conftest    conftest.c  >&5
| configure:1985: $? = 0
| configure:2007: result: 
| configure:2013: checking for object suffix
| configure:2037: gcc -c   conftest.c >&5
| configure:2040: $? = 0
| configure:2059: result: o
| configure:2063: checking whether we are using the GNU C compiler
| configure:2090: gcc -c   conftest.c >&5
| configure:2093: $? = 0
| configure:2096: test -s conftest.o
| configure:2099: $? = 0
| configure:2111: result: yes
| configure:2117: checking whether gcc accepts -g
| configure:2141: gcc -c -g  conftest.c >&5
| configure:2144: $? = 0
| configure:2147: test -s conftest.o
| configure:2150: $? = 0
| configure:2160: result: yes
| configure:2187: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: parse error before `me'
| configure:2190: $? = 1
| configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
| configure:2308: checking for style of include used by make
| configure:2336: result: GNU
| configure:2343: checking dependency style of gcc
| configure:2405: result: gcc
| configure:2416: checking how to run the C preprocessor
| configure:2442: gcc -E  conftest.c
| configure:2448: $? = 0
| configure:2475: gcc -E  conftest.c
| configure:2472: ac_nonexistent.h: No such file or directory
| configure:2481: $? = 1
| configure: failed program was:
| #line 2471 "configure"
| #include "confdefs.h"
| #include <ac_nonexistent.h>
| configure:2518: result: gcc -E
| configure:2533: gcc -E  conftest.c
| configure:2539: $? = 0
| configure:2566: gcc -E  conftest.c
| configure:2563: ac_nonexistent.h: No such file or directory
| configure:2572: $? = 1
| configure: failed program was:
| #line 2562 "configure"
| #include "confdefs.h"
| #include <ac_nonexistent.h>
| configure:2612: checking for ANSI C header files
| configure:2626: gcc -E  conftest.c
| configure:2632: $? = 0
| configure:2719: gcc -o conftest -g -O2   conftest.c  >&5
| configure:2722: $? = 0
| configure:2724: ./conftest
| configure:2727: $? = 0
| configure:2741: result: yes
| configure:2765: checking for sys/types.h
| configure:2778: gcc -c -g -O2  conftest.c >&5
| configure:2781: $? = 0
| configure:2784: test -s conftest.o
| configure:2787: $? = 0
| configure:2797: result: yes
| configure:2765: checking for sys/stat.h
| configure:2778: gcc -c -g -O2  conftest.c >&5
| configure:2781: $? = 0
| configure:2784: test -s conftest.o
| configure:2787: $? = 0
| configure:2797: result: yes
| configure:2765: checking for stdlib.h
| configure:2778: gcc -c -g -O2  conftest.c >&5
| configure:2781: $? = 0
| configure:2784: test -s conftest.o
| configure:2787: $? = 0
| configure:2797: result: yes
| configure:2765: checking for string.h
| configure:2778: gcc -c -g -O2  conftest.c >&5
| configure:2781: $? = 0
| configure:2784: test -s conftest.o
| configure:2787: $? = 0
| configure:2797: result: yes
| configure:2765: checking for memory.h
| configure:2778: gcc -c -g -O2  conftest.c >&5
| configure:2781: $? = 0
| configure:2784: test -s conftest.o
| configure:2787: $? = 0
| configure:2797: result: yes
| configure:2765: checking for strings.h
| configure:2778: gcc -c -g -O2  conftest.c >&5
| configure:2781: $? = 0
| configure:2784: test -s conftest.o
| configure:2787: $? = 0
| configure:2797: result: yes
| configure:2765: checking for inttypes.h
| configure:2778: gcc -c -g -O2  conftest.c >&5
| configure:2781: $? = 0
| configure:2784: test -s conftest.o
| configure:2787: $? = 0
| configure:2797: result: yes
| configure:2765: checking for stdint.h
| configure:2778: gcc -c -g -O2  conftest.c >&5
| configure:2807: stdint.h: No such file or directory
| configure:2781: $? = 1
| configure: failed program was:
| #line 2771 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
| configure:2797: result: no
| configure:2765: checking for unistd.h
| configure:2778: gcc -c -g -O2  conftest.c >&5
| configure:2781: $? = 0
| configure:2784: test -s conftest.o
| configure:2787: $? = 0
| configure:2797: result: yes
| configure:2819: checking minix/config.h usability
| configure:2828: gcc -c -g -O2  conftest.c >&5
| configure:2857: minix/config.h: No such file or directory
| configure:2831: $? = 1
| configure: failed program was:
| #line 2822 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
| configure:2846: result: no
| configure:2850: checking minix/config.h presence
| configure:2857: gcc -E  conftest.c
| configure:2854: minix/config.h: No such file or directory
| configure:2863: $? = 1
| configure: failed program was:
| #line 2853 "configure"
| #include "confdefs.h"
| #include <minix/config.h>
| configure:2881: result: no
| configure:2899: checking for minix/config.h
| configure:2906: result: no
| configure:2936: checking for strerror in -lcposix
| configure:2969: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
| /usr/bin/ld: cannot open -lcposix: No such file or directory
| collect2: ld returned 1 exit status
| configure:2972: $? = 1
| configure: failed program was:
| #line 2944 "configure"
| #include "confdefs.h"
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
| configure:2989: result: no
| configure:3000: checking for gcc option to accept ANSI C
| configure:3066: gcc  -c -g -O2  conftest.c >&5
| configure:3069: $? = 0
| configure:3072: test -s conftest.o
| configure:3075: $? = 0
| configure:3089: result: none needed
| configure:3141: checking for ranlib
| configure:3157: found /usr/bin/ranlib
| configure:3168: result: ranlib
| configure:3185: checking for gm4
| configure:3203: found /usr/pkg/bin/gm4
| configure:3215: result: /usr/pkg/bin/gm4
| configure:3226: checking whether m4 supports frozen files
| configure:3238: result: yes
| configure:3822: checking for ANSI C header files
| configure:3951: result: yes
| configure:3980: checking ctype.h usability
| configure:3989: gcc -c -g -O2  conftest.c >&5
| configure:3992: $? = 0
| configure:3995: test -s conftest.o
| configure:3998: $? = 0
| configure:4007: result: yes
| configure:4011: checking ctype.h presence
| configure:4018: gcc -E  conftest.c
| configure:4024: $? = 0
| configure:4042: result: yes
| configure:4060: checking for ctype.h
| configure:4067: result: yes
| configure:3980: checking locale.h usability
| configure:3989: gcc -c -g -O2  conftest.c >&5
| configure:3992: $? = 0
| configure:3995: test -s conftest.o
| configure:3998: $? = 0
| configure:4007: result: yes
| configure:4011: checking locale.h presence
| configure:4018: gcc -E  conftest.c
| configure:4024: $? = 0
| configure:4042: result: yes
| configure:4060: checking for locale.h
| configure:4067: result: yes
| configure:3971: checking for memory.h
| configure:3976: result: yes
| configure:3971: checking for stdlib.h
| configure:3976: result: yes
| configure:3971: checking for string.h
| configure:3976: result: yes
| configure:3971: checking for unistd.h
| configure:3976: result: yes
| configure:4086: checking for gcc option to accept ANSI C
| configure:4149: gcc  -c -g -O2  conftest.c >&5
| configure:4152: $? = 0
| configure:4155: test -s conftest.o
| configure:4158: $? = 0
| configure:4175: result: none needed
| configure:4183: checking for an ANSI C-conforming const
| configure:4253: gcc -c -g -O2  conftest.c >&5
| configure:4256: $? = 0
| configure:4259: test -s conftest.o
| configure:4262: $? = 0
| configure:4272: result: yes
| configure:4282: checking for inline
| configure:4299: gcc -c -g -O2  conftest.c >&5
| configure:4302: $? = 0
| configure:4305: test -s conftest.o
| configure:4308: $? = 0
| configure:4319: result: inline
| configure:4336: checking for function prototypes
| configure:4339: result: yes
| configure:4353: checking for ANSI C header files
| configure:4482: result: yes
| configure:4497: checking for string.h
| configure:4502: result: yes
| configure:4611: checking for working alloca.h
| configure:4635: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4618: alloca.h: No such file or directory
| configure:4638: $? = 1
| configure: failed program was:
| #line 4617 "configure"
| #include "confdefs.h"
| #include <alloca.h>
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
|   ;
|   return 0;
| }
| configure:4654: result: no
| configure:4664: checking for alloca
| configure:4708: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4711: $? = 0
| configure:4714: test -s conftest
| configure:4717: $? = 0
| configure:4727: result: yes
| configure:4917: checking for obstacks
| configure:4941: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4924: obstack.h: No such file or directory
| configure:4944: $? = 1
| configure: failed program was:
| #line 4923 "configure"
| #include "confdefs.h"
| #include "obstack.h"
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| struct obstack *mem; obstack_free(mem,(char *) 0)
|   ;
|   return 0;
| }
| configure:4960: result: no
| configure:4972: checking for error_at_line
| configure:4996: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccWCcfs6.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:4989: undefined 
reference to `error_at_line'
| collect2: ld returned 1 exit status
| configure:4999: $? = 1
| configure: failed program was:
| #line 4978 "configure"
| #include "confdefs.h"
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "");
|   ;
|   return 0;
| }
| configure:5015: result: no
| configure:5026: checking for mkstemp
| configure:5069: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5072: $? = 0
| configure:5075: test -s conftest
| configure:5078: $? = 0
| configure:5088: result: yes
| configure:5026: checking for setlocale
| configure:5069: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/cchffJRR.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:5060: warning: 
reference to compatibility setlocale(); include <locale.h> for correct reference
| configure:5072: $? = 0
| configure:5075: test -s conftest
| configure:5078: $? = 0
| configure:5088: result: yes
| configure:5098: checking whether stpcpy is declared
| configure:5125: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:5149: `stpcpy' undeclared (first use in this function)
| configure:5149: (Each undeclared identifier is reported only once
| configure:5149: for each function it appears in.)
| configure:5128: $? = 1
| configure: failed program was:
| #line 5104 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| #ifndef stpcpy
|   char *p = (char *) stpcpy;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5144: result: no
| configure:5160: checking whether strndup is declared
| configure:5187: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:5211: `strndup' undeclared (first use in this function)
| configure:5211: (Each undeclared identifier is reported only once
| configure:5211: for each function it appears in.)
| configure:5190: $? = 1
| configure: failed program was:
| #line 5166 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| #ifndef strndup
|   char *p = (char *) strndup;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5206: result: no
| configure:5222: checking whether strnlen is declared
| configure:5249: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:5273: `strnlen' undeclared (first use in this function)
| configure:5273: (Each undeclared identifier is reported only once
| configure:5273: for each function it appears in.)
| configure:5252: $? = 1
| configure: failed program was:
| #line 5228 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| #ifndef strnlen
|   char *p = (char *) strnlen;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5268: result: no
| configure:5284: checking whether memchr is declared
| configure:5311: gcc -c -g -O2  conftest.c >&5
| configure:5314: $? = 0
| configure:5317: test -s conftest.o
| configure:5320: $? = 0
| configure:5330: result: yes
| configure:5356: checking for stpcpy
| configure:5399: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccGIMiXm.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:5390: undefined 
reference to `stpcpy'
| collect2: ld returned 1 exit status
| configure:5402: $? = 1
| configure: failed program was:
| #line 5362 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char stpcpy (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char stpcpy ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_stpcpy) || defined (__stub___stpcpy)
| choke me
| #else
| f = stpcpy;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5418: result: no
| configure:5356: checking for strndup
| configure:5399: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccmHvIwl.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:5390: undefined 
reference to `strndup'
| collect2: ld returned 1 exit status
| configure:5402: $? = 1
| configure: failed program was:
| #line 5362 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strndup (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strndup ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strndup) || defined (__stub___strndup)
| choke me
| #else
| f = strndup;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5418: result: no
| configure:5356: checking for strnlen
| configure:5399: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccj4njXu.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:5390: undefined 
reference to `strnlen'
| collect2: ld returned 1 exit status
| configure:5402: $? = 1
| configure: failed program was:
| #line 5362 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strnlen (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strnlen ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strnlen) || defined (__stub___strnlen)
| choke me
| #else
| f = strnlen;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5418: result: no
| configure:5356: checking for strspn
| configure:5399: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5402: $? = 0
| configure:5405: test -s conftest
| configure:5408: $? = 0
| configure:5418: result: yes
| configure:5356: checking for memchr
| configure:5399: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5402: $? = 0
| configure:5405: test -s conftest
| configure:5408: $? = 0
| configure:5418: result: yes
| configure:5438: checking for working malloc
| configure:5459: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5462: $? = 0
| configure:5464: ./conftest
| configure:5467: $? = 0
| configure:5481: result: yes
| configure:5499: checking for working realloc
| configure:5520: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5523: $? = 0
| configure:5525: ./conftest
| configure:5528: $? = 0
| configure:5542: result: yes
| configure:5560: checking for isascii
| configure:5603: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5606: $? = 0
| configure:5609: test -s conftest
| configure:5612: $? = 0
| configure:5622: result: yes
| configure:5560: checking for iswprint
| configure:5603: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/cccK7MPO.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:5594: undefined 
reference to `iswprint'
| collect2: ld returned 1 exit status
| configure:5606: $? = 1
| configure: failed program was:
| #line 5566 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char iswprint (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char iswprint ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_iswprint) || defined (__stub___iswprint)
| choke me
| #else
| f = iswprint;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5622: result: no
| configure:5560: checking for mbsinit
| configure:5603: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/cc8VtxN1.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:5594: undefined 
reference to `mbsinit'
| collect2: ld returned 1 exit status
| configure:5606: $? = 1
| configure: failed program was:
| #line 5566 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mbsinit (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char mbsinit ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_mbsinit) || defined (__stub___mbsinit)
| choke me
| #else
| f = mbsinit;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5622: result: no
| configure:5633: checking whether mbrtowc and mbstate_t are properly declared
| configure:5657: gcc -o conftest -g -O2   conftest.c  >&5
| configure: In function `main':
| configure:5650: `mbstate_t' undeclared (first use in this function)
| configure:5650: (Each undeclared identifier is reported only once
| configure:5650: for each function it appears in.)
| configure:5650: parse error before `state'
| configure:5650: `state' undeclared (first use in this function)
| configure:5650: `mbrtowc' undeclared (first use in this function)
| configure:5660: $? = 1
| configure: failed program was:
| #line 5639 "configure"
| #include "confdefs.h"
| #include <wchar.h>
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| mbstate_t state; return ! (sizeof state && mbrtowc);
|   ;
|   return 0;
| }
| configure:5676: result: no
| configure:5705: checking limits.h usability
| configure:5714: gcc -c -g -O2  conftest.c >&5
| configure:5717: $? = 0
| configure:5720: test -s conftest.o
| configure:5723: $? = 0
| configure:5732: result: yes
| configure:5736: checking limits.h presence
| configure:5743: gcc -E  conftest.c
| configure:5749: $? = 0
| configure:5767: result: yes
| configure:5785: checking for limits.h
| configure:5792: result: yes
| configure:5705: checking stddef.h usability
| configure:5714: gcc -c -g -O2  conftest.c >&5
| configure:5717: $? = 0
| configure:5720: test -s conftest.o
| configure:5723: $? = 0
| configure:5732: result: yes
| configure:5736: checking stddef.h presence
| configure:5743: gcc -E  conftest.c
| configure:5749: $? = 0
| configure:5767: result: yes
| configure:5785: checking for stddef.h
| configure:5792: result: yes
| configure:5696: checking for stdlib.h
| configure:5701: result: yes
| configure:5696: checking for string.h
| configure:5701: result: yes
| configure:5705: checking wchar.h usability
| configure:5714: gcc -c -g -O2  conftest.c >&5
| In file included from configure:5743:
| /usr/include/wchar.h:50: conflicting types for `wint_t'
| /usr/pkg/gcc-2.95.2/lib/gcc-lib/i386--netbsdelf/2.95.2/include/stddef.h:280: 
previous declaration of `wint_t'
| configure:5717: $? = 1
| configure: failed program was:
| #line 5708 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <wchar.h>
| configure:5732: result: no
| configure:5736: checking wchar.h presence
| configure:5743: gcc -E  conftest.c
| configure:5749: $? = 0
| configure:5767: result: yes
| configure:5778: WARNING: wchar.h: present but cannot be compiled.
| configure:5780: WARNING: wchar.h: check for missing prerequisite headers?
| configure:5782: WARNING: wchar.h: proceeding with the preprocessor's result
| configure:5785: checking for wchar.h
| configure:5792: result: yes
| configure:5705: checking wctype.h usability
| configure:5714: gcc -c -g -O2  conftest.c >&5
| configure:5743: wctype.h: No such file or directory
| configure:5717: $? = 1
| configure: failed program was:
| #line 5708 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <wctype.h>
| configure:5732: result: no
| configure:5736: checking wctype.h presence
| configure:5743: gcc -E  conftest.c
| configure:5740: wctype.h: No such file or directory
| configure:5749: $? = 1
| configure: failed program was:
| #line 5739 "configure"
| #include "confdefs.h"
| #include <wctype.h>
| configure:5767: result: no
| configure:5785: checking for wctype.h
| configure:5792: result: no
| configure:5805: checking for ANSI C header files
| configure:5934: result: yes
| configure:5945: checking whether backslash-a works in strings
| configure:5976: gcc -c -g -O2  conftest.c >&5
| configure:5979: $? = 0
| configure:5982: test -s conftest.o
| configure:5985: $? = 0
| configure:5995: result: yes
| configure:6011: checking for stdlib.h
| configure:6016: result: yes
| configure:6121: checking for mbstate_t
| configure:6149: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:6142: `mbstate_t' undeclared (first use in this function)
| configure:6142: (Each undeclared identifier is reported only once
| configure:6142: for each function it appears in.)
| configure:6142: parse error before `x'
| configure:6142: `x' undeclared (first use in this function)
| configure:6152: $? = 1
| configure: failed program was:
| #line 6127 "configure"
| #include "confdefs.h"
| 
| #if HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #include <wchar.h>
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| mbstate_t x; return sizeof x;
|   ;
|   return 0;
| }
| configure:6168: result: no
| configure:6179: checking for function prototypes
| configure:6182: result: yes
| configure:6196: checking for ANSI C header files
| configure:6325: result: yes
| configure:6340: checking for string.h
| configure:6345: result: yes
| configure:6458: checking for strerror
| configure:6501: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6504: $? = 0
| configure:6507: test -s conftest
| configure:6510: $? = 0
| configure:6520: result: yes
| configure:6458: checking for vprintf
| configure:6501: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6504: $? = 0
| configure:6507: test -s conftest
| configure:6510: $? = 0
| configure:6520: result: yes
| configure:6458: checking for doprnt
| configure:6501: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccvFJ3um.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:6492: undefined 
reference to `doprnt'
| collect2: ld returned 1 exit status
| configure:6504: $? = 1
| configure: failed program was:
| #line 6464 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char doprnt (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char doprnt ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_doprnt) || defined (__stub___doprnt)
| choke me
| #else
| f = doprnt;
| #endif
| 
|   ;
|   return 0;
| }
| configure:6520: result: no
| configure:6530: checking whether strerror is declared
| configure:6557: gcc -c -g -O2  conftest.c >&5
| configure:6560: $? = 0
| configure:6563: test -s conftest.o
| configure:6566: $? = 0
| configure:6576: result: yes
| configure:6594: checking whether strerror_r is declared
| configure:6621: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:6645: `strerror_r' undeclared (first use in this function)
| configure:6645: (Each undeclared identifier is reported only once
| configure:6645: for each function it appears in.)
| configure:6624: $? = 1
| configure: failed program was:
| #line 6600 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| #ifndef strerror_r
|   char *p = (char *) strerror_r;
| #endif
| 
|   ;
|   return 0;
| }
| configure:6640: result: no
| configure:6662: checking for strerror_r
| configure:6705: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/cczytD8G.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:6696: undefined 
reference to `strerror_r'
| collect2: ld returned 1 exit status
| configure:6708: $? = 1
| configure: failed program was:
| #line 6668 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strerror_r (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror_r ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strerror_r) || defined (__stub___strerror_r)
| choke me
| #else
| f = strerror_r;
| #endif
| 
|   ;
|   return 0;
| }
| configure:6724: result: no
| configure:6734: checking whether strerror_r returns char *
| configure:6814: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccZqqjOF.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:6839: undefined 
reference to `strerror_r'
| collect2: ld returned 1 exit status
| configure:6817: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| #line 6793 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|       extern char *strerror_r ();
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| char buf[100];
|         char x = *strerror_r (0, buf, sizeof buf);
|         exit (!isalpha (x));
|   ;
|   return 0;
| }
| configure:6835: result: no
| configure:6845: checking for ANSI C header files
| configure:6974: result: yes
| configure:6985: checking if malloc debugging is wanted
| configure:7006: result: no
| configure:7018: checking build system type
| configure:7036: result: i386-unknown-netbsdelf1.5.1
| configure:7044: checking host system type
| configure:7058: result: i386-unknown-netbsdelf1.5.1
| configure:7066: checking for off_t
| configure:7093: gcc -c -g -O2  conftest.c >&5
| configure:7096: $? = 0
| configure:7099: test -s conftest.o
| configure:7102: $? = 0
| configure:7112: result: yes
| configure:7124: checking for size_t
| configure:7151: gcc -c -g -O2  conftest.c >&5
| configure:7154: $? = 0
| configure:7157: test -s conftest.o
| configure:7160: $? = 0
| configure:7170: result: yes
| configure:7188: checking for stdlib.h
| configure:7193: result: yes
| configure:7188: checking for unistd.h
| configure:7193: result: yes
| configure:7301: checking for getpagesize
| configure:7344: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7347: $? = 0
| configure:7350: test -s conftest
| configure:7353: $? = 0
| configure:7363: result: yes
| configure:7373: checking for working mmap
| configure:7509: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7512: $? = 0
| configure:7514: ./conftest
| configure:7517: $? = 0
| configure:7530: result: yes
| configure:7542: checking whether we are using the GNU C Library 2.1 or newer
| configure:7550: features.h: No such file or directory
| configure:7570: result: no
| configure:7601: checking argz.h usability
| configure:7610: gcc -c -g -O2  conftest.c >&5
| configure:7639: argz.h: No such file or directory
| configure:7613: $? = 1
| configure: failed program was:
| #line 7604 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <argz.h>
| configure:7628: result: no
| configure:7632: checking argz.h presence
| configure:7639: gcc -E  conftest.c
| configure:7636: argz.h: No such file or directory
| configure:7645: $? = 1
| configure: failed program was:
| #line 7635 "configure"
| #include "confdefs.h"
| #include <argz.h>
| configure:7663: result: no
| configure:7681: checking for argz.h
| configure:7688: result: no
| configure:7592: checking for limits.h
| configure:7597: result: yes
| configure:7592: checking for locale.h
| configure:7597: result: yes
| configure:7601: checking nl_types.h usability
| configure:7610: gcc -c -g -O2  conftest.c >&5
| configure:7613: $? = 0
| configure:7616: test -s conftest.o
| configure:7619: $? = 0
| configure:7628: result: yes
| configure:7632: checking nl_types.h presence
| configure:7639: gcc -E  conftest.c
| configure:7645: $? = 0
| configure:7663: result: yes
| configure:7681: checking for nl_types.h
| configure:7688: result: yes
| configure:7601: checking malloc.h usability
| configure:7610: gcc -c -g -O2  conftest.c >&5
| configure:7613: $? = 0
| configure:7616: test -s conftest.o
| configure:7619: $? = 0
| configure:7628: result: yes
| configure:7632: checking malloc.h presence
| configure:7639: gcc -E  conftest.c
| configure:7645: $? = 0
| configure:7663: result: yes
| configure:7681: checking for malloc.h
| configure:7688: result: yes
| configure:7592: checking for stddef.h
| configure:7597: result: yes
| configure:7592: checking for stdlib.h
| configure:7597: result: yes
| configure:7592: checking for string.h
| configure:7597: result: yes
| configure:7592: checking for unistd.h
| configure:7597: result: yes
| configure:7601: checking sys/param.h usability
| configure:7610: gcc -c -g -O2  conftest.c >&5
| configure:7613: $? = 0
| configure:7616: test -s conftest.o
| configure:7619: $? = 0
| configure:7628: result: yes
| configure:7632: checking sys/param.h presence
| configure:7639: gcc -E  conftest.c
| configure:7645: $? = 0
| configure:7663: result: yes
| configure:7681: checking for sys/param.h
| configure:7688: result: yes
| configure:7727: checking for feof_unlocked
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccgH6Lpz.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:7761: undefined 
reference to `feof_unlocked'
| collect2: ld returned 1 exit status
| configure:7773: $? = 1
| configure: failed program was:
| #line 7733 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char feof_unlocked (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char feof_unlocked ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_feof_unlocked) || defined (__stub___feof_unlocked)
| choke me
| #else
| f = feof_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7789: result: no
| configure:7727: checking for fgets_unlocked
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccGUBgsQ.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:7761: undefined 
reference to `fgets_unlocked'
| collect2: ld returned 1 exit status
| configure:7773: $? = 1
| configure: failed program was:
| #line 7733 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fgets_unlocked (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char fgets_unlocked ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_fgets_unlocked) || defined (__stub___fgets_unlocked)
| choke me
| #else
| f = fgets_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7789: result: no
| configure:7727: checking for getcwd
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for getegid
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for geteuid
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for getgid
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for getuid
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for mempcpy
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccFbcDjh.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:7761: undefined 
reference to `mempcpy'
| collect2: ld returned 1 exit status
| configure:7773: $? = 1
| configure: failed program was:
| #line 7733 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mempcpy (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char mempcpy ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_mempcpy) || defined (__stub___mempcpy)
| choke me
| #else
| f = mempcpy;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7789: result: no
| configure:7727: checking for munmap
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for putenv
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for setenv
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for setlocale
| configure:7789: result: yes
| configure:7727: checking for stpcpy
| configure:7789: result: no
| configure:7727: checking for strchr
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for strcasecmp
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for strdup
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for strtoul
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for tsearch
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7773: $? = 0
| configure:7776: test -s conftest
| configure:7779: $? = 0
| configure:7789: result: yes
| configure:7727: checking for __argz_count
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccTmSPFe.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:7761: undefined 
reference to `__argz_count'
| collect2: ld returned 1 exit status
| configure:7773: $? = 1
| configure: failed program was:
| #line 7733 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_count (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __argz_count ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___argz_count) || defined (__stub_____argz_count)
| choke me
| #else
| f = __argz_count;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7789: result: no
| configure:7727: checking for __argz_stringify
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/ccCdudcZ.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:7761: undefined 
reference to `__argz_stringify'
| collect2: ld returned 1 exit status
| configure:7773: $? = 1
| configure: failed program was:
| #line 7733 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_stringify (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __argz_stringify ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify)
| choke me
| #else
| f = __argz_stringify;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7789: result: no
| configure:7727: checking for __argz_next
| configure:7770: gcc -o conftest -g -O2   conftest.c  >&5
| /var/tmp/cca5rCch.o: In function `main':
| /home/prog/bison/work/bison-1_29-branch/tests-bison/configure:7761: undefined 
reference to `__argz_next'
| collect2: ld returned 1 exit status
| configure:7773: $? = 1
| configure: failed program was:
| #line 7733 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_next (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __argz_next ();
| char (*f) ();
| 
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___argz_next) || defined (__stub_____argz_next)
| choke me
| #else
| f = __argz_next;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7789: result: no
| configure:7814: checking for iconv
| configure:7844: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7825: iconv.h: No such file or directory
| configure:7847: $? = 1
| configure: failed program was:
| #line 7823 "configure"
| #include "confdefs.h"
| #include <stdlib.h>
| #include <iconv.h>
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }
| configure:7886: gcc -o conftest -g -O2   conftest.c  -liconv >&5
| configure:7867: iconv.h: No such file or directory
| configure:7889: $? = 1
| configure: failed program was:
| #line 7865 "configure"
| #include "confdefs.h"
| #include <stdlib.h>
| #include <iconv.h>
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|          iconv(cd,NULL,NULL,NULL,NULL);
|          iconv_close(cd);
|   ;
|   return 0;
| }
| configure:7908: result: no, consider installing GNU libiconv
| configure:7992: checking for nl_langinfo and CODESET
| configure:8016: gcc -o conftest -g -O2   conftest.c  >&5
| configure: In function `main':
| configure:8009: `CODESET' undeclared (first use in this function)
| configure:8009: (Each undeclared identifier is reported only once
| configure:8009: for each function it appears in.)
| configure:8019: $? = 1
| configure: failed program was:
| #line 7998 "configure"
| #include "confdefs.h"
| #include <langinfo.h>
| #ifdef F77_DUMMY_MAIN
| #  ifdef __cplusplus
|      extern "C"
| #  endif
|    int F77_DUMMY_MAIN() { return 1; }
| #endif
| int
| main ()
| {
| char* cs = nl_langinfo(CODESET);
|   ;
|   return 0;
| }
| configure:8036: result: no
| configure:8047: checking for LC_MESSAGES
| configure:8071: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8074: $? = 0
| configure:8077: test -s conftest
| configure:8080: $? = 0
| configure:8090: result: yes
| configure:8100: checking whether NLS is requested
| configure:8109: result: yes
| configure:8123: checking whether included gettext is requested
| configure:8133: result: no
| configure:8153: checking libintl.h usability
| configure:8162: gcc -c -g -O2  conftest.c >&5
| configure:8191: libintl.h: No such file or directory
| configure:8165: $? = 1
| configure: failed program was:
| #line 8156 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
| configure:8180: result: no
| configure:8184: checking libintl.h presence
| configure:8191: gcc -E  conftest.c
| configure:8188: libintl.h: No such file or directory
| configure:8197: $? = 1
| configure: failed program was:
| #line 8187 "configure"
| #include "confdefs.h"
| #include <libintl.h>
| configure:8215: result: no
| configure:8233: checking for libintl.h
| configure:8240: result: no
| configure:8569: checking for msgfmt
| configure:8596: result: /usr/pkg/bin/msgfmt
| configure:8605: checking for gmsgfmt
| configure:8636: result: /usr/pkg/bin/msgfmt
| configure:8645: checking for xgettext
| configure:8672: result: /usr/pkg/bin/xgettext
| configure:8721: checking for bison
| configure:8737: found /usr/pkg/bin/bison
| configure:8747: result: bison
| configure:8760: checking version of bison
| configure:8769: result: 1.28, ok
| configure:8808: checking for catalogs to be installed
| configure:8828: result:  de es et fr ja nl ru sv tr
| configure:8936: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Bison config.status 1.49a, which was
| generated by GNU Autoconf 2.52g.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on otsbg.ots
| 
| config.status:9640: creating tests/Makefile
| config.status:9640: creating tests/atlocal
| config.status:9640: creating tests/bison
| config.status:9640: creating Makefile
| config.status:9640: creating config/Makefile
| config.status:9640: creating intl/Makefile
| config.status:9640: creating po/Makefile.in
| config.status:9640: creating lib/Makefile
| config.status:9640: creating src/Makefile
| config.status:9640: creating doc/Makefile
| config.status:9640: creating m4/Makefile
| config.status:9747: creating config.h
| config.status:9991: executing tests/package.m4 commands
| config.status:9991: executing tests/atconfig commands
| config.status:9991: executing default-1 commands
| config.status:9991: executing default-2 commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_type_size_t='yes'
| ac_cv_prog_gnu_m4='yes'
| ac_cv_path_M4='/usr/pkg/bin/gm4'
| am_cv_CC_dependencies_compiler_type='gcc'
| ac_cv_path_XGETTEXT='/usr/pkg/bin/xgettext'
| ac_cv_func_getcwd='yes'
| ac_cv_func_strerror_r='no'
| ac_cv_lib_error_at_line='no'
| ac_cv_header_stdlib_h='yes'
| ac_cv_func_strtoul='yes'
| ac_cv_func_mbsinit='no'
| ac_cv_func_getuid='yes'
| ac_cv_header_nl_types_h='yes'
| ac_cv_lib_cposix_strerror='no'
| ac_cv_prog_cc_g='yes'
| ac_cv_env_LDFLAGS_set=''
| ac_cv_func_strspn='yes'
| ac_cv_c_compiler_gnu='yes'
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_env_CFLAGS_set=''
| ac_cv_func_setlocale='yes'
| ac_cv_func_mmap_fixed_mapped='yes'
| jm_cv_func_working_malloc='yes'
| ac_cv_have_decl_strnlen='no'
| ac_cv_func_mempcpy='no'
| ac_cv_c_backslash_a='yes'
| ac_cv_env_CPP_value=''
| ac_cv_env_CPPFLAGS_set=''
| ac_cv_func_strcasecmp='yes'
| ac_cv_header_wchar_h='yes'
| ac_cv_header_minix_config_h='no'
| ac_cv_func___argz_count='no'
| ac_cv_env_host_alias_set=''
| ac_cv_path_GMSGFMT='/usr/pkg/bin/msgfmt'
| ac_cv_func_getegid='yes'
| ac_cv_c_const='yes'
| ac_cv_func_mkstemp='yes'
| ac_cv_have_decl_strerror='yes'
| ac_cv_working_alloca_h='no'
| ac_cv_func_munmap='yes'
| ac_cv_func_strerror_r_char_p='no'
| ac_cv_header_sys_stat_h='yes'
| ac_cv_env_build_alias_set=''
| ac_cv_have_decl_strndup='no'
| ac_cv_header_limits_h='yes'
| jm_cv_func_mbrtowc='no'
| ac_cv_env_LDFLAGS_value=''
| ac_cv_env_target_alias_set=''
| ac_cv_host_alias='i386-unknown-netbsdelf1.5.1'
| ac_cv_func_strnlen='no'
| ac_cv_func_alloca_works='yes'
| ac_cv_prog_cc_stdc=''
| ac_cv_env_CFLAGS_value=''
| ac_cv_env_CC_set=''
| ac_cv_path_MSGFMT='/usr/pkg/bin/msgfmt'
| ac_cv_header_sys_types_h='yes'
| ac_cv_header_stdc='yes'
| ac_cv_func___argz_stringify='no'
| ac_cv_header_strings_h='yes'
| ac_cv_func_vprintf='yes'
| ac_cv_header_stdint_h='no'
| ac_cv_header_inttypes_h='yes'
| ac_cv_prog_make_make_set='yes'
| nls_cv_header_intl=''
| ac_cv_func___argz_next='no'
| ac_cv_func_setenv='yes'
| ac_cv_header_sys_param_h='yes'
| ac_cv_build_alias='i386-unknown-netbsdelf1.5.1'
| ac_cv_c_inline='inline'
| ac_cv_header_locale_h='yes'
| ac_cv_header_unistd_h='yes'
| ac_cv_header_string_h='yes'
| ac_cv_env_CPPFLAGS_value=''
| ac_cv_func_strchr='yes'
| ac_cv_func_feof_unlocked='no'
| ac_cv_func_iswprint='no'
| ac_cv_prog_INTLBISON='bison'
| ac_cv_func_doprnt='no'
| ac_cv_func_isascii='yes'
| ac_cv_have_decl_memchr='yes'
| ac_cv_have_decl_stpcpy='no'
| ac_cv_prog_ac_ct_RANLIB='ranlib'
| ac_cv_header_memory_h='yes'
| am_cv_langinfo_codeset='no'
| ac_cv_host='i386-unknown-netbsdelf1.5.1'
| ac_cv_header_ctype_h='yes'
| ac_cv_env_host_alias_value=''
| am_cv_val_LC_MESSAGES='yes'
| ac_cv_func_geteuid='yes'
| ac_cv_type_off_t='yes'
| ac_cv_func_strerror='yes'
| ac_cv_func_obstack='no'
| nls_cv_force_use_gnu_gettext='no'
| ac_cv_func_fgets_unlocked='no'
| ac_cv_header_wctype_h='no'
| ac_cv_func_getgid='yes'
| ac_cv_have_decl_strerror_r='no'
| ac_cv_func_strndup='no'
| am_cv_prog_cc_stdc=''
| nls_cv_use_gnu_gettext='yes'
| ac_cv_func_tsearch='yes'
| ac_cv_header_argz_h='no'
| ac_cv_build='i386-unknown-netbsdelf1.5.1'
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_AWK='awk'
| ac_cv_env_build_alias_value=''
| ac_cv_header_malloc_h='yes'
| ac_cv_func_getpagesize='yes'
| ac_cv_prog_ac_ct_CC='gcc'
| ac_cv_header_libintl_h='no'
| am_cv_lib_iconv='no'
| am_cv_func_iconv='no, consider installing GNU libiconv'
| ac_cv_env_target_alias_value=''
| ac_cv_header_stddef_h='yes'
| ac_cv_env_CC_value=''
| ac_cv_env_CPP_set=''
| ac_cv_type_mbstate_t='no'
| jm_cv_func_working_realloc='yes'
| nls_cv_header_libgt=''
| ac_cv_func_strdup='yes'
| ac_cv_func_putenv='yes'
| ac_cv_gnu_library_2_1='no'
| ac_cv_func_memchr='yes'
| ac_cv_func_stpcpy='no'
| ac_cv_objext='o'
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define PACKAGE "bison"
| #define VERSION "1.49a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_CTYPE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SETLOCALE 1
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_MEMCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_MEMCHR 1
| #define HAVE_DONE_WORKING_MALLOC_CHECK 1
| #define HAVE_DONE_WORKING_REALLOC_CHECK 1
| #define HAVE_ISASCII 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define HAVE_C_BACKSLASH_A 1
| #define HAVE_STDLIB_H 1
| #define mbstate_t int
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_STRERROR 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_STRERROR 1
| #define HAVE_DECL_STRERROR_R 0
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| 
| configure: exit 0



-- 
Marc Autret



reply via email to

[Prev in Thread] Current Thread [Next in Thread]