bug-bison
[Top][All Lists]
Advanced

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

porting question


From: Andrei Agapi
Subject: porting question
Date: Sun, 14 Aug 2005 22:15:50 -0700 (PDT)

Hello,

I'm trying to port bison 2.0b to a i686 - pc - Minix
and I have it cut down to 4 failed tests: 24 26 48 49.
Attached is the testsuite.log file ...

Do you know what might cause this ?

Thank you,
Andrei



## -------------------------- ##
## GNU Bison 2.0b test suite. ##
## -------------------------- ##

testsuite: command line was:
  $ ./testsuite 

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

testsuite: ../ChangeLog:
| 2005-07-24  Paul Eggert  <address@hidden>
| 
|       * NEWS: Version 2.0b.
| 
|       * Makefile.am (SUBDIRS): Put examples before tests,
so that
|       "make check" doesn't finish with "All 1 tests
passed".
| 
|       * tests/regression.at (Token definitions): Don't
rely on
|       AT_PARSER_CHECK for data that contains backslashes.
 It currently
|       uses 'echo', and 'echo' isn't portable if its
argument contains

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

hostname = minix
uname -m = i686
uname -r = 3
uname -s = Minix
uname -v = 0.7

/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/aandrei/bison/bison-2.0b/tests
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin

testsuite: atconfig:
| # Configurable variable values for building test
suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003 Free Software
Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/usr/aandrei/bison/bison-2.0b/tests'
| at_srcdir='.'
| abs_srcdir='/usr/aandrei/bison/bison-2.0b/tests'
| at_top_srcdir='..'
|
abs_top_srcdir='/usr/aandrei/bison/bison-2.0b/tests/..'
| at_top_builddir='../'
|
abs_top_builddir='/usr/aandrei/bison/bison-2.0b/tests/../.'
| 
| 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 (C) 2000, 2001, 2002, 2003, 2004 Free
Software Foundation, Inc.
| 
| # We need a C compiler.
| CC='gcc'
| 
| # We want no optimization.
| CFLAGS='-g   '
| 
| # We need `config.h'.
| CPPFLAGS="-DHAVE_CONFIG_H=1 -I$abs_top_builddir "
| 
| # Is the compiler GCC?
| GCC='yes'
| 
| # The C++ compiler.
| CXX='g++'
| 
| # If 'exit 77'; skip all C++ tests; otherwise ':'.
| BISON_CXX_WORKS='exit 77'
| 
| # We want no optimization with C++, too.
| CXXFLAGS='  '
| 
| # Are special link options needed?
| LDFLAGS=''
| 
| # Are special libraries needed?
| LIBS=''

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

local.at:206:
/usr/aandrei/bison/bison-2.0b/tests/bison --version
bison (GNU Bison) 2.0b
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2005 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.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: C
1. Invalid dollar-n (input.at:28): ok
2. Invalid @n (input.at:46): ok
3. Type Clashes (input.at:64): ok
4. Incompatible Aliases (input.at:89): ok
5. Torturing the Scanner (input.at:130): ok
6. Typed symbol aliases (input.at:281): ok
7. Output files:  & -dv . (output.at:38): ok
8. Output files:  & -dv >&-. (output.at:41): ok
9. Output files:  & -dv -o foo.c . (output.at:43): ok
10. Output files:  & -dv -o foo.tab.c .
(output.at:45): ok
11. Output files:  & -dv -y . (output.at:47): ok
12. Output files:  & -dv -b bar . (output.at:49): ok
13. Output files:  & -dv -g -o foo.c . (output.at:51):
ok
14. Output files: %defines %verbose &  .
(output.at:55): ok
15. Output files: %defines %verbose %yacc &  .
(output.at:57): ok
16. Output files: %defines %verbose %yacc &  .
(output.at:60): ok
17. Output files: %file-prefix="bar" %defines %verbose
&  . (output.at:64): ok
18. Output files: %output="bar.c" %defines %verbose
%yacc &  . (output.at:66): ok
19. Output files: %file-prefix="baz" %output="bar.c"
%defines %verbose %yacc &  . (output.at:70): ok
20. Output files: %defines %verbose &  .
(output.at:75): ok
21. Output files: %defines %verbose  & -o foo.c .
(output.at:78): ok
22. Output files:  & --defines=foo.hpp -o foo.c++ .
(output.at:82): ok
23. Output files:  & -o foo.c++ --graph=foo.gph .
(output.at:86): ok
25. Broken Closure (sets.at:151): ok
27. Useless Terminals (reduce.at:26): ok
28. Useless Nonterminals (reduce.at:70): ok
29. Useless Rules (reduce.at:125): ok
30. Reduced Automaton (reduce.at:212): ok
31. Underivable Rules (reduce.at:301): ok
32. Empty Language (reduce.at:342): ok
33. Prologue synch line (synclines.at:95): ok
34. %union synch line (synclines.at:115): ok
35. Postprologue synch line (synclines.at:138): ok
36. Action synch line (synclines.at:157): ok
37. Epilogue synch line (synclines.at:175): ok
38. %union and --defines (headers.at:27): ok
39. Invalid CPP guards: input/input (headers.at:76):
ok
40. Invalid CPP guards: 9foo (headers.at:77): ok
41. export YYLTYPE (headers.at:86): ok
42. Mid-rule actions (actions.at:25): ok
43. Exotic Dollars (actions.at:91): ok
44. Printers and Destructors :  (actions.at:524): ok
45. Printers and Destructors with union: 
(actions.at:525): ok
46. Printers and Destructors : %defines %skeleton
"lalr1.cc" (actions.at:530): skipped (actions.at:530)
47. Printers and Destructors with union: %defines
%skeleton "lalr1.cc" (actions.at:531): skipped
(actions.at:531)
50. S/R in initial (conflicts.at:32): ok
51. %nonassoc and eof (conflicts.at:52): ok
52. Unresolved SR Conflicts (conflicts.at:128): ok
53. Resolved SR Conflicts (conflicts.at:235): ok
54. Defaulted Conflicted Reduction (conflicts.at:357):
ok
55. %expect not enough (conflicts.at:476): ok
56. %expect right (conflicts.at:496): ok
57. %expect too much (conflicts.at:513): ok
58. %expect with reduce conflicts (conflicts.at:533):
ok
59. %no-default-prec without %prec (conflicts.at:553):
ok
60. %no-default-prec with %prec (conflicts.at:579): ok
61. %default-prec (conflicts.at:603): ok
62. Calculator  (calc.at:541): ok
63. Calculator %defines (calc.at:543): ok
64. Calculator %locations (calc.at:544): ok
65. Calculator %name-prefix="calc" (calc.at:545): ok
66. Calculator %verbose (calc.at:546): ok
67. Calculator %yacc (calc.at:547): ok
68. Calculator %error-verbose (calc.at:548): ok
69. Calculator %pure-parser %locations (calc.at:550):
ok
70. Calculator %error-verbose %locations
(calc.at:551): ok
71. Calculator %error-verbose %locations %defines
%name-prefix="calc" %verbose %yacc (calc.at:553): ok
72. Calculator %debug (calc.at:555): ok
73. Calculator %error-verbose %debug %locations
%defines %name-prefix="calc" %verbose %yacc
(calc.at:556): ok
74. Calculator %pure-parser %error-verbose %debug
%locations %defines %name-prefix="calc" %verbose %yacc
(calc.at:558): ok
75. Calculator %pure-parser %error-verbose %debug
%locations %defines %name-prefix="calc" %verbose %yacc
%parse-param {semantic_value *result} %parse-param
{int *count} (calc.at:560): ok
76. Calculator %glr-parser  (calc.at:577): ok
77. Calculator %glr-parser %defines (calc.at:579): ok
78. Calculator %glr-parser %locations (calc.at:580):
ok
79. Calculator %glr-parser %name-prefix="calc"
(calc.at:581): ok
80. Calculator %glr-parser %verbose (calc.at:582): ok
81. Calculator %glr-parser %yacc (calc.at:583): ok
82. Calculator %glr-parser %error-verbose
(calc.at:584): ok
83. Calculator %glr-parser %pure-parser %locations
(calc.at:586): ok
84. Calculator %glr-parser %error-verbose %locations
(calc.at:587): ok
85. Calculator %glr-parser %error-verbose %locations
%defines %name-prefix="calc" %verbose %yacc
(calc.at:589): ok
86. Calculator %glr-parser %debug (calc.at:591): ok
87. Calculator %glr-parser %error-verbose %debug
%locations %defines %name-prefix="calc" %verbose %yacc
(calc.at:592): ok
88. Calculator %glr-parser %pure-parser %error-verbose
%debug %locations %defines %name-prefix="calc"
%verbose %yacc (calc.at:594): ok
89. Calculator %glr-parser %pure-parser %error-verbose
%debug %locations %defines %name-prefix="calc"
%verbose %yacc %parse-param {semantic_value *result}
%parse-param {int *count} (calc.at:596): ok
90. Calculator %skeleton "lalr1.cc" %defines
%locations (calc.at:614): skipped (calc.at:614)
91. Calculator %skeleton "lalr1.cc" %defines
(calc.at:616): skipped (calc.at:616)
92. Calculator %skeleton "lalr1.cc" %error-verbose
%locations %defines %name-prefix="calc" %verbose %yacc
(calc.at:626): skipped (calc.at:626)
93. Calculator %skeleton "lalr1.cc" %error-verbose
%debug %locations %defines %name-prefix="calc"
%verbose %yacc (calc.at:629): skipped (calc.at:629)
94. Calculator %skeleton "lalr1.cc" %pure-parser
%error-verbose %debug %locations %defines
%name-prefix="calc" %verbose %yacc (calc.at:631):
skipped (calc.at:631)
95. Calculator %skeleton "lalr1.cc" %pure-parser
%error-verbose %debug %locations %defines
%name-prefix="calc" %verbose %yacc %parse-param
{semantic_value *result} %parse-param {int *count}
(calc.at:633): skipped (calc.at:633)
96. Big triangle (torture.at:141): skipped
(torture.at:147)
97. Big horizontal (torture.at:232): skipped
(torture.at:246)
98. Many look-ahead tokens (torture.at:367): skipped
(torture.at:369)
99. Exploding the Stack Size with Alloca
(torture.at:444): ok
100. Exploding the Stack Size with Malloc
(torture.at:469): ok
101. GNU AWK Grammar (existing.at:26): ok
102. GNU Cim Grammar (existing.at:366): ok
103. GNU pic Grammar (existing.at:1218): ok
104. Early token definitions (regression.at:27): ok
105. Braces parsing (regression.at:65): ok
106. Duplicate string (regression.at:87): ok
107. Rule Line Numbers (regression.at:113): ok
108. Mixing %token styles (regression.at:257): ok
109. Invalid inputs (regression.at:280): ok
110. Invalid inputs with {} (regression.at:306): ok
111. Token definitions (regression.at:333): ok
112. Characters Escapes (regression.at:386): ok
113. Web2c Report (regression.at:417): ok
114. Web2c Actions (regression.at:594): ok
115. Dancer  (regression.at:836): ok
116. Dancer %glr-parser (regression.at:837): ok
117. Dancer %skeleton "lalr1.cc" (regression.at:838):
skipped (regression.at:838)
118. Doxygen Public Documentation (c++.at:102):
skipped (c++.at:102)
119. Doxygen Private Documentation (c++.at:103):
skipped (c++.at:103)
120. GLR: Resolve ambiguity, impure, no locations
(cxx-type.at:319): ok
121. GLR: Resolve ambiguity, impure, locations
(cxx-type.at:326): ok
122. GLR: Resolve ambiguity, pure, no locations
(cxx-type.at:332): ok
123. GLR: Resolve ambiguity, pure, locations
(cxx-type.at:339): ok
124. GLR: Merge conflicting parses, impure, no
locations (cxx-type.at:346): ok
125. GLR: Merge conflicting parses, impure, locations
(cxx-type.at:353): ok
126. GLR: Merge conflicting parses, pure, no locations
(cxx-type.at:360): ok
127. GLR: Merge conflicting parses, pure, locations
(cxx-type.at:366): ok
128. GLR: Verbose messages, resolve ambiguity, impure,
no locations (cxx-type.at:373): ok
129. Badly Collapsed GLR States
(glr-regression.at:25): ok
130. Improper handling of embedded actions and
dollar(-N) in GLR parsers (glr-regression.at:116): ok
131. Improper merging of GLR delayed action sets
(glr-regression.at:232): ok
testsuite: ending at: C
testsuite: test suite duration: 0h 9m 43s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 117 tests were run,
4 failed unexpectedly.
14 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Bison 2.0b test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

  24: sets.at:66         Nullable
  26: sets.at:193        Firsts
  48: actions.at:533     Printers and Destructors :
%glr-parser
  49: actions.at:534     Printers and Destructors with
union: %glr-parser

Skipped tests:
GNU Bison 2.0b test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

  46: actions.at:530     Printers and Destructors :
%defines %skeleton "lalr1.cc"
      c++
  47: actions.at:531     Printers and Destructors with
union: %defines %skeleton "lalr1.cc"
      c++
  90: calc.at:614        Calculator %skeleton
"lalr1.cc" %defines %locations
      c++
  91: calc.at:616        Calculator %skeleton
"lalr1.cc" %defines
      c++
  92: calc.at:626        Calculator %skeleton
"lalr1.cc" %error-verbose %locations %defines
%name-prefix="calc" %verbose %yacc
      c++
  93: calc.at:629        Calculator %skeleton
"lalr1.cc" %error-verbose %debug %locations %defines
%name-prefix="calc" %verbose %yacc
      c++
  94: calc.at:631        Calculator %skeleton
"lalr1.cc" %pure-parser %error-verbose %debug
%locations %defines %name-prefix="calc" %verbose %yacc
      c++
  95: calc.at:633        Calculator %skeleton
"lalr1.cc" %pure-parser %error-verbose %debug
%locations %defines %name-prefix="calc" %verbose %yacc
%parse-param {semantic_value *result} %parse-param
{int *count}
      c++
  96: torture.at:141     Big triangle
  97: torture.at:232     Big horizontal
  98: torture.at:367     Many look-ahead tokens
 117: regression.at:838  Dancer %skeleton "lalr1.cc"
      c++
 118: c++.at:102         Doxygen Public Documentation
 119: c++.at:103         Doxygen Private Documentation

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

24. sets.at:66: testing ...
sets.at:81: bison --trace=sets input.y
stderr:
RITEM
  e  $end  (rule 0)
  'e'  (rule 1)
  (rule 2)


DERIVES
        $accept derives
                  0  e $end
        e derives
                  1  'e'
                  2  /* empty */


NULLABLE
        $accept: no
        e: yes


RTC: Firsts Input BEGIN
     
   01
  .--.
 0| 1|
 1|  |
  `--'
RTC: Firsts Input END

RTC: Firsts Output BEGIN
     
   01
  .--.
 0|11|
 1| 1|
  `--'
RTC: Firsts Output END

FIRSTS
        $accept firsts
                $accept
                e
        e firsts
                e


FDERIVES
        $accept derives
                  0  e $end
                  1  'e'
                  2  /* empty */
        e derives
                  1  'e'
                  2  /* empty */


Closure: input
   0: . e $end  (rule 0)


Closure: output
   0: . e $end  (rule 0)
   3: . 'e'  (rule 1)
   5: .  (rule 2)


Closure: input
   4: .  (rule 1)


Closure: output
   4: .  (rule 1)


Closure: input
   1: . $end  (rule 0)


Closure: output
   1: . $end  (rule 0)


Closure: input
   2: .  (rule 0)


Closure: output
   2: .  (rule 0)


relation_transpose: input
  0: 

relation_transpose: output
  0: 

Look-ahead tokens: BEGIN
State 0: 1 look-ahead tokens
   on 0 ($end) -> rule 2
State 1: 0 look-ahead tokens
State 2: 0 look-ahead tokens
State 3: 0 look-ahead tokens
Look-ahead tokens: END
sets.at:82: sed -f extract.sed stderr
stdout:
RITEM
  e  $end  (rule 0)
  'e'  (rule 1)
  (rule 2)


DERIVES
DERIVES
        $accept derives
        $accept derives
                  0  e $end
                  0  e $end
        e derives
        e derives
                  1  'e'
                  1  'e'
                  2  /* empty */
                  2  /* empty */


NULLABLE
NULLABLE
        $accept: no
        $accept: no
        e: yes
        e: yes


RTC: Firsts Input BEGIN
     
   01
  .--.
 0| 1|
 1|  |
  `--'
RTC: Firsts Input END

RTC: Firsts Output BEGIN
     
   01
  .--.
 0|11|
 1| 1|
  `--'
RTC: Firsts Output END

FIRSTS
FIRSTS
        $accept firsts
        $accept firsts
                $accept
                $accept
                e
                e
        e firsts
        e firsts
                e
                e


FDERIVES
FDERIVES
        $accept derives
        $accept derives
                  0  e $end
                  0  e $end
                  1  'e'
                  1  'e'
                  2  /* empty */
                  2  /* empty */
        e derives
        e derives
                  1  'e'
                  1  'e'
                  2  /* empty */
                  2  /* empty */


Closure: input
   0: . e $end  (rule 0)


Closure: output
   0: . e $end  (rule 0)
   3: . 'e'  (rule 1)
   5: .  (rule 2)


Closure: input
   4: .  (rule 1)


Closure: output
   4: .  (rule 1)


Closure: input
   1: . $end  (rule 0)


Closure: output
   1: . $end  (rule 0)


Closure: input
   2: .  (rule 0)


Closure: output
   2: .  (rule 0)


relation_transpose: input
  0: 

relation_transpose: output
  0: 

Look-ahead tokens: BEGIN
State 0: 1 look-ahead tokens
   on 0 ($end) -> rule 2
State 1: 0 look-ahead tokens
State 2: 0 look-ahead tokens
State 3: 0 look-ahead tokens
Look-ahead tokens: END
sets.at:82: mv stdout sets
sets.at:107: cat sets
1,24c1,126
< DERIVES
<       $accept derives
<                 0  e $end
<       e derives
<                 1  'e'
<                 2  /* empty */
< NULLABLE
<       $accept: no
<       e: yes
< FIRSTS
<       $accept firsts
<               $accept
<               e
<       e firsts
<               e
< FDERIVES
<       $accept derives
<                 0  e $end
<                 1  'e'
<                 2  /* empty */
<       e derives
<                 1  'e'
<                 2  /* empty */
< 
---
> RITEM
>   e  $end  (rule 0)
>   'e'  (rule 1)
>   (rule 2)
> 
> 
> DERIVES
> DERIVES
>       $accept derives
>       $accept derives
>                 0  e $end
>                 0  e $end
>       e derives
>       e derives
>                 1  'e'
>                 1  'e'
>                 2  /* empty */
>                 2  /* empty */
> 
> 
> NULLABLE
> NULLABLE
>       $accept: no
>       $accept: no
>       e: yes
>       e: yes
> 
> 
> RTC: Firsts Input BEGIN
>      
>    01
>   .--.
>  0| 1|
>  1|  |
>   `--'
> RTC: Firsts Input END
> 
> RTC: Firsts Output BEGIN
>      
>    01
>   .--.
>  0|11|
>  1| 1|
>   `--'
> RTC: Firsts Output END
> 
> FIRSTS
> FIRSTS
>       $accept firsts
>       $accept firsts
>               $accept
>               $accept
>               e
>               e
>       e firsts
>       e firsts
>               e
>               e
> 
> 
> FDERIVES
> FDERIVES
>       $accept derives
>       $accept derives
>                 0  e $end
>                 0  e $end
>                 1  'e'
>                 1  'e'
>                 2  /* empty */
>                 2  /* empty */
>       e derives
>       e derives
>                 1  'e'
>                 1  'e'
>                 2  /* empty */
>                 2  /* empty */
> 
> 
> Closure: input
>    0: . e $end  (rule 0)
> 
> 
> Closure: output
>    0: . e $end  (rule 0)
>    3: . 'e'  (rule 1)
>    5: .  (rule 2)
> 
> 
> Closure: input
>    4: .  (rule 1)
> 
> 
> Closure: output
>    4: .  (rule 1)
> 
> 
> Closure: input
>    1: . $end  (rule 0)
> 
> 
> Closure: output
>    1: . $end  (rule 0)
> 
> 
> Closure: input
>    2: .  (rule 0)
> 
> 
> Closure: output
>    2: .  (rule 0)
> 
> 
> relation_transpose: input
>   0: 
> 
> relation_transpose: output
>   0: 
> 
> Look-ahead tokens: BEGIN
> State 0: 1 look-ahead tokens
>    on 0 ($end) -> rule 2
> State 1: 0 look-ahead tokens
> State 2: 0 look-ahead tokens
> State 3: 0 look-ahead tokens
> Look-ahead tokens: END
> 
24. sets.at:66: 24. Nullable (sets.at:66): FAILED
(sets.at:107)

26. sets.at:193: testing ...
sets.at:211: bison --trace=sets input.y
stderr:
RITEM
  exp  $end  (rule 0)
  exp  '<'  exp  (rule 1)
  exp  '>'  exp  (rule 2)
  exp  '+'  exp  (rule 3)
  exp  '-'  exp  (rule 4)
  exp  '^'  exp  (rule 5)
  exp  '='  exp  (rule 6)
  "exp"  (rule 7)


DERIVES
        $accept derives
                  0  exp $end
        exp derives
                  1  exp '<' exp
                  2  exp '>' exp
                  3  exp '+' exp
                  4  exp '-' exp
                  5  exp '^' exp
                  6  exp '=' exp
                  7  "exp"


NULLABLE
        $accept: no
        exp: no


RTC: Firsts Input BEGIN
     
   01
  .--.
 0| 1|
 1| 1|
  `--'
RTC: Firsts Input END

RTC: Firsts Output BEGIN
     
   01
  .--.
 0|11|
 1| 1|
  `--'
RTC: Firsts Output END

FIRSTS
        $accept firsts
                $accept
                exp
        exp firsts
                exp


FDERIVES
        $accept derives
                  0  exp $end
                  1  exp '<' exp
                  2  exp '>' exp
                  3  exp '+' exp
                  4  exp '-' exp
                  5  exp '^' exp
                  6  exp '=' exp
                  7  "exp"
        exp derives
                  1  exp '<' exp
                  2  exp '>' exp
                  3  exp '+' exp
                  4  exp '-' exp
                  5  exp '^' exp
                  6  exp '=' exp
                  7  "exp"


Closure: input
   0: . exp $end  (rule 0)


Closure: output
   0: . exp $end  (rule 0)
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  28: .  (rule 7)


Closure: output
  28: .  (rule 7)


Closure: input
   1: . $end  (rule 0)
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   1: . $end  (rule 0)
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   2: .  (rule 0)


Closure: output
   2: .  (rule 0)


Closure: input
   5: . exp  (rule 1)


Closure: output
   3: . exp '<' exp  (rule 1)
   5: . exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
   9: . exp  (rule 2)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
   9: . exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  13: . exp  (rule 3)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  13: . exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  17: . exp  (rule 4)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  17: . exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  21: . exp  (rule 5)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  21: . exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  25: . exp  (rule 6)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  25: . exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
   4: . '<' exp  (rule 1)
   6: .  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   6: .  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  10: .  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  10: .  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  14: .  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  14: .  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  18: .  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  18: .  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  22: .  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  22: .  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)
  26: .  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)
  26: .  (rule 6)


relation_transpose: input
  0:   1   2   3   4   5   6 
  1:   1   2   3   4   5   6 
  2:   1   2   3   4   5   6 
  3:   1   2   3   4   5   6 
  4:   1   2   3   4   5   6 
  5:   1   2   3   4   5   6 
  6:   1   2   3   4   5   6 

relation_transpose: output
  0: 
  1:   0   1   2   3   4   5   6 
  2:   0   1   2   3   4   5   6 
  3:   0   1   2   3   4   5   6 
  4:   0   1   2   3   4   5   6 
  5:   0   1   2   3   4   5   6 
  6:   0   1   2   3   4   5   6 

Look-ahead tokens: BEGIN
State 0: 0 look-ahead tokens
State 1: 0 look-ahead tokens
State 2: 0 look-ahead tokens
State 3: 0 look-ahead tokens
State 4: 0 look-ahead tokens
State 5: 0 look-ahead tokens
State 6: 0 look-ahead tokens
State 7: 0 look-ahead tokens
State 8: 0 look-ahead tokens
State 9: 0 look-ahead tokens
State 10: 1 look-ahead tokens
   on 0 ($end) -> rule 1
   on 3 ('<') -> rule 1
   on 4 ('>') -> rule 1
   on 5 ('+') -> rule 1
   on 6 ('-') -> rule 1
   on 7 ('^') -> rule 1
   on 8 ('=') -> rule 1
State 11: 1 look-ahead tokens
   on 0 ($end) -> rule 2
   on 3 ('<') -> rule 2
   on 4 ('>') -> rule 2
   on 5 ('+') -> rule 2
   on 6 ('-') -> rule 2
   on 7 ('^') -> rule 2
   on 8 ('=') -> rule 2
State 12: 1 look-ahead tokens
   on 0 ($end) -> rule 3
   on 3 ('<') -> rule 3
   on 4 ('>') -> rule 3
   on 5 ('+') -> rule 3
   on 6 ('-') -> rule 3
   on 7 ('^') -> rule 3
   on 8 ('=') -> rule 3
State 13: 1 look-ahead tokens
   on 0 ($end) -> rule 4
   on 3 ('<') -> rule 4
   on 4 ('>') -> rule 4
   on 5 ('+') -> rule 4
   on 6 ('-') -> rule 4
   on 7 ('^') -> rule 4
   on 8 ('=') -> rule 4
State 14: 1 look-ahead tokens
   on 0 ($end) -> rule 5
   on 3 ('<') -> rule 5
   on 4 ('>') -> rule 5
   on 5 ('+') -> rule 5
   on 6 ('-') -> rule 5
   on 7 ('^') -> rule 5
   on 8 ('=') -> rule 5
State 15: 1 look-ahead tokens
   on 0 ($end) -> rule 6
   on 3 ('<') -> rule 6
   on 4 ('>') -> rule 6
   on 5 ('+') -> rule 6
   on 6 ('-') -> rule 6
   on 7 ('^') -> rule 6
   on 8 ('=') -> rule 6
Look-ahead tokens: END
sets.at:212: sed -f extract.sed stderr
stdout:
RITEM
  exp  $end  (rule 0)
  exp  '<'  exp  (rule 1)
  exp  '>'  exp  (rule 2)
  exp  '+'  exp  (rule 3)
  exp  '-'  exp  (rule 4)
  exp  '^'  exp  (rule 5)
  exp  '='  exp  (rule 6)
  "exp"  (rule 7)


DERIVES
DERIVES
        $accept derives
        $accept derives
                  0  exp $end
                  0  exp $end
        exp derives
        exp derives
                  1  exp '<' exp
                  1  exp '<' exp
                  2  exp '>' exp
                  2  exp '>' exp
                  3  exp '+' exp
                  3  exp '+' exp
                  4  exp '-' exp
                  4  exp '-' exp
                  5  exp '^' exp
                  5  exp '^' exp
                  6  exp '=' exp
                  6  exp '=' exp
                  7  "exp"
                  7  "exp"


NULLABLE
NULLABLE
        $accept: no
        $accept: no
        exp: no
        exp: no


RTC: Firsts Input BEGIN
     
   01
  .--.
 0| 1|
 1| 1|
  `--'
RTC: Firsts Input END

RTC: Firsts Output BEGIN
     
   01
  .--.
 0|11|
 1| 1|
  `--'
RTC: Firsts Output END

FIRSTS
FIRSTS
        $accept firsts
        $accept firsts
                $accept
                $accept
                exp
                exp
        exp firsts
        exp firsts
                exp
                exp


FDERIVES
FDERIVES
        $accept derives
        $accept derives
                  0  exp $end
                  0  exp $end
                  1  exp '<' exp
                  1  exp '<' exp
                  2  exp '>' exp
                  2  exp '>' exp
                  3  exp '+' exp
                  3  exp '+' exp
                  4  exp '-' exp
                  4  exp '-' exp
                  5  exp '^' exp
                  5  exp '^' exp
                  6  exp '=' exp
                  6  exp '=' exp
                  7  "exp"
                  7  "exp"
        exp derives
        exp derives
                  1  exp '<' exp
                  1  exp '<' exp
                  2  exp '>' exp
                  2  exp '>' exp
                  3  exp '+' exp
                  3  exp '+' exp
                  4  exp '-' exp
                  4  exp '-' exp
                  5  exp '^' exp
                  5  exp '^' exp
                  6  exp '=' exp
                  6  exp '=' exp
                  7  "exp"
                  7  "exp"


Closure: input
   0: . exp $end  (rule 0)


Closure: output
   0: . exp $end  (rule 0)
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  28: .  (rule 7)


Closure: output
  28: .  (rule 7)


Closure: input
   1: . $end  (rule 0)
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   1: . $end  (rule 0)
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   2: .  (rule 0)


Closure: output
   2: .  (rule 0)


Closure: input
   5: . exp  (rule 1)


Closure: output
   3: . exp '<' exp  (rule 1)
   5: . exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
   9: . exp  (rule 2)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
   9: . exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  13: . exp  (rule 3)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  13: . exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  17: . exp  (rule 4)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  17: . exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  21: . exp  (rule 5)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  21: . exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
  25: . exp  (rule 6)


Closure: output
   3: . exp '<' exp  (rule 1)
   7: . exp '>' exp  (rule 2)
  11: . exp '+' exp  (rule 3)
  15: . exp '-' exp  (rule 4)
  19: . exp '^' exp  (rule 5)
  23: . exp '=' exp  (rule 6)
  25: . exp  (rule 6)
  27: . "exp"  (rule 7)


Closure: input
   4: . '<' exp  (rule 1)
   6: .  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   6: .  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  10: .  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  10: .  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  14: .  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  14: .  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  18: .  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  18: .  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  22: .  (rule 5)
  24: . '=' exp  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  22: .  (rule 5)
  24: . '=' exp  (rule 6)


Closure: input
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)
  26: .  (rule 6)


Closure: output
   4: . '<' exp  (rule 1)
   8: . '>' exp  (rule 2)
  12: . '+' exp  (rule 3)
  16: . '-' exp  (rule 4)
  20: . '^' exp  (rule 5)
  24: . '=' exp  (rule 6)
  26: .  (rule 6)


relation_transpose: input
  0:   1   2   3   4   5   6 
  1:   1   2   3   4   5   6 
  2:   1   2   3   4   5   6 
  3:   1   2   3   4   5   6 
  4:   1   2   3   4   5   6 
  5:   1   2   3   4   5   6 
  6:   1   2   3   4   5   6 

relation_transpose: output
  0: 
  1:   0   1   2   3   4   5   6 
  2:   0   1   2   3   4   5   6 
  3:   0   1   2   3   4   5   6 
  4:   0   1   2   3   4   5   6 
  5:   0   1   2   3   4   5   6 
  6:   0   1   2   3   4   5   6 

Look-ahead tokens: BEGIN
State 0: 0 look-ahead tokens
State 1: 0 look-ahead tokens
State 2: 0 look-ahead tokens
State 3: 0 look-ahead tokens
State 4: 0 look-ahead tokens
State 5: 0 look-ahead tokens
State 6: 0 look-ahead tokens
State 7: 0 look-ahead tokens
State 8: 0 look-ahead tokens
State 9: 0 look-ahead tokens
State 10: 1 look-ahead tokens
   on 0 ($end) -> rule 1
   on 3 ('<') -> rule 1
   on 4 ('>') -> rule 1
   on 5 ('+') -> rule 1
   on 6 ('-') -> rule 1
   on 7 ('^') -> rule 1
   on 8 ('=') -> rule 1
State 11: 1 look-ahead tokens
   on 0 ($end) -> rule 2
   on 3 ('<') -> rule 2
   on 4 ('>') -> rule 2
   on 5 ('+') -> rule 2
   on 6 ('-') -> rule 2
   on 7 ('^') -> rule 2
   on 8 ('=') -> rule 2
State 12: 1 look-ahead tokens
   on 0 ($end) -> rule 3
   on 3 ('<') -> rule 3
   on 4 ('>') -> rule 3
   on 5 ('+') -> rule 3
   on 6 ('-') -> rule 3
   on 7 ('^') -> rule 3
   on 8 ('=') -> rule 3
State 13: 1 look-ahead tokens
   on 0 ($end) -> rule 4
   on 3 ('<') -> rule 4
   on 4 ('>') -> rule 4
   on 5 ('+') -> rule 4
   on 6 ('-') -> rule 4
   on 7 ('^') -> rule 4
   on 8 ('=') -> rule 4
State 14: 1 look-ahead tokens
   on 0 ($end) -> rule 5
   on 3 ('<') -> rule 5
   on 4 ('>') -> rule 5
   on 5 ('+') -> rule 5
   on 6 ('-') -> rule 5
   on 7 ('^') -> rule 5
   on 8 ('=') -> rule 5
State 15: 1 look-ahead tokens
   on 0 ($end) -> rule 6
   on 3 ('<') -> rule 6
   on 4 ('>') -> rule 6
   on 5 ('+') -> rule 6
   on 6 ('-') -> rule 6
   on 7 ('^') -> rule 6
   on 8 ('=') -> rule 6
Look-ahead tokens: END
sets.at:212: mv stdout sets
sets.at:252: cat sets
1,39c1,453
< DERIVES
<       $accept derives
<                 0  exp $end
<       exp derives
<                 1  exp '<' exp
<                 2  exp '>' exp
<                 3  exp '+' exp
<                 4  exp '-' exp
<                 5  exp '^' exp
<                 6  exp '=' exp
<                 7  "exp"
< NULLABLE
<       $accept: no
<       exp: no
< FIRSTS
<       $accept firsts
<               $accept
<               exp
<       exp firsts
<               exp
< FDERIVES
<       $accept derives
<                 0  exp $end
<                 1  exp '<' exp
<                 2  exp '>' exp
<                 3  exp '+' exp
<                 4  exp '-' exp
<                 5  exp '^' exp
<                 6  exp '=' exp
<                 7  "exp"
<       exp derives
<                 1  exp '<' exp
<                 2  exp '>' exp
<                 3  exp '+' exp
<                 4  exp '-' exp
<                 5  exp '^' exp
<                 6  exp '=' exp
<                 7  "exp"
< 
---
> RITEM
>   exp  $end  (rule 0)
>   exp  '<'  exp  (rule 1)
>   exp  '>'  exp  (rule 2)
>   exp  '+'  exp  (rule 3)
>   exp  '-'  exp  (rule 4)
>   exp  '^'  exp  (rule 5)
>   exp  '='  exp  (rule 6)
>   "exp"  (rule 7)
> 
> 
> DERIVES
> DERIVES
>       $accept derives
>       $accept derives
>                 0  exp $end
>                 0  exp $end
>       exp derives
>       exp derives
>                 1  exp '<' exp
>                 1  exp '<' exp
>                 2  exp '>' exp
>                 2  exp '>' exp
>                 3  exp '+' exp
>                 3  exp '+' exp
>                 4  exp '-' exp
>                 4  exp '-' exp
>                 5  exp '^' exp
>                 5  exp '^' exp
>                 6  exp '=' exp
>                 6  exp '=' exp
>                 7  "exp"
>                 7  "exp"
> 
> 
> NULLABLE
> NULLABLE
>       $accept: no
>       $accept: no
>       exp: no
>       exp: no
> 
> 
> RTC: Firsts Input BEGIN
>      
>    01
>   .--.
>  0| 1|
>  1| 1|
>   `--'
> RTC: Firsts Input END
> 
> RTC: Firsts Output BEGIN
>      
>    01
>   .--.
>  0|11|
>  1| 1|
>   `--'
> RTC: Firsts Output END
> 
> FIRSTS
> FIRSTS
>       $accept firsts
>       $accept firsts
>               $accept
>               $accept
>               exp
>               exp
>       exp firsts
>       exp firsts
>               exp
>               exp
> 
> 
> FDERIVES
> FDERIVES
>       $accept derives
>       $accept derives
>                 0  exp $end
>                 0  exp $end
>                 1  exp '<' exp
>                 1  exp '<' exp
>                 2  exp '>' exp
>                 2  exp '>' exp
>                 3  exp '+' exp
>                 3  exp '+' exp
>                 4  exp '-' exp
>                 4  exp '-' exp
>                 5  exp '^' exp
>                 5  exp '^' exp
>                 6  exp '=' exp
>                 6  exp '=' exp
>                 7  "exp"
>                 7  "exp"
>       exp derives
>       exp derives
>                 1  exp '<' exp
>                 1  exp '<' exp
>                 2  exp '>' exp
>                 2  exp '>' exp
>                 3  exp '+' exp
>                 3  exp '+' exp
>                 4  exp '-' exp
>                 4  exp '-' exp
>                 5  exp '^' exp
>                 5  exp '^' exp
>                 6  exp '=' exp
>                 6  exp '=' exp
>                 7  "exp"
>                 7  "exp"
> 
> 
> Closure: input
>    0: . exp $end  (rule 0)
> 
> 
> Closure: output
>    0: . exp $end  (rule 0)
>    3: . exp '<' exp  (rule 1)
>    7: . exp '>' exp  (rule 2)
>   11: . exp '+' exp  (rule 3)
>   15: . exp '-' exp  (rule 4)
>   19: . exp '^' exp  (rule 5)
>   23: . exp '=' exp  (rule 6)
>   27: . "exp"  (rule 7)
> 
> 
> Closure: input
>   28: .  (rule 7)
> 
> 
> Closure: output
>   28: .  (rule 7)
> 
> 
> Closure: input
>    1: . $end  (rule 0)
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: output
>    1: . $end  (rule 0)
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: input
>    2: .  (rule 0)
> 
> 
> Closure: output
>    2: .  (rule 0)
> 
> 
> Closure: input
>    5: . exp  (rule 1)
> 
> 
> Closure: output
>    3: . exp '<' exp  (rule 1)
>    5: . exp  (rule 1)
>    7: . exp '>' exp  (rule 2)
>   11: . exp '+' exp  (rule 3)
>   15: . exp '-' exp  (rule 4)
>   19: . exp '^' exp  (rule 5)
>   23: . exp '=' exp  (rule 6)
>   27: . "exp"  (rule 7)
> 
> 
> Closure: input
>    9: . exp  (rule 2)
> 
> 
> Closure: output
>    3: . exp '<' exp  (rule 1)
>    7: . exp '>' exp  (rule 2)
>    9: . exp  (rule 2)
>   11: . exp '+' exp  (rule 3)
>   15: . exp '-' exp  (rule 4)
>   19: . exp '^' exp  (rule 5)
>   23: . exp '=' exp  (rule 6)
>   27: . "exp"  (rule 7)
> 
> 
> Closure: input
>   13: . exp  (rule 3)
> 
> 
> Closure: output
>    3: . exp '<' exp  (rule 1)
>    7: . exp '>' exp  (rule 2)
>   11: . exp '+' exp  (rule 3)
>   13: . exp  (rule 3)
>   15: . exp '-' exp  (rule 4)
>   19: . exp '^' exp  (rule 5)
>   23: . exp '=' exp  (rule 6)
>   27: . "exp"  (rule 7)
> 
> 
> Closure: input
>   17: . exp  (rule 4)
> 
> 
> Closure: output
>    3: . exp '<' exp  (rule 1)
>    7: . exp '>' exp  (rule 2)
>   11: . exp '+' exp  (rule 3)
>   15: . exp '-' exp  (rule 4)
>   17: . exp  (rule 4)
>   19: . exp '^' exp  (rule 5)
>   23: . exp '=' exp  (rule 6)
>   27: . "exp"  (rule 7)
> 
> 
> Closure: input
>   21: . exp  (rule 5)
> 
> 
> Closure: output
>    3: . exp '<' exp  (rule 1)
>    7: . exp '>' exp  (rule 2)
>   11: . exp '+' exp  (rule 3)
>   15: . exp '-' exp  (rule 4)
>   19: . exp '^' exp  (rule 5)
>   21: . exp  (rule 5)
>   23: . exp '=' exp  (rule 6)
>   27: . "exp"  (rule 7)
> 
> 
> Closure: input
>   25: . exp  (rule 6)
> 
> 
> Closure: output
>    3: . exp '<' exp  (rule 1)
>    7: . exp '>' exp  (rule 2)
>   11: . exp '+' exp  (rule 3)
>   15: . exp '-' exp  (rule 4)
>   19: . exp '^' exp  (rule 5)
>   23: . exp '=' exp  (rule 6)
>   25: . exp  (rule 6)
>   27: . "exp"  (rule 7)
> 
> 
> Closure: input
>    4: . '<' exp  (rule 1)
>    6: .  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: output
>    4: . '<' exp  (rule 1)
>    6: .  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: input
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   10: .  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: output
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   10: .  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: input
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   14: .  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: output
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   14: .  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: input
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   18: .  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: output
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   18: .  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: input
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   22: .  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: output
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   22: .  (rule 5)
>   24: . '=' exp  (rule 6)
> 
> 
> Closure: input
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
>   26: .  (rule 6)
> 
> 
> Closure: output
>    4: . '<' exp  (rule 1)
>    8: . '>' exp  (rule 2)
>   12: . '+' exp  (rule 3)
>   16: . '-' exp  (rule 4)
>   20: . '^' exp  (rule 5)
>   24: . '=' exp  (rule 6)
>   26: .  (rule 6)
> 
> 
> relation_transpose: input
>   0:   1   2   3   4   5   6 
>   1:   1   2   3   4   5   6 
>   2:   1   2   3   4   5   6 
>   3:   1   2   3   4   5   6 
>   4:   1   2   3   4   5   6 
>   5:   1   2   3   4   5   6 
>   6:   1   2   3   4   5   6 
> 
> relation_transpose: output
>   0: 
>   1:   0   1   2   3   4   5   6 
>   2:   0   1   2   3   4   5   6 
>   3:   0   1   2   3   4   5   6 
>   4:   0   1   2   3   4   5   6 
>   5:   0   1   2   3   4   5   6 
>   6:   0   1   2   3   4   5   6 
> 
> Look-ahead tokens: BEGIN
> State 0: 0 look-ahead tokens
> State 1: 0 look-ahead tokens
> State 2: 0 look-ahead tokens
> State 3: 0 look-ahead tokens
> State 4: 0 look-ahead tokens
> State 5: 0 look-ahead tokens
> State 6: 0 look-ahead tokens
> State 7: 0 look-ahead tokens
> State 8: 0 look-ahead tokens
> State 9: 0 look-ahead tokens
> State 10: 1 look-ahead tokens
>    on 0 ($end) -> rule 1
>    on 3 ('<') -> rule 1
>    on 4 ('>') -> rule 1
>    on 5 ('+') -> rule 1
>    on 6 ('-') -> rule 1
>    on 7 ('^') -> rule 1
>    on 8 ('=') -> rule 1
> State 11: 1 look-ahead tokens
>    on 0 ($end) -> rule 2
>    on 3 ('<') -> rule 2
>    on 4 ('>') -> rule 2
>    on 5 ('+') -> rule 2
>    on 6 ('-') -> rule 2
>    on 7 ('^') -> rule 2
>    on 8 ('=') -> rule 2
> State 12: 1 look-ahead tokens
>    on 0 ($end) -> rule 3
>    on 3 ('<') -> rule 3
>    on 4 ('>') -> rule 3
>    on 5 ('+') -> rule 3
>    on 6 ('-') -> rule 3
>    on 7 ('^') -> rule 3
>    on 8 ('=') -> rule 3
> State 13: 1 look-ahead tokens
>    on 0 ($end) -> rule 4
>    on 3 ('<') -> rule 4
>    on 4 ('>') -> rule 4
>    on 5 ('+') -> rule 4
>    on 6 ('-') -> rule 4
>    on 7 ('^') -> rule 4
>    on 8 ('=') -> rule 4
> State 14: 1 look-ahead tokens
>    on 0 ($end) -> rule 5
>    on 3 ('<') -> rule 5
>    on 4 ('>') -> rule 5
>    on 5 ('+') -> rule 5
>    on 6 ('-') -> rule 5
>    on 7 ('^') -> rule 5
>    on 8 ('=') -> rule 5
> State 15: 1 look-ahead tokens
>    on 0 ($end) -> rule 6
>    on 3 ('<') -> rule 6
>    on 4 ('>') -> rule 6
>    on 5 ('+') -> rule 6
>    on 6 ('-') -> rule 6
>    on 7 ('^') -> rule 6
>    on 8 ('=') -> rule 6
> Look-ahead tokens: END
> 
26. sets.at:193: 26. Firsts (sets.at:193): FAILED
(sets.at:252)

48. actions.at:533: testing ...
actions.at:533: bison -o input.c input.y
actions.at:533: $CC $CFLAGS $CPPFLAGS $LDFLAGS -o
input input.c $LIBS
stderr:
stdout:
actions.at:533: $PREPARSER ./input '(x)'
actions.at:533: $PREPARSER ./input '(y)'
actions.at:533: $PREPARSER ./input '(xxxxx)(x)(x)y'
Illegal instruction - core dumped
31,36c31
< input (address@hidden): line (address@hidden) input (address@hidden)
< 130-139: syntax error, unexpected 'y', expecting
$end
< Freeing nterm input (address@hidden)
< Freeing token 'y' (address@hidden)
< Parsing FAILED.
< 
---
> input (address@hidden): line (address@hidden) input (
actions.at:533: exit code was 132, expected 1
48. actions.at:533: 48. Printers and Destructors :
%glr-parser (actions.at:533): FAILED (actions.at:533)

49. actions.at:534: testing ...
actions.at:534: bison -o input.c input.y
actions.at:534: $CC $CFLAGS $CPPFLAGS $LDFLAGS -o
input input.c $LIBS
stderr:
stdout:
actions.at:534: $PREPARSER ./input '(x)'
actions.at:534: $PREPARSER ./input '(y)'
actions.at:534: $PREPARSER ./input '(xxxxx)(x)(x)y'
Illegal instruction - core dumped
31,36c31
< input (address@hidden): line (address@hidden) input (address@hidden)
< 130-139: syntax error, unexpected 'y', expecting
$end
< Freeing nterm input (address@hidden)
< Freeing token 'y' (address@hidden)
< Parsing FAILED.
< 
---
> input (address@hidden): line (address@hidden) input (
actions.at:534: exit code was 132, expected 1
49. actions.at:534: 49. Printers and Destructors with
union: %glr-parser (actions.at:534): FAILED
(actions.at:534)


## -------------- ##
## ..//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 2.0b, which
was
| generated by GNU Autoconf 2.59.  Invocation command
line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = minix
| uname -m = i686
| uname -r = 3
| uname -s = Minix
| uname -v = 0.7
| 
| /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: /root/bin
| PATH: /usr/local/bin
| PATH: /bin
| PATH: /usr/bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1403: checking for a BSD-compatible
install
| configure:1458: result: /bin/install -c
| configure:1469: checking whether build environment
is sane
| configure:1512: result: yes
| configure:1577: checking for gawk
| configure:1606: result: no
| configure:1577: checking for mawk
| configure:1606: result: no
| configure:1577: checking for nawk
| configure:1606: result: no
| configure:1577: checking for awk
| configure:1593: found /usr/bin/awk
| configure:1603: result: awk
| configure:1613: checking whether make sets $(MAKE)
| configure:1633: result: yes
| configure:1822: checking for style of include used
by make
| configure:1850: result: GNU
| configure:1921: checking for gcc
| configure:1937: found /usr/local/bin/gcc
| configure:1947: result: gcc
| configure:2191: checking for C compiler version
| configure:2194: gcc --version </dev/null >&5
| gcc (GCC) 3.4.3
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying
conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
| 
| configure:2197: $? = 0
| configure:2199: gcc -v </dev/null >&5
| Reading specs from
/usr/local/lib/gcc/i686-pc-minix/3.4.3/specs
| Configured with: /usr/local/src/gcc-3.4.3/configure
--with-cpu=i386 --enable-languages=c
| Thread model: single
| gcc version 3.4.3
| configure:2202: $? = 0
| configure:2204: gcc -V </dev/null >&5
| gcc: `-V' option must have argument
| configure:2207: $? = 1
| configure:2230: checking for C compiler default
output file name
| configure:2233: gcc    conftest.c  >&5
| configure:2236: $? = 0
| configure:2282: result: a.out
| configure:2287: checking whether the C compiler
works
| configure:2293: ./a.out
| configure:2296: $? = 0
| configure:2313: result: yes
| configure:2320: checking whether we are cross
compiling
| configure:2322: result: no
| configure:2325: checking for suffix of executables
| configure:2327: gcc -o conftest    conftest.c  >&5
| configure:2330: $? = 0
| configure:2355: result: 
| configure:2361: checking for suffix of object files
| configure:2382: gcc -c   conftest.c >&5
| configure:2385: $? = 0
| configure:2407: result: o
| configure:2411: checking whether we are using the
GNU C compiler
| configure:2435: gcc -c   conftest.c >&5
| configure:2441: $? = 0
| configure:2444: test -z                        || test ! -s
conftest.err
| configure:2447: $? = 0
| configure:2450: test -s conftest.o
| configure:2453: $? = 0
| configure:2466: result: yes
| configure:2472: checking whether gcc accepts -g
| configure:2493: gcc -c -g  conftest.c >&5
| configure:2499: $? = 0
| configure:2502: test -z                        || test ! -s
conftest.err
| configure:2505: $? = 0
| configure:2508: test -s conftest.o
| configure:2511: $? = 0
| configure:2522: result: yes
| configure:2539: checking for gcc option to accept
ANSI C
| configure:2609: gcc  -c -g -O2  conftest.c >&5
| configure:2615: $? = 0
| configure:2618: test -z                        || test ! -s
conftest.err
| configure:2621: $? = 0
| configure:2624: test -s conftest.o
| configure:2627: $? = 0
| configure:2645: result: none needed
| configure:2663: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: error: parse error before "me"
| configure:2669: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:2801: checking dependency style of gcc
| configure:2891: result: gcc3
| configure:2914: checking how to run the C
preprocessor
| configure:2949: gcc -E  conftest.c
| configure:2955: $? = 0
| configure:2987: gcc -E  conftest.c
| conftest.c:12:28: ac_nonexistent.h: No such file or
directory
| configure:2993: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3032: result: gcc -E
| configure:3056: gcc -E  conftest.c
| configure:3062: $? = 0
| configure:3094: gcc -E  conftest.c
| conftest.c:12:28: ac_nonexistent.h: No such file or
directory
| configure:3100: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3144: checking for egrep
| configure:3154: result: egrep
| configure:3160: checking for AIX
| configure:3182: result: no
| configure:3188: checking for ANSI C header files
| configure:3213: gcc -c -g -O2  conftest.c >&5
| configure:3219: $? = 0
| configure:3222: test -z                        || test ! -s
conftest.err
| configure:3225: $? = 0
| configure:3228: test -s conftest.o
| configure:3231: $? = 0
| configure:3320: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:3323: $? = 0
| configure:3325: ./conftest
| configure:3328: $? = 0
| configure:3343: result: yes
| configure:3367: checking for sys/types.h
| configure:3383: gcc -c -g -O2  conftest.c >&5
| configure:3389: $? = 0
| configure:3392: test -z                        || test ! -s
conftest.err
| configure:3395: $? = 0
| configure:3398: test -s conftest.o
| configure:3401: $? = 0
| configure:3412: result: yes
| configure:3367: checking for sys/stat.h
| configure:3383: gcc -c -g -O2  conftest.c >&5
| configure:3389: $? = 0
| configure:3392: test -z                        || test ! -s
conftest.err
| configure:3395: $? = 0
| configure:3398: test -s conftest.o
| configure:3401: $? = 0
| configure:3412: result: yes
| configure:3367: checking for stdlib.h
| configure:3383: gcc -c -g -O2  conftest.c >&5
| configure:3389: $? = 0
| configure:3392: test -z                        || test ! -s
conftest.err
| configure:3395: $? = 0
| configure:3398: test -s conftest.o
| configure:3401: $? = 0
| configure:3412: result: yes
| configure:3367: checking for string.h
| configure:3383: gcc -c -g -O2  conftest.c >&5
| configure:3389: $? = 0
| configure:3392: test -z                        || test ! -s
conftest.err
| configure:3395: $? = 0
| configure:3398: test -s conftest.o
| configure:3401: $? = 0
| configure:3412: result: yes
| configure:3367: checking for memory.h
| configure:3383: gcc -c -g -O2  conftest.c >&5
| conftest.c:52:20: memory.h: No such file or
directory
| configure:3389: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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
| | /* end 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 <memory.h>
| configure:3412: result: no
| configure:3367: checking for strings.h
| configure:3383: gcc -c -g -O2  conftest.c >&5
| configure:3389: $? = 0
| configure:3392: test -z                        || test ! -s
conftest.err
| configure:3395: $? = 0
| configure:3398: test -s conftest.o
| configure:3401: $? = 0
| configure:3412: result: yes
| configure:3367: checking for inttypes.h
| configure:3383: gcc -c -g -O2  conftest.c >&5
| In file included from /usr/include/inttypes.h:12,
|                  from conftest.c:53:
| /usr/include/stdint.h:20:2: #error Odd word or
pointer sizes
| configure:3389: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | /* end 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 <inttypes.h>
| configure:3412: result: no
| configure:3367: checking for stdint.h
| configure:3383: gcc -c -g -O2  conftest.c >&5
| In file included from conftest.c:53:
| /usr/include/stdint.h:20:2: #error Odd word or
pointer sizes
| configure:3389: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | /* end 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:3412: result: no
| configure:3367: checking for unistd.h
| configure:3383: gcc -c -g -O2  conftest.c >&5
| configure:3389: $? = 0
| configure:3392: test -z                        || test ! -s
conftest.err
| configure:3395: $? = 0
| configure:3398: test -s conftest.o
| configure:3401: $? = 0
| configure:3412: result: yes
| configure:3434: checking minix/config.h usability
| configure:3446: gcc -c -g -O2  conftest.c >&5
| configure:3452: $? = 0
| configure:3455: test -z                        || test ! -s
conftest.err
| configure:3458: $? = 0
| configure:3461: test -s conftest.o
| configure:3464: $? = 0
| configure:3474: result: yes
| configure:3478: checking minix/config.h presence
| configure:3488: gcc -E  conftest.c
| configure:3494: $? = 0
| configure:3514: result: yes
| configure:3549: checking for minix/config.h
| configure:3556: result: yes
| configure:3652: checking for gcc
| configure:3678: result: gcc
| configure:3922: checking for C compiler version
| configure:3925: gcc --version </dev/null >&5
| gcc (GCC) 3.4.3
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying
conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
| 
| configure:3928: $? = 0
| configure:3930: gcc -v </dev/null >&5
| Reading specs from
/usr/local/lib/gcc/i686-pc-minix/3.4.3/specs
| Configured with: /usr/local/src/gcc-3.4.3/configure
--with-cpu=i386 --enable-languages=c
| Thread model: single
| gcc version 3.4.3
| configure:3933: $? = 0
| configure:3935: gcc -V </dev/null >&5
| gcc: `-V' option must have argument
| configure:3938: $? = 1
| configure:3941: checking whether we are using the
GNU C compiler
| configure:3996: result: yes
| configure:4002: checking whether gcc accepts -g
| configure:4052: result: yes
| configure:4069: checking for gcc option to accept
ANSI C
| configure:4175: result: none needed
| configure:4193: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: error: parse error before "me"
| configure:4199: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:4331: checking dependency style of gcc
| configure:4421: result: gcc3
| configure:4484: checking for gcc
| configure:4510: result: gcc
| configure:4754: checking for C compiler version
| configure:4757: gcc --version </dev/null >&5
| gcc (GCC) 3.4.3
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying
conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
| 
| configure:4760: $? = 0
| configure:4762: gcc -v </dev/null >&5
| Reading specs from
/usr/local/lib/gcc/i686-pc-minix/3.4.3/specs
| Configured with: /usr/local/src/gcc-3.4.3/configure
--with-cpu=i386 --enable-languages=c
| Thread model: single
| gcc version 3.4.3
| configure:4765: $? = 0
| configure:4767: gcc -V </dev/null >&5
| gcc: `-V' option must have argument
| configure:4770: $? = 1
| configure:4773: checking whether we are using the
GNU C compiler
| configure:4828: result: yes
| configure:4834: checking whether gcc accepts -g
| configure:4884: result: yes
| configure:4901: checking for gcc option to accept
ANSI C
| configure:5007: result: none needed
| configure:5025: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: error: parse error before "me"
| configure:5031: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:5163: checking dependency style of gcc
| configure:5253: result: gcc3
| configure:6011: checking for flex
| configure:6027: found /usr/bin/flex
| configure:6037: result: flex
| configure:6050: checking for yywrap in -lfl
| configure:6080: gcc -o conftest -g -O2   conftest.c
-lfl   >&5
| /usr/lib/libfl.a: file not recognized: File format
not recognized
| configure:6086: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | /* end 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 yywrap ();
| | int
| | main ()
| | {
| | yywrap ();
| |   ;
| |   return 0;
| | }
| configure:6111: result: no
| configure:6116: checking for yywrap in -ll
| configure:6146: gcc -o conftest -g -O2   conftest.c
-ll   >&5
|
/usr/local/lib/gcc/i686-pc-minix/3.4.3/../../../../i686-pc-minix/bin/ld:
cannot find -ll
| configure:6152: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | /* end 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 yywrap ();
| | int
| | main ()
| | {
| | yywrap ();
| |   ;
| |   return 0;
| | }
| configure:6177: result: no
| configure:6188: checking lex output file root
| configure:6199: flex conftest.l
| configure:6202: $? = 0
| configure:6214: result: lex.yy
| configure:6219: checking whether yytext is a pointer
| configure:6235: gcc -o conftest -g -O2   conftest.c 
 >&5
|
/usr/local/lib/gcc/i686-pc-minix/3.4.3/../../../crtso.o:./i386/rts/crtso.s:53:
undefined reference to `main'
| /usr/tmp/cclxUBcY.o: In function `yylex':
| /usr/aandrei/bison/bison-2.0b/lex.yy.c:681:
undefined reference to `yywrap'
| configure:6241: $? = 1
| configure: failed program was:
| | /* A lexical scanner generated by flex */
| | 
| | /* Scanner skeleton version:
| |  * $Header:
/cvsup/minix/src/commands/flex-2.5.4/skel.c,v 1.1
2005/07/11 12:54:08 philip Exp $
| |  */
| | 
| | #define FLEX_SCANNER
| | #define YY_FLEX_MAJOR_VERSION 2
| | #define YY_FLEX_MINOR_VERSION 5
| | 
| | #include <stdio.h>
| | 
| | 
| | /* cfront 1.2 defines "c_plusplus" instead of
"__cplusplus" */
| | #ifdef c_plusplus
| | #ifndef __cplusplus
| | #define __cplusplus
| | #endif
| | #endif
| | 
| | 
| | #ifdef __cplusplus
| | 
| | #include <stdlib.h>
| | #include <unistd.h>
| | 
| | /* Use prototypes in function declarations. */
| | #define YY_USE_PROTOS
| | 
| | /* The "const" storage-class-modifier is valid. */
| | #define YY_USE_CONST
| | 
| | #else       /* ! __cplusplus */
| | 
| | #if __STDC__
| | 
| | #define YY_USE_PROTOS
| | #define YY_USE_CONST
| | 
| | #endif      /* __STDC__ */
| | #endif      /* ! __cplusplus */
| | 
| | #ifdef __TURBOC__
| |  #pragma warn -rch
| |  #pragma warn -use
| | #include <io.h>
| | #include <stdlib.h>
| | #define YY_USE_CONST
| | #define YY_USE_PROTOS
| | #endif
| | 
| | #ifdef YY_USE_CONST
| | #define yyconst const
| | #else
| | #define yyconst
| | #endif
| | 
| | 
| | #ifdef YY_USE_PROTOS
| | #define YY_PROTO(proto) proto
| | #else
| | #define YY_PROTO(proto) ()
| | #endif
| | 
| | /* Returned upon end-of-file. */
| | #define YY_NULL 0
| | 
| | /* Promotes a possibly negative, possibly signed
char to an unsigned
| |  * integer for use as an array index.  If the
signed char is negative,
| |  * we want to instead treat it as an 8-bit
unsigned char, hence the
| |  * double cast.
| |  */
| | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned
char) c)
| | 
| | /* Enter a start condition.  This macro really
ought to take a parameter,
| |  * but we do it the disgusting crufty way forced
on us by the ()-less
| |  * definition of BEGIN.
| |  */
| | #define BEGIN yy_start = 1 + 2 *
| | 
| | /* Translate the current start state into a value
that can be later handed
| |  * to BEGIN to return to the state.  The YYSTATE
alias is for lex
| |  * compatibility.
| |  */
| | #define YY_START ((yy_start - 1) / 2)
| | #define YYSTATE YY_START
| | 
| | /* Action number for EOF rule of a given start
state. */
| | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER +
state + 1)
| | 
| | /* Special action meaning "start processing a new
file". */
| | #define YY_NEW_FILE yyrestart( yyin )
| | 
| | #define YY_END_OF_BUFFER_CHAR 0
| | 
| | /* Size of default input buffer. */
| | #define YY_BUF_SIZE 16384
| | 
| | typedef struct yy_buffer_state *YY_BUFFER_STATE;
| | 
| | extern int yyleng;
| | extern FILE *yyin, *yyout;
| | 
| | #define EOB_ACT_CONTINUE_SCAN 0
| | #define EOB_ACT_END_OF_FILE 1
| | #define EOB_ACT_LAST_MATCH 2
| | 
| | /* The funky do-while in the following #define is
used to turn the definition
| |  * int a single C statement (which needs a
semi-colon terminator).  This
| |  * avoids problems with code like:
| |  *
| |  *  if ( condition_holds )
| |  *          yyless( 5 );
| |  *  else
| |  *          do_something_else();
| |  *
| |  * Prior to using the do-while the compiler would
get upset at the
| |  * "else" because it interpreted the "if"
statement as being all
| |  * done when it reached the ';' after the yyless()
call.
| |  */
| | 
| | /* Return all but the first 'n' matched characters
back to the input stream. */
| | 
| | #define yyless(n) \
| |     do \
| |             { \
| |             /* Undo effects of setting up yytext. */ \
| |             *yy_cp = yy_hold_char; \
| |             YY_RESTORE_YY_MORE_OFFSET \
| |             yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
| |             YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| |             } \
| |     while ( 0 )
| | 
| | #define unput(c) yyunput( c, yytext_ptr )
| | 
| | /* The following is because we cannot portably get
our hands on size_t
| |  * (without autoconf's help, which isn't available
because we want
| |  * flex-generated scanners to compile on their
own).
| |  */
| | typedef unsigned int yy_size_t;
| | 
| | 
| | struct yy_buffer_state
| |     {
| |     FILE *yy_input_file;
| | 
| |     char *yy_ch_buf;                /* input buffer */
| |     char *yy_buf_pos;               /* current position in input
buffer */
| | 
| |     /* Size of input buffer in bytes, not including
room for EOB
| |      * characters.
| |      */
| |     yy_size_t yy_buf_size;
| | 
| |     /* Number of characters read into yy_ch_buf, not
including EOB
| |      * characters.
| |      */
| |     int yy_n_chars;
| | 
| |     /* Whether we "own" the buffer - i.e., we know we
created it,
| |      * and can realloc() it to grow it, and should
free() it to
| |      * delete it.
| |      */
| |     int yy_is_our_buffer;
| | 
| |     /* Whether this is an "interactive" input source;
if so, and
| |      * if we're using stdio for input, then we want
to use getc()
| |      * instead of fread(), to make sure we stop
fetching input after
| |      * each newline.
| |      */
| |     int yy_is_interactive;
| | 
| |     /* Whether we're considered to be at the
beginning of a line.
| |      * If so, '^' rules will be active on the next
match, otherwise
| |      * not.
| |      */
| |     int yy_at_bol;
| | 
| |     /* Whether to try to fill the input buffer when
we reach the
| |      * end of it.
| |      */
| |     int yy_fill_buffer;
| | 
| |     int yy_buffer_status;
| | #define YY_BUFFER_NEW 0
| | #define YY_BUFFER_NORMAL 1
| |     /* When an EOF's been seen but there's still some
text to process
| |      * then we mark the buffer as YY_EOF_PENDING, to
indicate that we
| |      * shouldn't try reading from the input source
any more.  We might
| |      * still have a bunch of tokens to match, though,
because of
| |      * possible backing-up.
| |      *
| |      * When we actually see the EOF, we change the
status to "new"
| |      * (via yyrestart()), so that the user can
continue scanning by
| |      * just pointing yyin at a new input file.
| |      */
| | #define YY_BUFFER_EOF_PENDING 2
| |     };
| | 
| | static YY_BUFFER_STATE yy_current_buffer = 0;
| | 
| | /* We provide macros for accessing buffer states
in case in the
| |  * future we want to put the buffer states in a
more general
| |  * "scanner state".
| |  */
| | #define YY_CURRENT_BUFFER yy_current_buffer
| | 
| | 
| | /* yy_hold_char holds the character lost when
yytext is formed. */
| | static char yy_hold_char;
| | 
| | static int yy_n_chars;              /* number of characters
read into yy_ch_buf */
| | 
| | 
| | int yyleng;
| | 
| | /* Points to current character in buffer. */
| | static char *yy_c_buf_p = (char *) 0;
| | static int yy_init = 1;             /* whether we need to
initialize */
| | static int yy_start = 0;    /* start state number */
| | 
| | /* Flag which is used to allow yywrap()'s to do
buffer switches
| |  * instead of setting up a fresh yyin.  A bit of a
hack ...
| |  */
| | static int yy_did_buffer_switch_on_eof;
| | 
| | void yyrestart YY_PROTO(( FILE *input_file ));
| | 
| | void yy_switch_to_buffer YY_PROTO((
YY_BUFFER_STATE new_buffer ));
| | void yy_load_buffer_state YY_PROTO(( void ));
| | YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE
*file, int size ));
| | void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b
));
| | void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b,
FILE *file ));
| | void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b
));
| | #define YY_FLUSH_BUFFER yy_flush_buffer(
yy_current_buffer )
| | 
| | YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char
*base, yy_size_t size ));
| | YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst
char *yy_str ));
| | YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst
char *bytes, int len ));
| | 
| | static void *yy_flex_alloc YY_PROTO(( yy_size_t
));
| | static void *yy_flex_realloc YY_PROTO(( void *,
yy_size_t ));
| | static void yy_flex_free YY_PROTO(( void * ));
| | 
| | #define yy_new_buffer yy_create_buffer
| | 
| | #define yy_set_interactive(is_interactive) \
| |     { \
| |     if ( ! yy_current_buffer ) \
| |             yy_current_buffer = yy_create_buffer( yyin,
YY_BUF_SIZE ); \
| |     yy_current_buffer->yy_is_interactive =
is_interactive; \
| |     }
| | 
| | #define yy_set_bol(at_bol) \
| |     { \
| |     if ( ! yy_current_buffer ) \
| |             yy_current_buffer = yy_create_buffer( yyin,
YY_BUF_SIZE ); \
| |     yy_current_buffer->yy_at_bol = at_bol; \
| |     }
| | 
| | #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
| | 
| | typedef unsigned char YY_CHAR;
| | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
| | typedef int yy_state_type;
| | extern char *yytext;
| | #define yytext_ptr yytext
| | 
| | static yy_state_type yy_get_previous_state
YY_PROTO(( void ));
| | static yy_state_type yy_try_NUL_trans YY_PROTO((
yy_state_type current_state ));
| | static int yy_get_next_buffer YY_PROTO(( void ));
| | static void yy_fatal_error YY_PROTO(( yyconst char
msg[] ));
| | 
| | /* Done after the current pattern has been matched
and before the
| |  * corresponding action - sets up yytext.
| |  */
| | #define YY_DO_BEFORE_ACTION \
| |     yytext_ptr = yy_bp; \
| |     yyleng = (int) (yy_cp - yy_bp); \
| |     yy_hold_char = *yy_cp; \
| |     *yy_cp = '\0'; \
| |     yy_c_buf_p = yy_cp;
| | 
| | #define YY_NUM_RULES 1
| | #define YY_END_OF_BUFFER 2
| | static yyconst short int yy_accept[6] =
| |     {   0,
| |         0,    0,    2,    1,    0
| |     } ;
| | 
| | static yyconst int yy_ec[256] =
| |     {   0,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| | 
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| | 
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,   
1,    1,    1,
| |         1,    1,    1,    1,    1
| |     } ;
| | 
| | static yyconst int yy_meta[2] =
| |     {   0,
| |         1
| |     } ;
| | 
| | static yyconst short int yy_base[7] =
| |     {   0,
| |         0,    0,    2,    3,    3,    0
| |     } ;
| | 
| | static yyconst short int yy_def[7] =
| |     {   0,
| |         6,    6,    5,    5,    0,    5
| |     } ;
| | 
| | static yyconst short int yy_nxt[5] =
| |     {   0,
| |         4,    5,    3,    5
| |     } ;
| | 
| | static yyconst short int yy_chk[5] =
| |     {   0,
| |         6,    3,    5,    5
| |     } ;
| | 
| | static yy_state_type yy_last_accepting_state;
| | static char *yy_last_accepting_cpos;
| | 
| | /* The intent behind this definition is that it'll
catch
| |  * any uses of REJECT which flex missed.
| |  */
| | #define REJECT reject_used_but_not_detected
| | #define yymore() yymore_used_but_not_detected
| | #define YY_MORE_ADJ 0
| | #define YY_RESTORE_YY_MORE_OFFSET
| | char *yytext;
| | #line 1 "conftest.l"
| | #define INITIAL 0
| | #line 363 "lex.yy.c"
| | 
| | /* Macros after this point can all be overridden
by user definitions in
| |  * section 1.
| |  */
| | 
| | #ifndef YY_SKIP_YYWRAP
| | #ifdef __cplusplus
| | extern "C" int yywrap YY_PROTO(( void ));
| | #else
| | extern int yywrap YY_PROTO(( void ));
| | #endif
| | #endif
| | 
| | #ifndef YY_NO_UNPUT
| | static void yyunput YY_PROTO(( int c, char
*buf_ptr ));
| | #endif
| | 
| | #ifndef yytext_ptr
| | static void yy_flex_strncpy YY_PROTO(( char *,
yyconst char *, int ));
| | #endif
| | 
| | #ifdef YY_NEED_STRLEN
| | static int yy_flex_strlen YY_PROTO(( yyconst char
* ));
| | #endif
| | 
| | #ifndef YY_NO_INPUT
| | #ifdef __cplusplus
| | static int yyinput YY_PROTO(( void ));
| | #else
| | static int input YY_PROTO(( void ));
| | #endif
| | #endif
| | 
| | #if YY_STACK_USED
| | static int yy_start_stack_ptr = 0;
| | static int yy_start_stack_depth = 0;
| | static int *yy_start_stack = 0;
| | #ifndef YY_NO_PUSH_STATE
| | static void yy_push_state YY_PROTO(( int new_state
));
| | #endif
| | #ifndef YY_NO_POP_STATE
| | static void yy_pop_state YY_PROTO(( void ));
| | #endif
| | #ifndef YY_NO_TOP_STATE
| | static int yy_top_state YY_PROTO(( void ));
| | #endif
| | 
| | #else
| | #define YY_NO_PUSH_STATE 1
| | #define YY_NO_POP_STATE 1
| | #define YY_NO_TOP_STATE 1
| | #endif
| | 
| | #ifdef YY_MALLOC_DECL
| | YY_MALLOC_DECL
| | #else
| | #if __STDC__
| | #ifndef __cplusplus
| | #include <stdlib.h>
| | #endif
| | #else
| | /* Just try to get by without declaring the
routines.  This will fail
| |  * miserably on non-ANSI systems for which
sizeof(size_t) != sizeof(int)
| |  * or sizeof(void*) != sizeof(int).
| |  */
| | #endif
| | #endif
| | 
| | /* Amount of stuff to slurp up with each read. */
| | #ifndef YY_READ_BUF_SIZE
| | #define YY_READ_BUF_SIZE 8192
| | #endif
| | 
| | /* Copy whatever the last rule matched to the
standard output. */
| | 
| | #ifndef ECHO
| | /* This used to be an fputs(), but since the
string might contain NUL's,
| |  * we now use fwrite().
| |  */
| | #define ECHO (void) fwrite( yytext, yyleng, 1,
yyout )
| | #endif
| | 
| | /* Gets input and stuffs it into "buf".  number of
characters read, or YY_NULL,
| |  * is returned in "result".
| |  */
| | #ifndef YY_INPUT
| | #define YY_INPUT(buf,result,max_size) \
| |     if ( yy_current_buffer->yy_is_interactive ) \
| |             { \
| |             int c = '*', n; \
| |             for ( n = 0; n < max_size && \
| |                          (c = getc( yyin )) != EOF && c != '\n';
++n ) \
| |                     buf[n] = (char) c; \
| |             if ( c == '\n' ) \
| |                     buf[n++] = (char) c; \
| |             if ( c == EOF && ferror( yyin ) ) \
| |                     YY_FATAL_ERROR( "input in flex scanner failed"
); \
| |             result = n; \
| |             } \
| |     else if ( ((result = fread( buf, 1, max_size,
yyin )) == 0) \
| |               && ferror( yyin ) ) \
| |             YY_FATAL_ERROR( "input in flex scanner failed"
);
| | #endif
| | 
| | /* No semi-colon after return; correct usage is to
write "yyterminate();" -
| |  * we don't want an extra ';' after the "return"
because that will cause
| |  * some compilers to complain about unreachable
statements.
| |  */
| | #ifndef yyterminate
| | #define yyterminate() return YY_NULL
| | #endif
| | 
| | /* Number of entries by which start-condition
stack grows. */
| | #ifndef YY_START_STACK_INCR
| | #define YY_START_STACK_INCR 25
| | #endif
| | 
| | /* Report a fatal error. */
| | #ifndef YY_FATAL_ERROR
| | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| | #endif
| | 
| | /* Default declaration of generated scanner - a
define so the user can
| |  * easily add parameters.
| |  */
| | #ifndef YY_DECL
| | #define YY_DECL int yylex YY_PROTO(( void ))
| | #endif
| | 
| | /* Code executed at the beginning of each rule,
after yytext and yyleng
| |  * have been set up.
| |  */
| | #ifndef YY_USER_ACTION
| | #define YY_USER_ACTION
| | #endif
| | 
| | /* Code executed at the end of each rule. */
| | #ifndef YY_BREAK
| | #define YY_BREAK break;
| | #endif
| | 
| | #define YY_RULE_SETUP \
| |     YY_USER_ACTION
| | 
| | YY_DECL
| |     {
| |     register yy_state_type yy_current_state;
| |     register char *yy_cp, *yy_bp;
| |     register int yy_act;
| | 
| | #line 1 "conftest.l"
| | 
| | #line 516 "lex.yy.c"
| | 
| |     if ( yy_init )
| |             {
| |             yy_init = 0;
| | 
| | #ifdef YY_USER_INIT
| |             YY_USER_INIT;
| | #endif
| | 
| |             if ( ! yy_start )
| |                     yy_start = 1;   /* first start state */
| | 
| |             if ( ! yyin )
| |                     yyin = stdin;
| | 
| |             if ( ! yyout )
| |                     yyout = stdout;
| | 
| |             if ( ! yy_current_buffer )
| |                     yy_current_buffer =
| |                             yy_create_buffer( yyin, YY_BUF_SIZE );
| | 
| |             yy_load_buffer_state();
| |             }
| | 
| |     while ( 1 )             /* loops until end-of-file is
reached */
| |             {
| |             yy_cp = yy_c_buf_p;
| | 
| |             /* Support of yytext. */
| |             *yy_cp = yy_hold_char;
| | 
| |             /* yy_bp points to the position in yy_ch_buf of
the start of
| |              * the current run.
| |              */
| |             yy_bp = yy_cp;
| | 
| |             yy_current_state = yy_start;
| | yy_match:
| |             do
| |                     {
| |                     register YY_CHAR yy_c =
yy_ec[YY_SC_TO_UI(*yy_cp)];
| |                     if ( yy_accept[yy_current_state] )
| |                             {
| |                             yy_last_accepting_state = yy_current_state;
| |                             yy_last_accepting_cpos = yy_cp;
| |                             }
| |                     while ( yy_chk[yy_base[yy_current_state] +
yy_c] != yy_current_state )
| |                             {
| |                             yy_current_state = (int)
yy_def[yy_current_state];
| |                             if ( yy_current_state >= 6 )
| |                                     yy_c = yy_meta[(unsigned int) yy_c];
| |                             }
| |                     yy_current_state =
yy_nxt[yy_base[yy_current_state] + (unsigned int)
yy_c];
| |                     ++yy_cp;
| |                     }
| |             while ( yy_base[yy_current_state] != 3 );
| | 
| | yy_find_action:
| |             yy_act = yy_accept[yy_current_state];
| |             if ( yy_act == 0 )
| |                     { /* have to back up */
| |                     yy_cp = yy_last_accepting_cpos;
| |                     yy_current_state = yy_last_accepting_state;
| |                     yy_act = yy_accept[yy_current_state];
| |                     }
| | 
| |             YY_DO_BEFORE_ACTION;
| | 
| | 
| | do_action:  /* This label is used only to access
EOF actions. */
| | 
| | 
| |             switch ( yy_act )
| |     { /* beginning of action switch */
| |                     case 0: /* must back up */
| |                     /* undo the effects of YY_DO_BEFORE_ACTION */
| |                     *yy_cp = yy_hold_char;
| |                     yy_cp = yy_last_accepting_cpos;
| |                     yy_current_state = yy_last_accepting_state;
| |                     goto yy_find_action;
| | 
| | case 1:
| | YY_RULE_SETUP
| | #line 2 "conftest.l"
| | ECHO;
| |     YY_BREAK
| | #line 604 "lex.yy.c"
| | case YY_STATE_EOF(INITIAL):
| |     yyterminate();
| | 
| |     case YY_END_OF_BUFFER:
| |             {
| |             /* Amount of text matched not including the EOB
char. */
| |             int yy_amount_of_matched_text = (int) (yy_cp -
yytext_ptr) - 1;
| | 
| |             /* Undo the effects of YY_DO_BEFORE_ACTION. */
| |             *yy_cp = yy_hold_char;
| |             YY_RESTORE_YY_MORE_OFFSET
| | 
| |             if ( yy_current_buffer->yy_buffer_status ==
YY_BUFFER_NEW )
| |                     {
| |                     /* We're scanning a new file or input source. 
It's
| |                      * possible that this happened because the user
| |                      * just pointed yyin at a new source and called
| |                      * yylex().  If so, then we have to assure
| |                      * consistency between yy_current_buffer and
our
| |                      * globals.  Here is the right place to do so,
because
| |                      * this is the first action (other than
possibly a
| |                      * back-up) that will match for the new input
source.
| |                      */
| |                     yy_n_chars = yy_current_buffer->yy_n_chars;
| |                     yy_current_buffer->yy_input_file = yyin;
| |                     yy_current_buffer->yy_buffer_status =
YY_BUFFER_NORMAL;
| |                     }
| | 
| |             /* Note that here we test for yy_c_buf_p "<=" to
the position
| |              * of the first EOB in the buffer, since
yy_c_buf_p will
| |              * already have been incremented past the NUL
character
| |              * (since all states make transitions on EOB to
the
| |              * end-of-buffer state).  Contrast this with the
test
| |              * in input().
| |              */
| |             if ( yy_c_buf_p <=
&yy_current_buffer->yy_ch_buf[yy_n_chars] )
| |                     { /* This was really a NUL. */
| |                     yy_state_type yy_next_state;
| | 
| |                     yy_c_buf_p = yytext_ptr +
yy_amount_of_matched_text;
| | 
| |                     yy_current_state = yy_get_previous_state();
| | 
| |                     /* Okay, we're now positioned to make the NUL
| |                      * transition.  We couldn't have
| |                      * yy_get_previous_state() go ahead and do it
| |                      * for us because it doesn't know how to deal
| |                      * with the possibility of jamming (and we
don't
| |                      * want to build jamming into it because then
it
| |                      * will run more slowly).
| |                      */
| | 
| |                     yy_next_state = yy_try_NUL_trans(
yy_current_state );
| | 
| |                     yy_bp = yytext_ptr + YY_MORE_ADJ;
| | 
| |                     if ( yy_next_state )
| |                             {
| |                             /* Consume the NUL. */
| |                             yy_cp = ++yy_c_buf_p;
| |                             yy_current_state = yy_next_state;
| |                             goto yy_match;
| |                             }
| | 
| |                     else
| |                             {
| |                             yy_cp = yy_c_buf_p;
| |                             goto yy_find_action;
| |                             }
| |                     }
| | 
| |             else switch ( yy_get_next_buffer() )
| |                     {
| |                     case EOB_ACT_END_OF_FILE:
| |                             {
| |                             yy_did_buffer_switch_on_eof = 0;
| | 
| |                             if ( yywrap() )
| |                                     {
| |                                     /* Note: because we've taken care in
| |                                      * yy_get_next_buffer() to have set up
| |                                      * yytext, we can now set up
| |                                      * yy_c_buf_p so that if some total
| |                                      * hoser (like flex itself) wants to
| |                                      * call the scanner after we return the
| |                                      * YY_NULL, it'll still work - another
| |                                      * YY_NULL will get returned.
| |                                      */
| |                                     yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
| | 
| |                                     yy_act = YY_STATE_EOF(YY_START);
| |                                     goto do_action;
| |                                     }
| | 
| |                             else
| |                                     {
| |                                     if ( ! yy_did_buffer_switch_on_eof )
| |                                             YY_NEW_FILE;
| |                                     }
| |                             break;
| |                             }
| | 
| |                     case EOB_ACT_CONTINUE_SCAN:
| |                             yy_c_buf_p =
| |                                     yytext_ptr + yy_amount_of_matched_text;
| | 
| |                             yy_current_state = yy_get_previous_state();
| | 
| |                             yy_cp = yy_c_buf_p;
| |                             yy_bp = yytext_ptr + YY_MORE_ADJ;
| |                             goto yy_match;
| | 
| |                     case EOB_ACT_LAST_MATCH:
| |                             yy_c_buf_p =
| |                             &yy_current_buffer->yy_ch_buf[yy_n_chars];
| | 
| |                             yy_current_state = yy_get_previous_state();
| | 
| |                             yy_cp = yy_c_buf_p;
| |                             yy_bp = yytext_ptr + YY_MORE_ADJ;
| |                             goto yy_find_action;
| |                     }
| |             break;
| |             }
| | 
| |     default:
| |             YY_FATAL_ERROR(
| |                     "fatal flex scanner internal error--no action
found" );
| |     } /* end of action switch */
| |             } /* end of scanning one token */
| |     } /* end of yylex */
| | 
| | 
| | /* yy_get_next_buffer - try to read in a new
buffer
| |  *
| |  * Returns a code representing an action:
| |  *  EOB_ACT_LAST_MATCH -
| |  *  EOB_ACT_CONTINUE_SCAN - continue scanning from
current position
| |  *  EOB_ACT_END_OF_FILE - end of file
| |  */
| | 
| | static int yy_get_next_buffer()
| |     {
| |     register char *dest =
yy_current_buffer->yy_ch_buf;
| |     register char *source = yytext_ptr;
| |     register int number_to_move, i;
| |     int ret_val;
| | 
| |     if ( yy_c_buf_p >
&yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
| |             YY_FATAL_ERROR(
| |             "fatal flex scanner internal error--end of
buffer missed" );
| | 
| |     if ( yy_current_buffer->yy_fill_buffer == 0 )
| |             { /* Don't try to fill the buffer, so this is an
EOF. */
| |             if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1
)
| |                     {
| |                     /* We matched a single character, the EOB, so
| |                      * treat this as a final EOF.
| |                      */
| |                     return EOB_ACT_END_OF_FILE;
| |                     }
| | 
| |             else
| |                     {
| |                     /* We matched some text prior to the EOB, first
| |                      * process it.
| |                      */
| |                     return EOB_ACT_LAST_MATCH;
| |                     }
| |             }
| | 
| |     /* Try to read more data. */
| | 
| |     /* First move last chars to start of buffer. */
| |     number_to_move = (int) (yy_c_buf_p - yytext_ptr)
- 1;
| | 
| |     for ( i = 0; i < number_to_move; ++i )
| |             *(dest++) = *(source++);
| | 
| |     if ( yy_current_buffer->yy_buffer_status ==
YY_BUFFER_EOF_PENDING )
| |             /* don't do the read, it's not guaranteed to
return an EOF,
| |              * just force an EOF
| |              */
| |             yy_current_buffer->yy_n_chars = yy_n_chars = 0;
| | 
| |     else
| |             {
| |             int num_to_read =
| |                     yy_current_buffer->yy_buf_size - number_to_move
- 1;
| | 
| |             while ( num_to_read <= 0 )
| |                     { /* Not enough room in the buffer - grow it.
*/
| | #ifdef YY_USES_REJECT
| |                     YY_FATAL_ERROR(
| | "input buffer overflow, can't enlarge buffer
because scanner uses REJECT" );
| | #else
| | 
| |                     /* just a shorter name for the current buffer
*/
| |                     YY_BUFFER_STATE b = yy_current_buffer;
| | 
| |                     int yy_c_buf_p_offset =
| |                             (int) (yy_c_buf_p - b->yy_ch_buf);
| | 
| |                     if ( b->yy_is_our_buffer )
| |                             {
| |                             int new_size = b->yy_buf_size * 2;
| | 
| |                             if ( new_size <= 0 )
| |                                     b->yy_buf_size += b->yy_buf_size / 8;
| |                             else
| |                                     b->yy_buf_size *= 2;
| | 
| |                             b->yy_ch_buf = (char *)
| |                                     /* Include room in for 2 EOB chars. */
| |                                     yy_flex_realloc( (void *) b->yy_ch_buf,
| |                                                      b->yy_buf_size + 2 );
| |                             }
| |                     else
| |                             /* Can't grow it, we don't own it. */
| |                             b->yy_ch_buf = 0;
| | 
| |                     if ( ! b->yy_ch_buf )
| |                             YY_FATAL_ERROR(
| |                             "fatal error - scanner input buffer overflow"
);
| | 
| |                     yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
| | 
| |                     num_to_read = yy_current_buffer->yy_buf_size -
| |                                             number_to_move - 1;
| | #endif
| |                     }
| | 
| |             if ( num_to_read > YY_READ_BUF_SIZE )
| |                     num_to_read = YY_READ_BUF_SIZE;
| | 
| |             /* Read in more data. */
| |             YY_INPUT(
(&yy_current_buffer->yy_ch_buf[number_to_move]),
| |                     yy_n_chars, num_to_read );
| | 
| |             yy_current_buffer->yy_n_chars = yy_n_chars;
| |             }
| | 
| |     if ( yy_n_chars == 0 )
| |             {
| |             if ( number_to_move == YY_MORE_ADJ )
| |                     {
| |                     ret_val = EOB_ACT_END_OF_FILE;
| |                     yyrestart( yyin );
| |                     }
| | 
| |             else
| |                     {
| |                     ret_val = EOB_ACT_LAST_MATCH;
| |                     yy_current_buffer->yy_buffer_status =
| |                             YY_BUFFER_EOF_PENDING;
| |                     }
| |             }
| | 
| |     else
| |             ret_val = EOB_ACT_CONTINUE_SCAN;
| | 
| |     yy_n_chars += number_to_move;
| |     yy_current_buffer->yy_ch_buf[yy_n_chars] =
YY_END_OF_BUFFER_CHAR;
| |     yy_current_buffer->yy_ch_buf[yy_n_chars + 1] =
YY_END_OF_BUFFER_CHAR;
| | 
| |     yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
| | 
| |     return ret_val;
| |     }
| | 
| | 
| | /* yy_get_previous_state - get the state just
before the EOB char was reached */
| | 
| | static yy_state_type yy_get_previous_state()
| |     {
| |     register yy_state_type yy_current_state;
| |     register char *yy_cp;
| | 
| |     yy_current_state = yy_start;
| | 
| |     for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp <
yy_c_buf_p; ++yy_cp )
| |             {
| |             register YY_CHAR yy_c = (*yy_cp ?
yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| |             if ( yy_accept[yy_current_state] )
| |                     {
| |                     yy_last_accepting_state = yy_current_state;
| |                     yy_last_accepting_cpos = yy_cp;
| |                     }
| |             while ( yy_chk[yy_base[yy_current_state] + yy_c]
!= yy_current_state )
| |                     {
| |                     yy_current_state = (int)
yy_def[yy_current_state];
| |                     if ( yy_current_state >= 6 )
| |                             yy_c = yy_meta[(unsigned int) yy_c];
| |                     }
| |             yy_current_state =
yy_nxt[yy_base[yy_current_state] + (unsigned int)
yy_c];
| |             }
| | 
| |     return yy_current_state;
| |     }
| | 
| | 
| | /* yy_try_NUL_trans - try to make a transition on
the NUL character
| |  *
| |  * synopsis
| |  *  next_state = yy_try_NUL_trans( current_state );
| |  */
| | 
| | #ifdef YY_USE_PROTOS
| | static yy_state_type yy_try_NUL_trans(
yy_state_type yy_current_state )
| | #else
| | static yy_state_type yy_try_NUL_trans(
yy_current_state )
| | yy_state_type yy_current_state;
| | #endif
| |     {
| |     register int yy_is_jam;
| |     register char *yy_cp = yy_c_buf_p;
| | 
| |     register YY_CHAR yy_c = 1;
| |     if ( yy_accept[yy_current_state] )
| |             {
| |             yy_last_accepting_state = yy_current_state;
| |             yy_last_accepting_cpos = yy_cp;
| |             }
| |     while ( yy_chk[yy_base[yy_current_state] + yy_c]
!= yy_current_state )
| |             {
| |             yy_current_state = (int)
yy_def[yy_current_state];
| |             if ( yy_current_state >= 6 )
| |                     yy_c = yy_meta[(unsigned int) yy_c];
| |             }
| |     yy_current_state =
yy_nxt[yy_base[yy_current_state] + (unsigned int)
yy_c];
| |     yy_is_jam = (yy_current_state == 5);
| | 
| |     return yy_is_jam ? 0 : yy_current_state;
| |     }
| | 
| | 
| | #ifndef YY_NO_UNPUT
| | #ifdef YY_USE_PROTOS
| | static void yyunput( int c, register char *yy_bp )
| | #else
| | static void yyunput( c, yy_bp )
| | int c;
| | register char *yy_bp;
| | #endif
| |     {
| |     register char *yy_cp = yy_c_buf_p;
| | 
| |     /* undo effects of setting up yytext */
| |     *yy_cp = yy_hold_char;
| | 
| |     if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| |             { /* need to shift things up to make room */
| |             /* +2 for EOB chars. */
| |             register int number_to_move = yy_n_chars + 2;
| |             register char *dest =
&yy_current_buffer->yy_ch_buf[
| |                                     yy_current_buffer->yy_buf_size + 2];
| |             register char *source =
| |                             &yy_current_buffer->yy_ch_buf[number_to_move];
| | 
| |             while ( source > yy_current_buffer->yy_ch_buf )
| |                     *--dest = *--source;
| | 
| |             yy_cp += (int) (dest - source);
| |             yy_bp += (int) (dest - source);
| |             yy_current_buffer->yy_n_chars =
| |                     yy_n_chars = yy_current_buffer->yy_buf_size;
| | 
| |             if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| |                     YY_FATAL_ERROR( "flex scanner push-back
overflow" );
| |             }
| | 
| |     *--yy_cp = (char) c;
| | 
| | 
| |     yytext_ptr = yy_bp;
| |     yy_hold_char = *yy_cp;
| |     yy_c_buf_p = yy_cp;
| |     }
| | #endif      /* ifndef YY_NO_UNPUT */
| | 
| | 
| | #ifdef __cplusplus
| | static int yyinput()
| | #else
| | static int input()
| | #endif
| |     {
| |     int c;
| | 
| |     *yy_c_buf_p = yy_hold_char;
| | 
| |     if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
| |             {
| |             /* yy_c_buf_p now points to the character we
want to return.
| |              * If this occurs *before* the EOB characters,
then it's a
| |              * valid NUL; if not, then we've hit the end of
the buffer.
| |              */
| |             if ( yy_c_buf_p <
&yy_current_buffer->yy_ch_buf[yy_n_chars] )
| |                     /* This was really a NUL. */
| |                     *yy_c_buf_p = '\0';
| | 
| |             else
| |                     { /* need more input */
| |                     int offset = yy_c_buf_p - yytext_ptr;
| |                     ++yy_c_buf_p;
| | 
| |                     switch ( yy_get_next_buffer() )
| |                             {
| |                             case EOB_ACT_LAST_MATCH:
| |                                     /* This happens because yy_g_n_b()
| |                                      * sees that we've accumulated a
| |                                      * token and flags that we need to
| |                                      * try matching the token before
| |                                      * proceeding.  But for input(),
| |                                      * there's no matching to consider.
| |                                      * So convert the EOB_ACT_LAST_MATCH
| |                                      * to EOB_ACT_END_OF_FILE.
| |                                      */
| | 
| |                                     /* Reset buffer status. */
| |                                     yyrestart( yyin );
| | 
| |                                     /* fall through */
| | 
| |                             case EOB_ACT_END_OF_FILE:
| |                                     {
| |                                     if ( yywrap() )
| |                                             return EOF;
| | 
| |                                     if ( ! yy_did_buffer_switch_on_eof )
| |                                             YY_NEW_FILE;
| | #ifdef __cplusplus
| |                                     return yyinput();
| | #else
| |                                     return input();
| | #endif
| |                                     }
| | 
| |                             case EOB_ACT_CONTINUE_SCAN:
| |                                     yy_c_buf_p = yytext_ptr + offset;
| |                                     break;
| |                             }
| |                     }
| |             }
| | 
| |     c = *(unsigned char *) yy_c_buf_p;      /* cast for
8-bit char's */
| |     *yy_c_buf_p = '\0';     /* preserve yytext */
| |     yy_hold_char = *++yy_c_buf_p;
| | 
| | 
| |     return c;
| |     }
| | 
| | 
| | #ifdef YY_USE_PROTOS
| | void yyrestart( FILE *input_file )
| | #else
| | void yyrestart( input_file )
| | FILE *input_file;
| | #endif
| |     {
| |     if ( ! yy_current_buffer )
| |             yy_current_buffer = yy_create_buffer( yyin,
YY_BUF_SIZE );
| | 
| |     yy_init_buffer( yy_current_buffer, input_file );
| |     yy_load_buffer_state();
| |     }
| | 
| | 
| | #ifdef YY_USE_PROTOS
| | void yy_switch_to_buffer( YY_BUFFER_STATE
new_buffer )
| | #else
| | void yy_switch_to_buffer( new_buffer )
| | YY_BUFFER_STATE new_buffer;
| | #endif
| |     {
| |     if ( yy_current_buffer == new_buffer )
| |             return;
| | 
| |     if ( yy_current_buffer )
| |             {
| |             /* Flush out information for old buffer. */
| |             *yy_c_buf_p = yy_hold_char;
| |             yy_current_buffer->yy_buf_pos = yy_c_buf_p;
| |             yy_current_buffer->yy_n_chars = yy_n_chars;
| |             }
| | 
| |     yy_current_buffer = new_buffer;
| |     yy_load_buffer_state();
| | 
| |     /* We don't actually know whether we did this
switch during
| |      * EOF (yywrap()) processing, but the only time
this flag
| |      * is looked at is after yywrap() is called, so
it's safe
| |      * to go ahead and always set it.
| |      */
| |     yy_did_buffer_switch_on_eof = 1;
| |     }
| | 
| | 
| | #ifdef YY_USE_PROTOS
| | void yy_load_buffer_state( void )
| | #else
| | void yy_load_buffer_state()
| | #endif
| |     {
| |     yy_n_chars = yy_current_buffer->yy_n_chars;
| |     yytext_ptr = yy_c_buf_p =
yy_current_buffer->yy_buf_pos;
| |     yyin = yy_current_buffer->yy_input_file;
| |     yy_hold_char = *yy_c_buf_p;
| |     }
| | 
| | 
| | #ifdef YY_USE_PROTOS
| | YY_BUFFER_STATE yy_create_buffer( FILE *file, int
size )
| | #else
| | YY_BUFFER_STATE yy_create_buffer( file, size )
| | FILE *file;
| | int size;
| | #endif
| |     {
| |     YY_BUFFER_STATE b;
| | 
| |     b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof(
struct yy_buffer_state ) );
| |     if ( ! b )
| |             YY_FATAL_ERROR( "out of dynamic memory in
yy_create_buffer()" );
| | 
| |     b->yy_buf_size = size;
| | 
| |     /* yy_ch_buf has to be 2 characters longer than
the size given because
| |      * we need to put in 2 end-of-buffer characters.
| |      */
| |     b->yy_ch_buf = (char *) yy_flex_alloc(
b->yy_buf_size + 2 );
| |     if ( ! b->yy_ch_buf )
| |             YY_FATAL_ERROR( "out of dynamic memory in
yy_create_buffer()" );
| | 
| |     b->yy_is_our_buffer = 1;
| | 
| |     yy_init_buffer( b, file );
| | 
| |     return b;
| |     }
| | 
| | 
| | #ifdef YY_USE_PROTOS
| | void yy_delete_buffer( YY_BUFFER_STATE b )
| | #else
| | void yy_delete_buffer( b )
| | YY_BUFFER_STATE b;
| | #endif
| |     {
| |     if ( ! b )
| |             return;
| | 
| |     if ( b == yy_current_buffer )
| |             yy_current_buffer = (YY_BUFFER_STATE) 0;
| | 
| |     if ( b->yy_is_our_buffer )
| |             yy_flex_free( (void *) b->yy_ch_buf );
| | 
| |     yy_flex_free( (void *) b );
| |     }
| | 
| | 
| | #ifndef YY_ALWAYS_INTERACTIVE
| | #ifndef YY_NEVER_INTERACTIVE
| | extern int isatty YY_PROTO(( int ));
| | #endif
| | #endif
| | 
| | #ifdef YY_USE_PROTOS
| | void yy_init_buffer( YY_BUFFER_STATE b, FILE *file
)
| | #else
| | void yy_init_buffer( b, file )
| | YY_BUFFER_STATE b;
| | FILE *file;
| | #endif
| | 
| | 
| |     {
| |     yy_flush_buffer( b );
| | 
| |     b->yy_input_file = file;
| |     b->yy_fill_buffer = 1;
| | 
| | #if YY_ALWAYS_INTERACTIVE
| |     b->yy_is_interactive = 1;
| | #else
| | #if YY_NEVER_INTERACTIVE
| |     b->yy_is_interactive = 0;
| | #else
| |     b->yy_is_interactive = file ? (isatty(
fileno(file) ) > 0) : 0;
| | #endif
| | #endif
| |     }
| | 
| | 
| | #ifdef YY_USE_PROTOS
| | void yy_flush_buffer( YY_BUFFER_STATE b )
| | #else
| | void yy_flush_buffer( b )
| | YY_BUFFER_STATE b;
| | #endif
| | 
| |     {
| |     if ( ! b )
| |             return;
| | 
| |     b->yy_n_chars = 0;
| | 
| |     /* We always need two end-of-buffer characters. 
The first causes
| |      * a transition to the end-of-buffer state.  The
second causes
| |      * a jam in that state.
| |      */
| |     b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| |     b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
| | 
| |     b->yy_buf_pos = &b->yy_ch_buf[0];
| | 
| |     b->yy_at_bol = 1;
| |     b->yy_buffer_status = YY_BUFFER_NEW;
| | 
| |     if ( b == yy_current_buffer )
| |             yy_load_buffer_state();
| |     }
| | 
| | 
| | #ifndef YY_NO_SCAN_BUFFER
| | #ifdef YY_USE_PROTOS
| | YY_BUFFER_STATE yy_scan_buffer( char *base,
yy_size_t size )
| | #else
| | YY_BUFFER_STATE yy_scan_buffer( base, size )
| | char *base;
| | yy_size_t size;
| | #endif
| |     {
| |     YY_BUFFER_STATE b;
| | 
| |     if ( size < 2 ||
| |          base[size-2] != YY_END_OF_BUFFER_CHAR ||
| |          base[size-1] != YY_END_OF_BUFFER_CHAR )
| |             /* They forgot to leave room for the EOB's. */
| |             return 0;
| | 
| |     b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof(
struct yy_buffer_state ) );
| |     if ( ! b )
| |             YY_FATAL_ERROR( "out of dynamic memory in
yy_scan_buffer()" );
| | 
| |     b->yy_buf_size = size - 2;      /* "- 2" to take care
of EOB's */
| |     b->yy_buf_pos = b->yy_ch_buf = base;
| |     b->yy_is_our_buffer = 0;
| |     b->yy_input_file = 0;
| |     b->yy_n_chars = b->yy_buf_size;
| |     b->yy_is_interactive = 0;
| |     b->yy_at_bol = 1;
| |     b->yy_fill_buffer = 0;
| |     b->yy_buffer_status = YY_BUFFER_NEW;
| | 
| |     yy_switch_to_buffer( b );
| | 
| |     return b;
| |     }
| | #endif
| | 
| | 
| | #ifndef YY_NO_SCAN_STRING
| | #ifdef YY_USE_PROTOS
| | YY_BUFFER_STATE yy_scan_string( yyconst char
*yy_str )
| | #else
| | YY_BUFFER_STATE yy_scan_string( yy_str )
| | yyconst char *yy_str;
| | #endif
| |     {
| |     int len;
| |     for ( len = 0; yy_str[len]; ++len )
| |             ;
| | 
| |     return yy_scan_bytes( yy_str, len );
| |     }
| | #endif
| | 
| | 
| | #ifndef YY_NO_SCAN_BYTES
| | #ifdef YY_USE_PROTOS
| | YY_BUFFER_STATE yy_scan_bytes( yyconst char
*bytes, int len )
| | #else
| | YY_BUFFER_STATE yy_scan_bytes( bytes, len )
| | yyconst char *bytes;
| | int len;
| | #endif
| |     {
| |     YY_BUFFER_STATE b;
| |     char *buf;
| |     yy_size_t n;
| |     int i;
| | 
| |     /* Get memory for full buffer, including space
for trailing EOB's. */
| |     n = len + 2;
| |     buf = (char *) yy_flex_alloc( n );
| |     if ( ! buf )
| |             YY_FATAL_ERROR( "out of dynamic memory in
yy_scan_bytes()" );
| | 
| |     for ( i = 0; i < len; ++i )
| |             buf[i] = bytes[i];
| | 
| |     buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
| | 
| |     b = yy_scan_buffer( buf, n );
| |     if ( ! b )
| |             YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()"
);
| | 
| |     /* It's okay to grow etc. this buffer, and we
should throw it
| |      * away when we're done.
| |      */
| |     b->yy_is_our_buffer = 1;
| | 
| |     return b;
| |     }
| | #endif
| | 
| | 
| | #ifndef YY_NO_PUSH_STATE
| | #ifdef YY_USE_PROTOS
| | static void yy_push_state( int new_state )
| | #else
| | static void yy_push_state( new_state )
| | int new_state;
| | #endif
| |     {
| |     if ( yy_start_stack_ptr >= yy_start_stack_depth )
| |             {
| |             yy_size_t new_size;
| | 
| |             yy_start_stack_depth += YY_START_STACK_INCR;
| |             new_size = yy_start_stack_depth * sizeof( int );
| | 
| |             if ( ! yy_start_stack )
| |                     yy_start_stack = (int *) yy_flex_alloc(
new_size );
| | 
| |             else
| |                     yy_start_stack = (int *) yy_flex_realloc(
| |                                     (void *) yy_start_stack, new_size );
| | 
| |             if ( ! yy_start_stack )
| |                     YY_FATAL_ERROR(
| |                     "out of memory expanding start-condition stack"
);
| |             }
| | 
| |     yy_start_stack[yy_start_stack_ptr++] = YY_START;
| | 
| |     BEGIN(new_state);
| |     }
| | #endif
| | 
| | 
| | #ifndef YY_NO_POP_STATE
| | static void yy_pop_state()
| |     {
| |     if ( --yy_start_stack_ptr < 0 )
| |             YY_FATAL_ERROR( "start-condition stack
underflow" );
| | 
| |     BEGIN(yy_start_stack[yy_start_stack_ptr]);
| |     }
| | #endif
| | 
| | 
| | #ifndef YY_NO_TOP_STATE
| | static int yy_top_state()
| |     {
| |     return yy_start_stack[yy_start_stack_ptr - 1];
| |     }
| | #endif
| | 
| | #ifndef YY_EXIT_FAILURE
| | #define YY_EXIT_FAILURE 2
| | #endif
| | 
| | #ifdef YY_USE_PROTOS
| | static void yy_fatal_error( yyconst char msg[] )
| | #else
| | static void yy_fatal_error( msg )
| | char msg[];
| | #endif
| |     {
| |     (void) fprintf( stderr, "%s\n", msg );
| |     exit( YY_EXIT_FAILURE );
| |     }
| | 
| | 
| | 
| | /* Redefine yyless() so it works in section 3
code. */
| | 
| | #undef yyless
| | #define yyless(n) \
| |     do \
| |             { \
| |             /* Undo effects of setting up yytext. */ \
| |             yytext[yyleng] = yy_hold_char; \
| |             yy_c_buf_p = yytext + n; \
| |             yy_hold_char = *yy_c_buf_p; \
| |             *yy_c_buf_p = '\0'; \
| |             yyleng = n; \
| |             } \
| |     while ( 0 )
| | 
| | 
| | /* Internal utility routines. */
| | 
| | #ifndef yytext_ptr
| | #ifdef YY_USE_PROTOS
| | static void yy_flex_strncpy( char *s1, yyconst
char *s2, int n )
| | #else
| | static void yy_flex_strncpy( s1, s2, n )
| | char *s1;
| | yyconst char *s2;
| | int n;
| | #endif
| |     {
| |     register int i;
| |     for ( i = 0; i < n; ++i )
| |             s1[i] = s2[i];
| |     }
| | #endif
| | 
| | #ifdef YY_NEED_STRLEN
| | #ifdef YY_USE_PROTOS
| | static int yy_flex_strlen( yyconst char *s )
| | #else
| | static int yy_flex_strlen( s )
| | yyconst char *s;
| | #endif
| |     {
| |     register int n;
| |     for ( n = 0; s[n]; ++n )
| |             ;
| | 
| |     return n;
| |     }
| | #endif
| | 
| | 
| | #ifdef YY_USE_PROTOS
| | static void *yy_flex_alloc( yy_size_t size )
| | #else
| | static void *yy_flex_alloc( size )
| | yy_size_t size;
| | #endif
| |     {
| |     return (void *) malloc( size );
| |     }
| | 
| | #ifdef YY_USE_PROTOS
| | static void *yy_flex_realloc( void *ptr, yy_size_t
size )
| | #else
| | static void *yy_flex_realloc( ptr, size )
| | void *ptr;
| | yy_size_t size;
| | #endif
| |     {
| |     /* The cast to (char *) in the following
accommodates both
| |      * implementations that use char* generic
pointers, and those
| |      * that use void* generic pointers.  It works
with the latter
| |      * because both ANSI C and C++ allow castless
assignment from
| |      * any pointer type to void*, and deal with
argument conversions
| |      * as though doing an assignment.
| |      */
| |     return (void *) realloc( (char *) ptr, size );
| |     }
| | 
| | #ifdef YY_USE_PROTOS
| | static void yy_flex_free( void *ptr )
| | #else
| | static void yy_flex_free( ptr )
| | void *ptr;
| | #endif
| |     {
| |     free( ptr );
| |     }
| | 
| | #if YY_MAIN
| | int main()
| |     {
| |     yylex();
| |     return 0;
| |     }
| | #endif
| | #line 2 "conftest.l"
| | 
| | extern char *yytext;
| configure:6267: result: no
| configure:6282: checking for bison
| configure:6298: found /usr/local/bin/bison
| configure:6308: result: bison -y
| configure:6360: checking for ranlib
| configure:6376: found /usr/local/bin/ranlib
| configure:6387: result: ranlib
| configure:6403: checking for gm4
| configure:6436: result: no
| configure:6403: checking for gnum4
| configure:6436: result: no
| configure:6403: checking for m4
| configure:6421: found /usr/local/bin/m4
| configure:6433: result: /usr/local/bin/m4
| configure:6444: checking whether m4 supports frozen
files
| configure:6456: result: yes
| configure:6488: checking locale.h usability
| configure:6500: gcc -c -g -O2  conftest.c >&5
| configure:6506: $? = 0
| configure:6509: test -z                        || test ! -s
conftest.err
| configure:6512: $? = 0
| configure:6515: test -s conftest.o
| configure:6518: $? = 0
| configure:6528: result: yes
| configure:6532: checking locale.h presence
| configure:6542: gcc -E  conftest.c
| configure:6548: $? = 0
| configure:6568: result: yes
| configure:6603: checking for locale.h
| configure:6610: result: yes
| configure:6488: checking wchar.h usability
| configure:6500: gcc -c -g -O2  conftest.c >&5
| conftest.c:60:19: wchar.h: No such file or directory
| configure:6506: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | /* end 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:6528: result: no
| configure:6532: checking wchar.h presence
| configure:6542: gcc -E  conftest.c
| conftest.c:26:19: wchar.h: No such file or directory
| configure:6548: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <wchar.h>
| configure:6568: result: no
| configure:6603: checking for wchar.h
| configure:6610: result: no
| configure:6488: checking wctype.h usability
| configure:6500: gcc -c -g -O2  conftest.c >&5
| conftest.c:60:20: wctype.h: No such file or
directory
| configure:6506: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | /* end 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:6528: result: no
| configure:6532: checking wctype.h presence
| configure:6542: gcc -E  conftest.c
| conftest.c:26:20: wctype.h: No such file or
directory
| configure:6548: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <wctype.h>
| configure:6568: result: no
| configure:6603: checking for wctype.h
| configure:6610: result: no
| configure:6479: checking for unistd.h
| configure:6484: result: yes
| configure:6635: checking for stdbool.h that conforms
to C99
| configure:6694: gcc -c -g -O2  conftest.c >&5
| configure:6700: $? = 0
| configure:6703: test -z                        || test ! -s
conftest.err
| configure:6706: $? = 0
| configure:6709: test -s conftest.o
| configure:6712: $? = 0
| configure:6723: result: yes
| configure:6725: checking for _Bool
| configure:6749: gcc -c -g -O2  conftest.c >&5
| configure:6755: $? = 0
| configure:6758: test -z                        || test ! -s
conftest.err
| configure:6761: $? = 0
| configure:6764: test -s conftest.o
| configure:6767: $? = 0
| configure:6778: result: yes
| configure:6817: checking for inline
| configure:6838: gcc -c -g -O2  conftest.c >&5
| configure:6844: $? = 0
| configure:6847: test -z                        || test ! -s
conftest.err
| configure:6850: $? = 0
| configure:6853: test -s conftest.o
| configure:6856: $? = 0
| configure:6868: result: inline
| configure:6889: checking for uintptr_t
| configure:6913: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:66: error: `uintptr_t' undeclared (first
use in this function)
| conftest.c:66: error: (Each undeclared identifier is
reported only once
| conftest.c:66: error: for each function it appears
in.)
| conftest.c:66: error: parse error before ')' token
| configure:6919: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | /* end 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
| | int
| | main ()
| | {
| | if ((uintptr_t *) 0)
| |   return 0;
| | if (sizeof (uintptr_t))
| |   return 0;
| |   ;
| |   return 0;
| | }
| configure:6942: result: no
| configure:6963: checking for setlocale
| configure:7020: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:7026: $? = 0
| configure:7029: test -z                        || test ! -s
conftest.err
| configure:7032: $? = 0
| configure:7035: test -s conftest
| configure:7038: $? = 0
| configure:7050: result: yes
| configure:6963: checking for isascii
| configure:7020: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:7026: $? = 0
| configure:7029: test -z                        || test ! -s
conftest.err
| configure:7032: $? = 0
| configure:7035: test -s conftest
| configure:7038: $? = 0
| configure:7050: result: yes
| configure:6963: checking for iswprint
| configure:7020: gcc -o conftest -g -O2   conftest.c 
>&5
| /usr/tmp/cclzJs32.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:71:
undefined reference to `iswprint'
|
/usr/tmp/cclzJs32.o:/usr/aandrei/bison/bison-2.0b/conftest.c:(.data+0x0):
undefined reference to `iswprint'
| configure:7026: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | /* end confdefs.h.  */
| | /* Define iswprint to an innocuous variant, in
case <limits.h> declares iswprint.
| |    For example, HP-UX 11i <limits.h> declares
gettimeofday.  */
| | #define iswprint innocuous_iswprint
| | 
| | /* System header to define __stub macros and
hopefully few prototypes,
| |     which can conflict with char iswprint ();
below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is
defined, since
| |     <limits.h> exists even on freestanding
compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef iswprint
| | 
| | /* 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 ();
| | /* 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
| | char (*f) () = iswprint;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != iswprint;
| |   ;
| |   return 0;
| | }
| configure:7050: result: no
| configure:6963: checking for mbsinit
| configure:7020: gcc -o conftest -g -O2   conftest.c 
>&5
| /usr/tmp/ccuSop2x.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:71:
undefined reference to `mbsinit'
|
/usr/tmp/ccuSop2x.o:/usr/aandrei/bison/bison-2.0b/conftest.c:(.data+0x0):
undefined reference to `mbsinit'
| configure:7026: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | /* end confdefs.h.  */
| | /* Define mbsinit to an innocuous variant, in case
<limits.h> declares mbsinit.
| |    For example, HP-UX 11i <limits.h> declares
gettimeofday.  */
| | #define mbsinit innocuous_mbsinit
| | 
| | /* System header to define __stub macros and
hopefully few prototypes,
| |     which can conflict with char mbsinit ();
below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is
defined, since
| |     <limits.h> exists even on freestanding
compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef mbsinit
| | 
| | /* 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 ();
| | /* 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
| | char (*f) () = mbsinit;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != mbsinit;
| |   ;
| |   return 0;
| | }
| configure:7050: result: no
| configure:7072: checking if malloc debugging is
wanted
| configure:7093: result: no
| configure:7098: checking for pid_t
| configure:7122: gcc -c -g -O2  conftest.c >&5
| configure:7128: $? = 0
| configure:7131: test -z                        || test ! -s
conftest.err
| configure:7134: $? = 0
| configure:7137: test -s conftest.o
| configure:7140: $? = 0
| configure:7151: result: yes
| configure:7163: checking for sys/wait.h that is
POSIX.1 compatible
| configure:7194: gcc -c -g -O2  conftest.c >&5
| configure:7200: $? = 0
| configure:7203: test -z                        || test ! -s
conftest.err
| configure:7206: $? = 0
| configure:7209: test -s conftest.o
| configure:7212: $? = 0
| configure:7223: result: yes
| configure:7238: checking for dup2
| configure:7295: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:7301: $? = 0
| configure:7304: test -z                        || test ! -s
conftest.err
| configure:7307: $? = 0
| configure:7310: test -s conftest
| configure:7313: $? = 0
| configure:7325: result: yes
| configure:7238: checking for waitpid
| configure:7295: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:7301: $? = 0
| configure:7304: test -z                        || test ! -s
conftest.err
| configure:7307: $? = 0
| configure:7310: test -s conftest
| configure:7313: $? = 0
| configure:7325: result: yes
| configure:7341: checking for unistd.h
| configure:7346: result: yes
| configure:7350: checking vfork.h usability
| configure:7362: gcc -c -g -O2  conftest.c >&5
| conftest.c:69:19: vfork.h: No such file or directory
| configure:7368: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | /* end 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 <vfork.h>
| configure:7390: result: no
| configure:7394: checking vfork.h presence
| configure:7404: gcc -E  conftest.c
| conftest.c:35:19: vfork.h: No such file or directory
| configure:7410: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <vfork.h>
| configure:7430: result: no
| configure:7465: checking for vfork.h
| configure:7472: result: no
| configure:7490: checking for fork
| configure:7547: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:7553: $? = 0
| configure:7556: test -z                        || test ! -s
conftest.err
| configure:7559: $? = 0
| configure:7562: test -s conftest
| configure:7565: $? = 0
| configure:7577: result: yes
| configure:7490: checking for vfork
| configure:7547: gcc -o conftest -g -O2   conftest.c 
>&5
| /usr/tmp/ccrxUsv6.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:76:
undefined reference to `vfork'
|
/usr/tmp/ccrxUsv6.o:/usr/aandrei/bison/bison-2.0b/conftest.c:(.data+0x0):
undefined reference to `vfork'
| configure:7553: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | /* end confdefs.h.  */
| | /* Define vfork to an innocuous variant, in case
<limits.h> declares vfork.
| |    For example, HP-UX 11i <limits.h> declares
gettimeofday.  */
| | #define vfork innocuous_vfork
| | 
| | /* System header to define __stub macros and
hopefully few prototypes,
| |     which can conflict with char vfork (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is
defined, since
| |     <limits.h> exists even on freestanding
compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef vfork
| | 
| | /* 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 vfork ();
| | /* 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_vfork) || defined
(__stub___vfork)
| | choke me
| | #else
| | char (*f) () = vfork;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != vfork;
| |   ;
| |   return 0;
| | }
| configure:7577: result: no
| configure:7588: checking for working fork
| configure:7611: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:7614: $? = 0
| configure:7616: ./conftest
| configure:7619: $? = 0
| configure:7633: result: yes
| configure:7834: checking sys/time.h usability
| configure:7846: gcc -c -g -O2  conftest.c >&5
| configure:7852: $? = 0
| configure:7855: test -z                        || test ! -s
conftest.err
| configure:7858: $? = 0
| configure:7861: test -s conftest.o
| configure:7864: $? = 0
| configure:7874: result: yes
| configure:7878: checking sys/time.h presence
| configure:7888: gcc -E  conftest.c
| configure:7894: $? = 0
| configure:7914: result: yes
| configure:7949: checking for sys/time.h
| configure:7956: result: yes
| configure:7834: checking sys/times.h usability
| configure:7846: gcc -c -g -O2  conftest.c >&5
| configure:7852: $? = 0
| configure:7855: test -z                        || test ! -s
conftest.err
| configure:7858: $? = 0
| configure:7861: test -s conftest.o
| configure:7864: $? = 0
| configure:7874: result: yes
| configure:7878: checking sys/times.h presence
| configure:7888: gcc -E  conftest.c
| configure:7894: $? = 0
| configure:7914: result: yes
| configure:7949: checking for sys/times.h
| configure:7956: result: yes
| configure:7973: checking for sys/resource.h
| configure:7996: gcc -c -g -O2  conftest.c >&5
| configure:8002: $? = 0
| configure:8005: test -z                        || test ! -s
conftest.err
| configure:8008: $? = 0
| configure:8011: test -s conftest.o
| configure:8014: $? = 0
| configure:8025: result: yes
| configure:8040: checking for times
| configure:8097: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:8103: $? = 0
| configure:8106: test -z                        || test ! -s
conftest.err
| configure:8109: $? = 0
| configure:8112: test -s conftest
| configure:8115: $? = 0
| configure:8127: result: yes
| configure:8138: checking whether getrusage is
declared
| configure:8173: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:91: error: `getrusage' undeclared (first
use in this function)
| conftest.c:91: error: (Each undeclared identifier is
reported only once
| conftest.c:91: error: for each function it appears
in.)
| configure:8179: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | /* end 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
| | #if HAVE_SYS_TIME_H
| | # include <sys/time.h>
| | #endif
| | #if HAVE_SYS_TIMES_H
| | # include <sys/times.h>
| | #endif
| | #if HAVE_SYS_RESOURCE_H
| | # include <sys/resource.h>
| | #endif
| | 
| | 
| | int
| | main ()
| | {
| | #ifndef getrusage
| |   char *p = (char *) getrusage;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:8202: result: no
| configure:8218: checking whether times is declared
| configure:8253: gcc -c -g -O2  conftest.c >&5
| configure:8259: $? = 0
| configure:8262: test -z                        || test ! -s
conftest.err
| configure:8265: $? = 0
| configure:8268: test -s conftest.o
| configure:8271: $? = 0
| configure:8282: result: yes
| configure:8298: checking whether clock is declared
| configure:8333: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:93: error: `clock' undeclared (first use
in this function)
| conftest.c:93: error: (Each undeclared identifier is
reported only once
| conftest.c:93: error: for each function it appears
in.)
| configure:8339: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | /* end 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
| | #if HAVE_SYS_TIME_H
| | # include <sys/time.h>
| | #endif
| | #if HAVE_SYS_TIMES_H
| | # include <sys/times.h>
| | #endif
| | #if HAVE_SYS_RESOURCE_H
| | # include <sys/resource.h>
| | #endif
| | 
| | 
| | int
| | main ()
| | {
| | #ifndef clock
| |   char *p = (char *) clock;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:8362: result: no
| configure:8378: checking whether sysconf is declared
| configure:8413: gcc -c -g -O2  conftest.c >&5
| configure:8419: $? = 0
| configure:8422: test -z                        || test ! -s
conftest.err
| configure:8425: $? = 0
| configure:8428: test -s conftest.o
| configure:8431: $? = 0
| configure:8442: result: yes
| configure:8461: checking for clock_t
| configure:8496: gcc -c -g -O2  conftest.c >&5
| configure:8502: $? = 0
| configure:8505: test -z                        || test ! -s
conftest.err
| configure:8508: $? = 0
| configure:8511: test -s conftest.o
| configure:8514: $? = 0
| configure:8525: result: yes
| configure:8535: checking for struct tms
| configure:8570: gcc -c -g -O2  conftest.c >&5
| configure:8576: $? = 0
| configure:8579: test -z                        || test ! -s
conftest.err
| configure:8582: $? = 0
| configure:8585: test -s conftest.o
| configure:8588: $? = 0
| configure:8599: result: yes
| configure:8615: checking for working alloca.h
| configure:8636: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:8642: $? = 0
| configure:8645: test -z                        || test ! -s
conftest.err
| configure:8648: $? = 0
| configure:8651: test -s conftest
| configure:8654: $? = 0
| configure:8666: result: yes
| configure:8676: checking for alloca
| configure:8717: gcc -o conftest -g -O2   conftest.c 
>&5
| configure:8723: $? = 0
| configure:8726: test -z                        || test ! -s
conftest.err
| configure:8729: $? = 0
| configure:8732: test -s conftest
| configure:8735: $? = 0
| configure:8747: result: yes
| configure:8970: checking whether system is Windows
or MSDOS
| configure:8994: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:55: error: `neither' undeclared (first
use in this function)
| conftest.c:55: error: (Each undeclared identifier is
reported only once
| conftest.c:55: error: for each function it appears
in.)
| conftest.c:55: error: parse error before "MSDOS"
| configure:9000: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | #if !defined _WIN32 && !defined __WIN32__ &&
!defined __MSDOS__ && !defined __CYGWIN__
| | neither MSDOS nor Windows
| | #endif
| |   ;
| |   return 0;
| | }
| configure:9024: result: no
| configure:9053: checking whether strerror_r is
declared
| configure:9077: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:90: error: `strerror_r' undeclared (first
use in this function)
| conftest.c:90: error: (Each undeclared identifier is
reported only once
| conftest.c:90: error: for each function it appears
in.)
| configure:9083: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | /* end 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
| | int
| | main ()
| | {
| | #ifndef strerror_r
| |   char *p = (char *) strerror_r;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:9106: result: no
| configure:9128: checking for strerror_r
| configure:9185: gcc -o conftest -g -O2   conftest.c 
>&5
| /usr/tmp/ccoKiup5.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:93:
undefined reference to `strerror_r'
|
/usr/tmp/ccoKiup5.o:/usr/aandrei/bison/bison-2.0b/conftest.c:(.data+0x0):
undefined reference to `strerror_r'
| configure:9191: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | /* end confdefs.h.  */
| | /* Define strerror_r to an innocuous variant, in
case <limits.h> declares strerror_r.
| |    For example, HP-UX 11i <limits.h> declares
gettimeofday.  */
| | #define strerror_r innocuous_strerror_r
| | 
| | /* System header to define __stub macros and
hopefully few prototypes,
| |     which can conflict with char strerror_r ();
below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is
defined, since
| |     <limits.h> exists even on freestanding
compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef strerror_r
| | 
| | /* 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 ();
| | /* 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
| | char (*f) () = strerror_r;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != strerror_r;
| |   ;
| |   return 0;
| | }
| configure:9215: result: no
| configure:9225: checking whether strerror_r returns
char *
| configure:9309: gcc -o conftest -g -O2   conftest.c 
>&5
| /usr/tmp/ccjDJLro.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:92:
undefined reference to `strerror_r'
| configure:9312: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | /* end 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 ();
| | int
| | main ()
| | {
| | char buf[100];
| |       char x = *strerror_r (0, buf, sizeof buf);
| |       exit (!isalpha (x));
| |   ;
| |   return 0;
| | }
| configure:9331: result: no
| configure:9355: checking whether NLS is requested
| configure:9364: result: yes
| configure:9402: checking for msgfmt
| configure:9436: result: no
| configure:9442: checking for gmsgfmt
| configure:9473: result: :
| configure:9512: checking for xgettext
| configure:9546: result: no
| configure:9583: checking for msgmerge
| configure:9616: result: no
| configure:9670: checking build system type
| configure:9688: result: i686-pc-minix
| configure:9696: checking host system type
| configure:9710: result: i686-pc-minix
| configure:9742: checking for ld used by GCC
| configure:9806: result:
/usr/local/i686-pc-minix/bin/ld
| configure:9815: checking if the linker
(/usr/local/i686-pc-minix/bin/ld) is GNU ld
| configure:9828: result: yes
| configure:9834: checking for shared library run path
origin
| configure:9847: result: done
| configure:10278: checking for inttypes.h
| configure:10300: gcc -c -g -O2  conftest.c >&5
| In file included from /usr/include/inttypes.h:12,
|                  from conftest.c:54:
| /usr/include/stdint.h:20:2: #error Odd word or
pointer sizes
| configure:10306: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <inttypes.h>
| | int
| | main ()
| | {
| | uintmax_t i = (uintmax_t) -1;
| |   ;
| |   return 0;
| | }
| configure:10329: result: no
| configure:10340: checking for stdint.h
| configure:10362: gcc -c -g -O2  conftest.c >&5
| In file included from conftest.c:54:
| /usr/include/stdint.h:20:2: #error Odd word or
pointer sizes
| configure:10368: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <stdint.h>
| | int
| | main ()
| | {
| | uintmax_t i = (uintmax_t) -1;
| |   ;
| |   return 0;
| | }
| configure:10391: result: no
| configure:10402: checking for unsigned long long
| configure:10424: gcc -o conftest -g -O2   conftest.c
 >&5
| configure:10430: $? = 0
| configure:10433: test -z                       || test ! -s
conftest.err
| configure:10436: $? = 0
| configure:10439: test -s conftest
| configure:10442: $? = 0
| configure:10454: result: yes
| configure:10492: checking whether strdup is declared
| configure:10516: gcc -c -g -O2  conftest.c >&5
| configure:10522: $? = 0
| configure:10525: test -z                       || test ! -s
conftest.err
| configure:10528: $? = 0
| configure:10531: test -s conftest.o
| configure:10534: $? = 0
| configure:10545: result: yes
| configure:10631: checking for error_at_line
| configure:10652: gcc -o conftest -g -O2   conftest.c
 >&5
| /usr/tmp/ccuPP0JV.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:95:
undefined reference to `error_at_line'
| configure:10658: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | /* end 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
| | int
| | main ()
| | {
| | error_at_line (0, 0, "", 0, "");
| |   ;
| |   return 0;
| | }
| configure:10682: result: no
| configure:10736: checking getopt.h usability
| configure:10748: gcc -c -g -O2  conftest.c >&5
| conftest.c:92:20: getopt.h: No such file or
directory
| configure:10754: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | /* end 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 <getopt.h>
| configure:10776: result: no
| configure:10780: checking getopt.h presence
| configure:10790: gcc -E  conftest.c
| conftest.c:58:20: getopt.h: No such file or
directory
| configure:10796: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | /* end confdefs.h.  */
| | #include <getopt.h>
| configure:10816: result: no
| configure:10851: checking for getopt.h
| configure:10858: result: no
| configure:11209: checking for
CFPreferencesCopyAppValue
| configure:11234: gcc -o conftest -g -O2 
-I/System/Library/Frameworks/CoreFoundation.framework/Headers
 conftest.c  -framework CoreFoundation >&5
| gcc: CoreFoundation: No such file or directory
| cc1: error: unrecognized command line option
"-framework"
| configure:11240: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <CFPreferences.h>
| | int
| | main ()
| | {
| | CFPreferencesCopyAppValue(NULL, NULL)
| |   ;
| |   return 0;
| | }
| configure:11266: result: no
| configure:11275: checking for CFLocaleCopyCurrent
| configure:11300: gcc -o conftest -g -O2 
-I/System/Library/Frameworks/CoreFoundation.framework/Headers
 conftest.c  -framework CoreFoundation >&5
| gcc: CoreFoundation: No such file or directory
| cc1: error: unrecognized command line option
"-framework"
| configure:11306: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <CFLocale.h>
| | int
| | main ()
| | {
| | CFLocaleCopyCurrent();
| |   ;
| |   return 0;
| | }
| configure:11332: result: no
| configure:11349: checking whether NLS is requested
| configure:11358: result: yes
| configure:11376: checking for GNU gettext in libc
| configure:11400: gcc -o conftest -g -O2   conftest.c
 >&5
| conftest.c:59:21: libintl.h: No such file or
directory
| configure:11406: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | extern int _nl_msg_cat_cntr;
| | extern int *_nl_domain_bindings;
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return * gettext ("") + _nl_msg_cat_cntr +
*_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:11430: result: no
| configure:11464: checking for iconv
| configure:11491: gcc -o conftest -g -O2   conftest.c
 >&5
| conftest.c:60:19: iconv.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:64: error: `iconv_t' undeclared (first
use in this function)
| conftest.c:64: error: (Each undeclared identifier is
reported only once
| conftest.c:64: error: for each function it appears
in.)
| conftest.c:64: error: parse error before "cd"
| conftest.c:65: error: `cd' undeclared (first use in
this function)
| configure:11497: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:11541: gcc -o conftest -g -O2   conftest.c
 -liconv >&5
| conftest.c:60:19: iconv.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:64: error: `iconv_t' undeclared (first
use in this function)
| conftest.c:64: error: (Each undeclared identifier is
reported only once
| conftest.c:64: error: for each function it appears
in.)
| conftest.c:64: error: parse error before "cd"
| conftest.c:65: error: `cd' undeclared (first use in
this function)
| configure:11547: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |          iconv(cd,NULL,NULL,NULL,NULL);
| |          iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:11574: result: no, consider installing GNU
libiconv
| configure:11975: checking for GNU gettext in libintl
| configure:12007: gcc -o conftest -g -O2   
conftest.c  -lintl >&5
| conftest.c:59:21: libintl.h: No such file or
directory
| configure:12013: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | extern int _nl_msg_cat_cntr;
| | extern
| | #ifdef __cplusplus
| | "C"
| | #endif
| | const char *_nl_expand_alias (const char *);
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return * gettext ("") + _nl_msg_cat_cntr +
*_nl_expand_alias ("")
| |   ;
| |   return 0;
| | }
| configure:12096: result: no
| configure:12133: checking whether to use NLS
| configure:12135: result: no
| configure:12243: checking for stdlib.h
| configure:12248: result: yes
| configure:12387: checking for GNU libc compatible
malloc
| configure:12416: gcc -o conftest -g -O2   conftest.c
 >&5
| configure:12419: $? = 0
| configure:12421: ./conftest
| configure:12424: $? = 0
| configure:12438: result: yes
| configure:12498: checking for iswcntrl
| configure:12555: gcc -o conftest -g -O2   conftest.c
 >&5
| /usr/tmp/cctpDcBc.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:101:
undefined reference to `iswcntrl'
|
/usr/tmp/cctpDcBc.o:/usr/aandrei/bison/bison-2.0b/conftest.c:(.data+0x0):
undefined reference to `iswcntrl'
| configure:12561: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | /* end confdefs.h.  */
| | /* Define iswcntrl to an innocuous variant, in
case <limits.h> declares iswcntrl.
| |    For example, HP-UX 11i <limits.h> declares
gettimeofday.  */
| | #define iswcntrl innocuous_iswcntrl
| | 
| | /* System header to define __stub macros and
hopefully few prototypes,
| |     which can conflict with char iswcntrl ();
below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is
defined, since
| |     <limits.h> exists even on freestanding
compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef iswcntrl
| | 
| | /* 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 iswcntrl ();
| | /* 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_iswcntrl) || defined
(__stub___iswcntrl)
| | choke me
| | #else
| | char (*f) () = iswcntrl;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != iswcntrl;
| |   ;
| |   return 0;
| | }
| configure:12585: result: no
| configure:12498: checking for wcwidth
| configure:12555: gcc -o conftest -g -O2   conftest.c
 >&5
| /usr/tmp/ccURMHbL.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:101:
undefined reference to `wcwidth'
|
/usr/tmp/ccURMHbL.o:/usr/aandrei/bison/bison-2.0b/conftest.c:(.data+0x0):
undefined reference to `wcwidth'
| configure:12561: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | /* end confdefs.h.  */
| | /* Define wcwidth to an innocuous variant, in case
<limits.h> declares wcwidth.
| |    For example, HP-UX 11i <limits.h> declares
gettimeofday.  */
| | #define wcwidth innocuous_wcwidth
| | 
| | /* System header to define __stub macros and
hopefully few prototypes,
| |     which can conflict with char wcwidth ();
below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is
defined, since
| |     <limits.h> exists even on freestanding
compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef wcwidth
| | 
| | /* 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 wcwidth ();
| | /* 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_wcwidth) || defined
(__stub___wcwidth)
| | choke me
| | #else
| | char (*f) () = wcwidth;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != wcwidth;
| |   ;
| |   return 0;
| | }
| configure:12585: result: no
| configure:12596: checking whether mbrtowc and
mbstate_t are properly declared
| configure:12621: gcc -o conftest -g -O2   conftest.c
 >&5
| conftest.c:61:19: wchar.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:65: error: `wchar_t' undeclared (first
use in this function)
| conftest.c:65: error: (Each undeclared identifier is
reported only once
| conftest.c:65: error: for each function it appears
in.)
| conftest.c:65: error: parse error before "wc"
| conftest.c:67: error: `size_t' undeclared (first use
in this function)
| conftest.c:67: error: parse error before "n"
| conftest.c:68: error: `mbstate_t' undeclared (first
use in this function)
| conftest.c:69: error: `state' undeclared (first use
in this function)
| conftest.c:69: error: `mbrtowc' undeclared (first
use in this function)
| conftest.c:69: error: `wc' undeclared (first use in
this function)
| conftest.c:69: error: `n' undeclared (first use in
this function)
| configure:12627: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | /* end confdefs.h.  */
| | #include <wchar.h>
| | int
| | main ()
| | {
| | wchar_t wc;
| |               char const s[] = "";
| |               size_t n = 1;
| |               mbstate_t state;
| |               return ! (sizeof state && (mbrtowc)
(&wc, s, n, &state));
| |   ;
| |   return 0;
| | }
| configure:12651: result: no
| configure:12662: checking whether wcwidth is
declared
| configure:12695: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:75: error: `wcwidth' undeclared (first
use in this function)
| conftest.c:75: error: (Each undeclared identifier is
reported only once
| conftest.c:75: error: for each function it appears
in.)
| configure:12701: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | /* end confdefs.h.  */
| | 
| | /* AIX 3.2.5 declares wcwidth in <string.h>. */
| | #if HAVE_STRING_H
| | # include <string.h>
| | #endif
| | #if HAVE_WCHAR_H
| | # include <wchar.h>
| | #endif
| | 
| | int
| | main ()
| | {
| | 
| | #ifndef wcwidth
| |   char *p = (char *) wcwidth;
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:12724: result: no
| configure:12737: checking whether mbswidth is
declared in <wchar.h>
| configure:12764: gcc -c -g -O2  conftest.c >&5
| conftest.c: In function `main':
| conftest.c:71: error: `mbswidth' undeclared (first
use in this function)
| conftest.c:71: error: (Each undeclared identifier is
reported only once
| conftest.c:71: error: for each function it appears
in.)
| configure:12770: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | /* end confdefs.h.  */
| | 
| | #if HAVE_WCHAR_H
| | # include <wchar.h>
| | #endif
| | 
| | int
| | main ()
| | {
| | 
| |   char *p = (char *) mbswidth;
| | 
| |   ;
| |   return 0;
| | }
| configure:12793: result: no
| configure:12806: checking for mbstate_t
| configure:12828: gcc -c -g -O2  conftest.c >&5
| conftest.c:97:24: wchar.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:101: error: `mbstate_t' undeclared (first
use in this function)
| conftest.c:101: error: (Each undeclared identifier
is reported only once
| conftest.c:101: error: for each function it appears
in.)
| conftest.c:101: error: parse error before "x"
| conftest.c:101: error: `x' undeclared (first use in
this function)
| configure:12834: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | /* end 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>
| | int
| | main ()
| | {
| | mbstate_t x; return sizeof x;
| |   ;
| |   return 0;
| | }
| configure:12857: result: no
| configure:12875: checking for obstacks
| configure:12896: gcc -o conftest -g -O2   conftest.c
 >&5
| conftest.c:64:21: obstack.h: No such file or
directory
| configure:12902: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | /* end confdefs.h.  */
| | #include "obstack.h"
| | int
| | main ()
| | {
| | struct obstack *mem; obstack_free(mem,(char *) 0)
| |   ;
| |   return 0;
| | }
| configure:12926: result: no
| configure:12999: checking for mbstate_t
| configure:13050: result: no
| configure:13066: checking whether mbrtowc and
mbstate_t are properly declared
| configure:13121: result: no
| configure:13180: checking for stpcpy
| configure:13237: gcc -o conftest -g -O2   conftest.c
 >&5
| conftest.c:89: warning: conflicting types for
built-in function 'stpcpy'
| /usr/tmp/ccE6Q5aa.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:105:
undefined reference to `stpcpy'
|
/usr/tmp/ccE6Q5aa.o:/usr/aandrei/bison/bison-2.0b/conftest.c:(.data+0x0):
undefined reference to `stpcpy'
| configure:13243: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | /* end confdefs.h.  */
| | /* Define stpcpy to an innocuous variant, in case
<limits.h> declares stpcpy.
| |    For example, HP-UX 11i <limits.h> declares
gettimeofday.  */
| | #define stpcpy innocuous_stpcpy
| | 
| | /* System header to define __stub macros and
hopefully few prototypes,
| |     which can conflict with char stpcpy (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is
defined, since
| |     <limits.h> exists even on freestanding
compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef stpcpy
| | 
| | /* 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 ();
| | /* 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
| | char (*f) () = stpcpy;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != stpcpy;
| |   ;
| |   return 0;
| | }
| configure:13267: result: no
| configure:13301: checking for strdup
| configure:13358: gcc -o conftest -g -O2   conftest.c
 >&5
| conftest.c:89: warning: conflicting types for
built-in function 'strdup'
| configure:13364: $? = 0
| configure:13367: test -z                       || test ! -s
conftest.err
| configure:13370: $? = 0
| configure:13373: test -s conftest
| configure:13376: $? = 0
| configure:13388: result: yes
| configure:13427: checking for strndup
| configure:13484: gcc -o conftest -g -O2   conftest.c
 >&5
| /usr/tmp/ccyxk8Oq.o: In function `main':
| /usr/aandrei/bison/bison-2.0b/conftest.c:106:
undefined reference to `strndup'
|
/usr/tmp/ccyxk8Oq.o:/usr/aandrei/bison/bison-2.0b/conftest.c:(.data+0x0):
undefined reference to `strndup'
| configure:13490: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | /* end confdefs.h.  */
| | /* Define strndup to an innocuous variant, in case
<limits.h> declares strndup.
| |    For example, HP-UX 11i <limits.h> declares
gettimeofday.  */
| | #define strndup innocuous_strndup
| | 
| | /* System header to define __stub macros and
hopefully few prototypes,
| |     which can conflict with char strndup ();
below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is
defined, since
| |     <limits.h> exists even on freestanding
compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef strndup
| | 
| | /* 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 ();
| | /* 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
| | char (*f) () = strndup;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != strndup;
| |   ;
| |   return 0;
| | }
| configure:13514: result: no
| configure:13536: checking whether strnlen is
declared
| configure:13560: gcc -c -g -O2  conftest.c >&5
| configure:13566: $? = 0
| configure:13569: test -z                       || test ! -s
conftest.err
| configure:13572: $? = 0
| configure:13575: test -s conftest.o
| configure:13578: $? = 0
| configure:13589: result: yes
| configure:13614: checking for working strnlen
| configure:13653: gcc -o conftest -g -O2   conftest.c
 >&5
| configure:13656: $? = 0
| configure:13658: ./conftest
| configure:13661: $? = 0
| configure:13675: result: yes
| configure:13835: checking for valgrind
| configure:13864: result: no
| configure:13923: checking for g++
| configure:13952: result: no
| configure:13923: checking for c++
| configure:13952: result: no
| configure:13923: checking for gpp
| configure:13952: result: no
| configure:13923: checking for aCC
| configure:13952: result: no
| configure:13923: checking for CC
| configure:13952: result: no
| configure:13923: checking for cxx
| configure:13952: result: no
| configure:13923: checking for cc++
| configure:13952: result: no
| configure:13923: checking for cl
| configure:13952: result: no
| configure:13923: checking for FCC
| configure:13952: result: no
| configure:13923: checking for KCC
| configure:13952: result: no
| configure:13923: checking for RCC
| configure:13952: result: no
| configure:13923: checking for xlC_r
| configure:13952: result: no
| configure:13923: checking for xlC
| configure:13952: result: no
| configure:13965: checking for C++ compiler version
| configure:13968: g++ --version </dev/null >&5
| g++: No such file or directory
| configure:13971: $? = 2
| configure:13973: g++ -v </dev/null >&5
| g++: No such file or directory
| configure:13976: $? = 2
| configure:13978: g++ -V </dev/null >&5
| g++: No such file or directory
| configure:13981: $? = 2
| configure:13984: checking whether we are using the
GNU C++ compiler
| configure:14008: g++ -c   conftest.cc >&5
| g++: No such file or directory
| configure:14014: $? = 2
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | #ifndef __GNUC__
| |        choke me
| | #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:14039: result: no
| configure:14045: checking whether g++ accepts -g
| configure:14066: g++ -c -g  conftest.cc >&5
| g++: No such file or directory
| configure:14072: $? = 2
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:14095: result: no
| configure:14137: g++ -c   conftest.cc >&5
| g++: No such file or directory
| configure:14143: $? = 2
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | /* end confdefs.h.  */
| | 
| | #include <stdlib.h>
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:14137: g++ -c   conftest.cc >&5
| g++: No such file or directory
| configure:14143: $? = 2
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | /* end confdefs.h.  */
| | extern "C" void std::exit (int) throw (); using
std::exit;
| | #include <stdlib.h>
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:14137: g++ -c   conftest.cc >&5
| g++: No such file or directory
| configure:14143: $? = 2
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | /* end confdefs.h.  */
| | extern "C" void std::exit (int); using std::exit;
| | #include <stdlib.h>
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:14137: g++ -c   conftest.cc >&5
| g++: No such file or directory
| configure:14143: $? = 2
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | /* end confdefs.h.  */
| | extern "C" void exit (int) throw ();
| | #include <stdlib.h>
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:14137: g++ -c   conftest.cc >&5
| g++: No such file or directory
| configure:14143: $? = 2
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | /* end confdefs.h.  */
| | extern "C" void exit (int);
| | #include <stdlib.h>
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:14137: g++ -c   conftest.cc >&5
| g++: No such file or directory
| configure:14143: $? = 2
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | /* end confdefs.h.  */
| | void exit (int);
| | #include <stdlib.h>
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:14224: checking dependency style of g++
| configure:14314: result: none
| configure:14333: checking whether g++ builds
executables that work
| configure:14365: g++ -o conftest    conftest.cc  >&5
| g++: No such file or directory
| configure:14368: $? = 2
| configure: program exited with status 2
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "GNU Bison"
| | #define PACKAGE_TARNAME "bison"
| | #define PACKAGE_VERSION "2.0b"
| | #define PACKAGE_STRING "GNU Bison 2.0b"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "bison"
| | #define VERSION "2.0b"
| | #define _GNU_SOURCE 1
| | #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_STRINGS_H 1
| | #define HAVE_UNISTD_H 1
| | #define _POSIX_SOURCE 1
| | #define _POSIX_1_SOURCE 2
| | #define _MINIX 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define M4 "/usr/local/bin/m4"
| | #define HAVE_LOCALE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ISASCII 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DUP2 1
| | #define HAVE_WAITPID 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_FORK 1
| | #define vfork fork
| | #define HAVE_WORKING_FORK 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TIMES_H 1
| | #define HAVE_SYS_RESOURCE_H 1
| | #define HAVE_TIMES 1
| | #define HAVE_DECL_GETRUSAGE 0
| | #define HAVE_DECL_TIMES 1
| | #define HAVE_DECL_CLOCK 0
| | #define HAVE_DECL_SYSCONF 1
| | #define HAVE_CLOCK_T 1
| | #define HAVE_STRUCT_TMS 1
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define
FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_UNSIGNED_LONG_LONG 1
| | #define uintmax_t unsigned long long
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 1
| | #define HAVE_DECL_WCWIDTH 0
| | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| | #define mbstate_t int
| | #define mbstate_t int
| | #define HAVE_STRDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #ifdef __cplusplus
| | void exit (int);
| | #endif
| | /* end confdefs.h.  */
| | #include <iostream>
| |       using namespace std;
| | int
| | main ()
| | {
| | std::cerr << "";
| |           cout << "";
| |   ;
| |   return 0;
| | }
| configure:14393: result: no
| configure:14547: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Bison config.status
2.0b, which was
| generated by GNU Autoconf 2.59.  Invocation command
line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on minix
| 
| config.status:15396: creating runtime-po/Makefile.in
| config.status:15396: creating tests/Makefile
| config.status:15396: creating tests/atlocal
| config.status:15396: creating tests/bison
| config.status:15396: creating Makefile
| config.status:15396: creating config/Makefile
| config.status:15396: creating po/Makefile.in
| config.status:15396: creating data/Makefile
| config.status:15396: creating examples/Makefile
| config.status:15396: creating
examples/calc++/Makefile
| config.status:15396: creating lib/Makefile
| config.status:15396: creating src/Makefile
| config.status:15396: creating doc/Makefile
| config.status:15465: creating config.h
| config.status:15789: executing depfiles commands
| config.status:15789: executing default-1 commands
| config.status:15789: executing tests/atconfig
commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_func_waitpid='yes'
| ac_cv_prog_gnu_m4='yes'
| ac_cv_path_M4='/usr/local/bin/m4'
| am_cv_CC_dependencies_compiler_type='gcc3'
| ac_cv_path_XGETTEXT=':'
| ac_cv_lib_fl_yywrap='no'
| ac_cv_env_CXXFLAGS_value=''
| ac_cv_path_MSGMERGE=':'
| ac_cv_header_sys_times_h='yes'
| ac_cv_lib_error_at_line='no'
| ac_cv_func_strerror_r='no'
| ac_cv_type_clock_t='yes'
| ac_cv_header_stdbool_h='yes'
| ac_cv_header_stdlib_h='yes'
| bison_cv_cxx_works='no'
| ac_cv_header_sys_time_h='yes'
| ac_cv_func_mbsinit='no'
| acl_cv_hardcode_libdir_flag_spec=''
| ac_cv_prog_cc_g='yes'
| ac_cv_env_LDFLAGS_set=''
| gl_cv_func_mbrtowc='no'
| acl_cv_path_LD='/usr/local/i686-pc-minix/bin/ld'
| ac_cv_have_decl_getrusage='no'
| ac_cv_c_compiler_gnu='yes'
| ac_cv_exeext=''
| ac_cv_path_install='/bin/install -c'
| ac_cv_env_CFLAGS_set=''
| ac_cv_have_decl_sysconf='yes'
| ac_cv_func_setlocale='yes'
| ac_cv_have_decl_strnlen='yes'
| ac_cv_func_wcwidth='no'
| gt_cv_func_gnugettext1_libc='no'
| acl_cv_shlibext='so'
| ac_cv_header_sys_wait_h='yes'
| ac_cv_env_CPP_value=''
| ac_cv_env_CPPFLAGS_set=''
| acl_cv_hardcode_minus_L='no'
| acl_cv_hardcode_libdir_separator=''
| ac_cv_header_wchar_h='no'
| ac_cv_header_minix_config_h='yes'
| ac_cv_cxx_compiler_gnu='no'
| ac_cv_env_CXX_set=''
| ac_cv_type_unsigned_long_long='yes'
| ac_cv_env_host_alias_set=''
| ac_cv_path_GMSGFMT=':'
| ac_cv_have_decl_times='yes'
| ac_cv_prog_YACC='bison -y'
| ac_cv_func_iswcntrl='no'
| ac_cv_func_dup2='yes'
| gt_cv_func_CFPreferencesCopyAppValue='no'
| ac_cv_working_alloca_h='yes'
| ac_cv_header_sys_resource_h='yes'
| ac_cv_lib_l_yywrap='no'
| gl_cv_header_stdint_h='no'
| gl_cv_header_inttypes_h='no'
| ac_cv_func_strerror_r_char_p='no'
| ac_cv_prog_lex_root='lex.yy'
| ac_cv_header_sys_stat_h='yes'
| ac_cv_env_build_alias_set=''
| ac_cv_env_LDFLAGS_value=''
| ac_cv_env_target_alias_set=''
| ac_cv_header_getopt_h='no'
| ac_cv_host_alias='i686-pc-minix'
| 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=':'
| ac_cv_header_sys_types_h='yes'
| ac_cv_header_stdc='yes'
| ac_cv_have_decl_mbswidth='no'
| ac_cv_header_strings_h='yes'
| ac_cv_header_stdint_h='no'
| ac_cv_header_inttypes_h='no'
| ac_cv_prog_egrep='egrep'
| ac_cv_prog_make_make_set='yes'
| ac_cv_build_alias='i686-pc-minix'
| 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_have_decl_strdup='yes'
| acl_cv_libext='a'
| ac_cv_func_iswprint='no'
| ac_cv_func_strnlen_working='yes'
| ac_cv_func_times='yes'
| ac_cv_func_isascii='yes'
| ac_cv_prog_ac_ct_RANLIB='ranlib'
| ac_cv_header_memory_h='no'
| ac_cv_env_CXXFLAGS_set=''
| ac_cv_env_CXX_value=''
| ac_cv_host='i686-pc-minix'
| ac_cv_env_host_alias_value=''
| ac_cv_func_obstack='no'
| ac_cv_prog_cxx_g='no'
| ac_cv_type_struct_tms='yes'
| ac_cv_func_fork_works='yes'
| ac_cv_header_wctype_h='no'
| ac_cv_func_strndup='no'
| ac_cv_have_decl_strerror_r='no'
| ac_cv_func_vfork_works='no'
| ac_cv_header_vfork_h='no'
| ac_cv_type_pid_t='yes'
| am_cv_prog_cc_stdc=''
| am_cv_CXX_dependencies_compiler_type='none'
| ac_cv_build='i686-pc-minix'
| ac_cv_have_decl_clock='no'
| ac_cv_func_fork='yes'
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_AWK='awk'
| ac_cv_env_build_alias_value=''
| ac_cv_func_malloc_0_nonnull='yes'
| ac_cv_win_or_dos='no'
| ac_cv_func_vfork='no'
| ac_cv_type__Bool='yes'
| ac_cv_prog_lex_yytext_pointer='no'
| ac_cv_prog_ac_ct_CC='gcc'
| am_cv_lib_iconv='no'
| am_cv_func_iconv='no, consider installing GNU
libiconv'
| acl_cv_wl='-Wl,'
| ac_cv_env_target_alias_value=''
| ac_cv_env_CC_value=''
| ac_cv_have_decl_wcwidth='no'
| gt_cv_func_CFLocaleCopyCurrent='no'
| ac_cv_type_uintptr_t='no'
| ac_cv_env_CPP_set=''
| ac_cv_type_mbstate_t='no'
| gt_cv_func_gnugettext1_libintl='no'
| acl_cv_hardcode_direct='no'
| ac_cv_func_strdup='yes'
| acl_cv_rpath='done'
| ac_cv_prog_LEX='flex'
| ac_cv_func_stpcpy='no'
| acl_cv_prog_gnu_ld='yes'
| ac_cv_objext='o'
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ACLOCAL='${SHELL}
/usr/aandrei/bison/bison-2.0b/build-aux/missing --run
aclocal-1.9'
| ALLOCA=''
| ALLOCA_H='alloca.h'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL}
/usr/aandrei/bison/bison-2.0b/build-aux/missing --run
tar'
| AUTOCONF='${SHELL}
/usr/aandrei/bison/bison-2.0b/build-aux/missing --run
autoconf'
| AUTOHEADER='${SHELL}
/usr/aandrei/bison/bison-2.0b/build-aux/missing --run
autoheader'
| AUTOM4TE='${SHELL}
/usr/aandrei/bison/bison-2.0b/build-aux/missing --run
autom4te'
| AUTOMAKE='${SHELL}
/usr/aandrei/bison/bison-2.0b/build-aux/missing --run
automake-1.9'
| AWK='awk'
| BISON_CXX_WORKS='exit 77'
| BISON_LOCALEDIR=''
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -O2'
| CPP='gcc -E'
| CPPFLAGS=''
| CXX='g++'
| CXXDEPMODE='depmode=none'
| CXXFLAGS=''
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='egrep'
| EXEEXT=''
| GCC='yes'
| GETOPT_H='getopt.h'
| GMSGFMT=':'
| HAVE__BOOL='1'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS=''
| INTL_MACOSX_LIBS=''
| LDFLAGS=''
| LEX='flex'
| LEXLIB=''
| LEX_OUTPUT_ROOT='lex.yy'
| LIBICONV=''
| LIBINTL=''
| LIBOBJS=' dirname$U.o error$U.o exitfail$U.o
getopt$U.o getopt1$U.o hard-locale$U.o hash$U.o
obstack$U.o quote$U.o quotearg$U.o fopen-safer$U.o
stpcpy$U.o strndup$U.o dup-safer$U.o fd-safer$U.o
xmalloc$U.o'
| LIBS=''
| LTLIBICONV=''
| LTLIBINTL=''
| LTLIBOBJS=' dirname$U.lo error$U.lo exitfail$U.lo
getopt$U.lo getopt1$U.lo hard-locale$U.lo hash$U.lo
obstack$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo
stpcpy$U.lo strndup$U.lo dup-safer$U.lo fd-safer$U.lo
xmalloc$U.lo'
| M4='/usr/local/bin/m4'
| MAKEINFO='${SHELL}
/usr/aandrei/bison/bison-2.0b/build-aux/missing --run
makeinfo'
|
MKINSTALLDIRS='$(top_builddir)/build-aux/mkinstalldirs'
| MSGFMT=':'
| MSGMERGE=':'
| O0CFLAGS='-g '
| O0CXXFLAGS=''
| OBJEXT='o'
| PACKAGE='bison'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU Bison'
| PACKAGE_STRING='GNU Bison 2.0b'
| PACKAGE_TARNAME='bison'
| PACKAGE_VERSION='2.0b'
| PATH_SEPARATOR=':'
| POSUB=''
| RANLIB='ranlib'
| SET_MAKE=''
| SHELL='/bin/sh'
| STDBOOL_H=''
| STRIP=''
| USE_NLS='no'
| VALGRIND=''
| VERSION='2.0b'
| WARNING_CFLAGS=''
| WARNING_CXXFLAGS=''
| WERROR_CFLAGS=''
| XGETTEXT=':'
| YACC='bison -y'
| YACC_LIBRARY='liby.a'
| YACC_SCRIPT='yacc'
| ac_ct_CC='gcc'
| ac_ct_CXX='g++'
| ac_ct_RANLIB='ranlib'
| ac_ct_STRIP=''
| aclocaldir='${datadir}/aclocal'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__fastdepCXX_FALSE=''
| am__fastdepCXX_TRUE='#'
| am__include='include'
| am__leading_dot='.'
| am__quote=''
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build='i686-pc-minix'
| build_alias=''
| build_cpu='i686'
| build_os='minix'
| build_vendor='pc'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='i686-pc-minix'
| host_alias=''
| host_cpu='i686'
| host_os='minix'
| host_vendor='pc'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
|
install_sh='/usr/aandrei/bison/bison-2.0b/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| mandir='${prefix}/man'
| mkdir_p='$(mkinstalldirs)'
| oldincludedir='/usr/include'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
0
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_CLOCK_T 1
| #define HAVE_DECL_CLOCK 0
| #define HAVE_DECL_GETRUSAGE 0
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_SYSCONF 1
| #define HAVE_DECL_TIMES 1
| #define HAVE_DECL_WCWIDTH 0
| #define HAVE_DUP2 1
| #define HAVE_FORK 1
| #define HAVE_ISASCII 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRDUP 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TIMES 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_WAITPID 1
| #define HAVE_WORKING_FORK 1
| #define HAVE__BOOL 1
| #define M4 "/usr/local/bin/m4"
| #define PACKAGE "bison"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "GNU Bison"
| #define PACKAGE_STRING "GNU Bison 2.0b"
| #define PACKAGE_TARNAME "bison"
| #define PACKAGE_VERSION "2.0b"
| #define STDC_HEADERS 1
| #define VERSION "2.0b"
| #define _GNU_SOURCE 1
| #define _MINIX 1
| #define _POSIX_1_SOURCE 2
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _POSIX_SOURCE 1
| #define __EXTENSIONS__ 1
| #define __GETOPT_PREFIX rpl_
| #define mbstate_t int
| #define mbstate_t int
| #define uintmax_t unsigned long long
| #define vfork fork
| #endif
| #ifdef __cplusplus
| void exit (int);
| 
| configure: exit 0




                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 




reply via email to

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