bug-bison
[Top][All Lists]
Advanced

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

Re: Bison 1.50: SunOS 4.1.4, Problems and Hack for lib/timevar.c


From: Paul Eggert
Subject: Re: Bison 1.50: SunOS 4.1.4, Problems and Hack for lib/timevar.c
Date: Fri, 18 Oct 2002 14:16:40 -0700 (PDT)

I'm forwarding this Bison bug report that was sent just to me.
I'll try to respond to it myself, but it might be
useful for others to see it.

------------- Begin Forwarded Message -------------

X-Coding-System: undecided-unix
Date: Tue, 15 Oct 2002 22:41:32 +0200
From: Peter Klein <address@hidden>
X-Accept-Language: en
To: address@hidden, address@hidden
Subject: Re: Re: Bison 1.50: SunOS 4.1.4, Problems and Hack for lib/timevar.c

Hi Paul,

it's me again.

I've done the bison with gcc (2.95-3) and in general it works. But the
test suite tells me, to report you
12 bugs. I guess, I shall complain about the test suite ... :-)

I hope, it helps you a little bit?

If you want me to run any further tests/checks, pleas let me know. I'll
do it, tomorrow, arround the same time!
Have I nice day! (I'll go tosleep here in Europe)

Kind Regards

Peter Klein

------------- End Forwarded Message -------------

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU Bison configure 1.75, which was
generated by GNU Autoconf 2.54a.  Invocation command line was

  $ ./configure --prefix /usr/gnu

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

hostname = mars
uname -m = sun4m
uname -r = 4.1.4
uname -s = SunOS
uname -v = 3

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

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

PATH: /usr/openwin/bin
PATH: /usr/openwin/bin/xview
PATH: /usr/openwin/demo
PATH: /usr/gnu/bin
PATH: /home/gnu
PATH: /usr/5bin
PATH: /usr/ucb
PATH: /lib
PATH: /usr/gnu
PATH: /usr/local
PATH: /usr/local/bin
PATH: /usr/local/etc
PATH: /etc
PATH: /usr/etc
PATH: /usr/sunlink/x25
PATH: /usr/newsprint/bin
PATH: /home/games/bin
PATH: .
PATH: /usr/bin
PATH: /home/frame2.1.X/bin
PATH: /etc
PATH: /usr/etc


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1303: checking for a BSD-compatible install
configure:1357: result: /usr/gnu/bin/install -c
configure:1368: checking whether build environment is sane
configure:1411: result: yes
configure:1478: checking for gawk
configure:1478: result: no
configure:1478: checking for mawk
configure:1478: result: no
configure:1478: checking for nawk
configure:1478: found /usr/bin/nawk
configure:1478: result: nawk
configure:1480: checking whether make sets ${MAKE}
configure:1507: result: yes
configure:1741: checking for gcc
configure:1741: found /usr/gnu/bin/gcc
configure:1741: result: gcc
configure:1974: checking for C compiler version
configure:1980: gcc --version </dev/null >&5
2.95.3
configure:1980: $? = 0
configure:1985: gcc -v </dev/null >&5
Reading specs from /usr/gnu/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/specs
gcc version 2.95.3 20010315 (release)
configure:1985: $? = 0
configure:1990: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1990: $? = 1
configure:2009: checking for C compiler default output
configure:2057: gcc    conftest.c  >&5
configure:2057: $? = 0
configure:2060: result: a.out
configure:2065: checking whether the C compiler works
configure:2088: ./a.out
configure:2088: $? = 0
configure:2089: result: yes
configure:2096: checking whether we are cross compiling
configure:2098: result: no
configure:2101: checking for suffix of executables
configure:2126: gcc -o conftest    conftest.c  >&5
configure:2126: $? = 0
configure:2129: result: 
configure:2135: checking for suffix of object files
configure:2174: gcc -c   conftest.c >&5
configure:2174: $? = 0
configure:2175: result: o
configure:2179: checking whether we are using the GNU C compiler
configure:2220: gcc -c   conftest.c >&5
configure:2220: $? = 0
configure:2220: test -s conftest.o
configure:2220: $? = 0
configure:2221: result: yes
configure:2227: checking whether gcc accepts -g
configure:2263: gcc -c -g  conftest.c >&5
configure:2263: $? = 0
configure:2263: test -s conftest.o
configure:2263: $? = 0
configure:2264: result: yes
configure:2281: checking for gcc option to accept ANSI C
configure:2360: gcc  -c -g -O2  conftest.c >&5
configure:2360: $? = 0
configure:2360: test -s conftest.o
configure:2360: $? = 0
configure:2370: result: none needed
configure:2475: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2475: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2502: checking for style of include used by make
configure:2530: result: GNU
configure:2558: checking dependency style of gcc
configure:2620: result: gcc
configure:2640: checking for strerror in -lcposix
configure:2686: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/gnu/sparc-sun-sunos4.1.4/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2686: $? = 1
configure: failed program was:
#line 2686 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strerror ();
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:2687: result: no
configure:2706: checking how to run the C preprocessor
configure:2807: gcc -E  conftest.c
configure:2807: $? = 0
configure:2807: gcc -E  conftest.c
configure:2808: ac_nonexistent.h: No such file or directory
configure:2807: $? = 1
configure: failed program was:
#line 2807 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2808: result: gcc -E
configure:2884: gcc -E  conftest.c
configure:2884: $? = 0
configure:2884: gcc -E  conftest.c
configure:2885: ac_nonexistent.h: No such file or directory
configure:2884: $? = 1
configure: failed program was:
#line 2884 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2902: checking for egrep
configure:2912: result: egrep
configure:2917: checking for ANSI C header files
configure:3043: gcc -E  conftest.c
configure:3043: $? = 0
configure:3044: result: no
configure:3109: checking for sys/types.h
configure:3109: gcc -c -g -O2  conftest.c >&5
configure:3109: $? = 0
configure:3109: test -s conftest.o
configure:3109: $? = 0
configure:3109: result: yes
configure:3109: checking for sys/stat.h
configure:3109: gcc -c -g -O2  conftest.c >&5
configure:3109: $? = 0
configure:3109: test -s conftest.o
configure:3109: $? = 0
configure:3109: result: yes
configure:3109: checking for stdlib.h
configure:3109: gcc -c -g -O2  conftest.c >&5
configure:3109: $? = 0
configure:3109: test -s conftest.o
configure:3109: $? = 0
configure:3109: result: yes
configure:3109: checking for string.h
configure:3109: gcc -c -g -O2  conftest.c >&5
configure:3109: $? = 0
configure:3109: test -s conftest.o
configure:3109: $? = 0
configure:3109: result: yes
configure:3109: checking for memory.h
configure:3109: gcc -c -g -O2  conftest.c >&5
configure:3109: $? = 0
configure:3109: test -s conftest.o
configure:3109: $? = 0
configure:3109: result: yes
configure:3109: checking for strings.h
configure:3109: gcc -c -g -O2  conftest.c >&5
configure:3109: $? = 0
configure:3109: test -s conftest.o
configure:3109: $? = 0
configure:3109: result: yes
configure:3109: checking for inttypes.h
configure:3109: gcc -c -g -O2  conftest.c >&5
configure:3145: inttypes.h: No such file or directory
configure:3109: $? = 1
configure: failed program was:
#line 3109 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif

#include <inttypes.h>
configure:3109: result: no
configure:3109: checking for stdint.h
configure:3109: gcc -c -g -O2  conftest.c >&5
configure:3145: stdint.h: No such file or directory
configure:3109: $? = 1
configure: failed program was:
#line 3109 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif

#include <stdint.h>
configure:3109: result: no
configure:3109: checking for unistd.h
configure:3109: gcc -c -g -O2  conftest.c >&5
configure:3109: $? = 0
configure:3109: test -s conftest.o
configure:3109: $? = 0
configure:3109: result: yes
configure:3212: checking minix/config.h usability
configure:3212: gcc -c -g -O2  conftest.c >&5
configure:3247: minix/config.h: No such file or directory
configure:3212: $? = 1
configure: failed program was:
#line 3212 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <minix/config.h>
configure:3212: result: no
configure:3212: checking minix/config.h presence
configure:3212: gcc -E  conftest.c
configure:3213: minix/config.h: No such file or directory
configure:3212: $? = 1
configure: failed program was:
#line 3212 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:3212: result: no
configure:3212: checking for minix/config.h
configure:3212: result: no
configure:3816: checking for flex
configure:3816: result: no
configure:3816: checking for lex
configure:3816: found /usr/bin/lex
configure:3816: result: lex
configure:3928: checking for yywrap in -lfl
configure:3928: gcc -o conftest -g -O2   conftest.c -lfl   >&5
/usr/gnu/sparc-sun-sunos4.1.4/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
configure:3928: $? = 1
configure: failed program was:
#line 3928 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char yywrap ();
int
main ()
{
yywrap ();
  ;
  return 0;
}
configure:3928: result: no
configure:3928: checking for yywrap in -ll
configure:3928: gcc -o conftest -g -O2   conftest.c -ll   >&5
configure:3928: $? = 0
configure:3928: test -s conftest
configure:3928: $? = 0
configure:3928: result: yes
configure:4009: checking lex output file root
configure:4009: lex conftest.l
configure:4009: $? = 0
configure:4009: result: lex.yy
configure:4009: checking whether yytext is a pointer
configure:4009: gcc -o conftest -g -O2   conftest.c  -ll >&5
conftest.c:261: conflicting types for `yytext'
conftest.c:83: previous declaration of `yytext'
configure:4009: $? = 1
configure: failed program was:
# include "stdio.h"
# define U(x) x
# define NLSTATE yyprevious=YYNEWLINE
# define BEGIN yybgin = yysvec + 1 +
# define INITIAL 0
# define YYLERR yysvec
# define YYSTATE (yyestate-yysvec-1)
# define YYOPTIM 1
# define YYLMAX BUFSIZ
# define output(c) putc(c,yyout)
# define input() 
(((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar)==EOF?0:yytchar)
# define unput(c) {yytchar= (c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;}
# define yymore() (yymorfg=1)
# define ECHO fprintf(yyout, "%s",yytext)
# define REJECT { nstr = yyreject(); goto yyfussy;}
int yyleng; extern char yytext[];
int yymorfg;
extern char *yysptr, yysbuf[];
int yytchar;
FILE *yyin = {stdin}, *yyout = {stdout};
extern int yylineno;
struct yysvf { 
        struct yywork *yystoff;
        struct yysvf *yyother;
        int *yystops;};
struct yysvf *yyestate;
extern struct yysvf yysvec[], *yybgin;
# define YYNEWLINE 10
yylex(){
int nstr; extern int yyprevious;
while((nstr = yylook()) >= 0)
yyfussy: switch(nstr){
case 0:
if(yywrap()) return(0); break;
case -1:
break;
default:
fprintf(yyout,"bad switch yylook %d",nstr);
} return(0); }
/* end of yylex */
int yyvstop[] = {
0,
0};
# define YYTYPE char
struct yywork { YYTYPE verify, advance; } yycrank[] = {
0,0,    0,0,    0,0,    0,0,    
0,0};
struct yysvf yysvec[] = {
0,      0,      0,
yycrank+0,      0,              0,      
yycrank+0,      0,              0,      
0,      0,      0};
struct yywork *yytop = yycrank+0;
struct yysvf *yybgin = yysvec+1;
char yymatch[] = {
00  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
0};
char yyextra[] = {
0,0,0,0,0,0,0,0,
0};
#ifndef lint
static  char ncform_sccsid[] = "@(#)ncform 1.6 88/02/08 SMI"; /* from S5R2 1.2 
*/
#endif

int yylineno =1;
# define YYU(x) x
# define NLSTATE yyprevious=YYNEWLINE
char yytext[YYLMAX];
struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
char yysbuf[YYLMAX];
char *yysptr = yysbuf;
int *yyfnd;
extern struct yysvf *yyestate;
int yyprevious = YYNEWLINE;
yylook(){
        register struct yysvf *yystate, **lsp;
        register struct yywork *yyt;
        struct yysvf *yyz;
        int yych, yyfirst;
        struct yywork *yyr;
# ifdef LEXDEBUG
        int debug;
# endif
        char *yylastch;
        /* start off machines */
# ifdef LEXDEBUG
        debug = 0;
# endif
        yyfirst=1;
        if (!yymorfg)
                yylastch = yytext;
        else {
                yymorfg=0;
                yylastch = yytext+yyleng;
                }
        for(;;){
                lsp = yylstate;
                yyestate = yystate = yybgin;
                if (yyprevious==YYNEWLINE) yystate++;
                for (;;){
# ifdef LEXDEBUG
                        if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
# endif
                        yyt = yystate->yystoff;
                        if(yyt == yycrank && !yyfirst){  /* may not be any 
transitions */
                                yyz = yystate->yyother;
                                if(yyz == 0)break;
                                if(yyz->yystoff == yycrank)break;
                                }
                        *yylastch++ = yych = input();
                        yyfirst=0;
                tryagain:
# ifdef LEXDEBUG
                        if(debug){
                                fprintf(yyout,"char ");
                                allprint(yych);
                                putchar('\n');
                                }
# endif
                        yyr = yyt;
                        if ( (int)yyt > (int)yycrank){
                                yyt = yyr + yych;
                                if (yyt <= yytop && yyt->verify+yysvec == 
yystate){
                                        if(yyt->advance+yysvec == YYLERR)       
/* error transitions */
                                                {unput(*--yylastch);break;}
                                        *lsp++ = yystate = yyt->advance+yysvec;
                                        goto contin;
                                        }
                                }
# ifdef YYOPTIM
                        else if((int)yyt < (int)yycrank) {              /* r < 
yycrank */
                                yyt = yyr = yycrank+(yycrank-yyt);
# ifdef LEXDEBUG
                                if(debug)fprintf(yyout,"compressed state\n");
# endif
                                yyt = yyt + yych;
                                if(yyt <= yytop && yyt->verify+yysvec == 
yystate){
                                        if(yyt->advance+yysvec == YYLERR)       
/* error transitions */
                                                {unput(*--yylastch);break;}
                                        *lsp++ = yystate = yyt->advance+yysvec;
                                        goto contin;
                                        }
                                yyt = yyr + YYU(yymatch[yych]);
# ifdef LEXDEBUG
                                if(debug){
                                        fprintf(yyout,"try fall back character 
");
                                        allprint(YYU(yymatch[yych]));
                                        putchar('\n');
                                        }
# endif
                                if(yyt <= yytop && yyt->verify+yysvec == 
yystate){
                                        if(yyt->advance+yysvec == YYLERR)       
/* error transition */
                                                {unput(*--yylastch);break;}
                                        *lsp++ = yystate = yyt->advance+yysvec;
                                        goto contin;
                                        }
                                }
                        if ((yystate = yystate->yyother) && (yyt= 
yystate->yystoff) != yycrank){
# ifdef LEXDEBUG
                                if(debug)fprintf(yyout,"fall back to state 
%d\n",yystate-yysvec-1);
# endif
                                goto tryagain;
                                }
# endif
                        else
                                {unput(*--yylastch);break;}
                contin:
# ifdef LEXDEBUG
                        if(debug){
                                fprintf(yyout,"state %d char 
",yystate-yysvec-1);
                                allprint(yych);
                                putchar('\n');
                                }
# endif
                        ;
                        }
# ifdef LEXDEBUG
                if(debug){
                        fprintf(yyout,"stopped at %d with ",*(lsp-1)-yysvec-1);
                        allprint(yych);
                        putchar('\n');
                        }
# endif
                while (lsp-- > yylstate){
                        *yylastch-- = 0;
                        if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 
0){
                                yyolsp = lsp;
                                if(yyextra[*yyfnd]){            /* must backup 
*/
                                        while(yyback((*lsp)->yystops,-*yyfnd) 
!= 1 && lsp > yylstate){
                                                lsp--;
                                                unput(*yylastch--);
                                                }
                                        }
                                yyprevious = YYU(*yylastch);
                                yylsp = lsp;
                                yyleng = yylastch-yytext+1;
                                yytext[yyleng] = 0;
# ifdef LEXDEBUG
                                if(debug){
                                        fprintf(yyout,"\nmatch ");
                                        sprint(yytext);
                                        fprintf(yyout," action %d\n",*yyfnd);
                                        }
# endif
                                return(*yyfnd++);
                                }
                        unput(*yylastch);
                        }
                if (yytext[0] == 0  /* && feof(yyin) */)
                        {
                        yysptr=yysbuf;
                        return(0);
                        }
                yyprevious = yytext[0] = input();
                if (yyprevious>0)
                        output(yyprevious);
                yylastch=yytext;
# ifdef LEXDEBUG
                if(debug)putchar('\n');
# endif
                }
        }
yyback(p, m)
        int *p;
{
if (p==0) return(0);
while (*p)
        {
        if (*p++ == m)
                return(1);
        }
return(0);
}
        /* the following are only used in the lex library */
yyinput(){
        return(input());
        }
yyoutput(c)
  int c; {
        output(c);
        }
yyunput(c)
   int c; {
        unput(c);
        }
extern char *yytext;
configure:4009: result: no
configure:4051: checking for bison
configure:4051: found /usr/gnu/bin/bison
configure:4051: result: bison -y
configure:4132: checking for ranlib
configure:4132: found /usr/gnu/bin/ranlib
configure:4132: result: ranlib
configure:4176: checking for gm4
configure:4176: result: no
configure:4176: checking for gnum4
configure:4176: result: no
configure:4176: checking for m4
configure:4176: found /usr/gnu/bin/m4
configure:4176: result: /usr/gnu/bin/m4
configure:4179: checking whether m4 supports frozen files
configure:4191: result: yes
configure:4205: checking for ANSI C header files
configure:4332: result: no
configure:4459: checking ctype.h usability
configure:4459: gcc -c -g -O2  conftest.c >&5
configure:4459: $? = 0
configure:4459: test -s conftest.o
configure:4459: $? = 0
configure:4459: result: yes
configure:4459: checking ctype.h presence
configure:4459: gcc -E  conftest.c
configure:4459: $? = 0
configure:4459: result: yes
configure:4459: checking for ctype.h
configure:4459: result: yes
configure:4459: checking locale.h usability
configure:4459: gcc -c -g -O2  conftest.c >&5
configure:4459: $? = 0
configure:4459: test -s conftest.o
configure:4459: $? = 0
configure:4459: result: yes
configure:4459: checking locale.h presence
configure:4459: gcc -E  conftest.c
configure:4459: $? = 0
configure:4459: result: yes
configure:4459: checking for locale.h
configure:4459: result: yes
configure:4459: checking for memory.h
configure:4459: result: yes
configure:4459: checking for stdlib.h
configure:4459: result: yes
configure:4459: checking for string.h
configure:4459: result: yes
configure:4459: checking for unistd.h
configure:4459: result: yes
configure:4463: checking for an ANSI C-conforming const
configure:4545: gcc -c -g -O2  conftest.c >&5
configure:4545: $? = 0
configure:4545: test -s conftest.o
configure:4545: $? = 0
configure:4546: result: yes
configure:4556: checking for inline
configure:4593: gcc -c -g -O2  conftest.c >&5
configure:4593: $? = 0
configure:4593: test -s conftest.o
configure:4593: $? = 0
configure:4594: result: inline
configure:4609: checking for function prototypes
configure:4627: result: yes
configure:4630: checking for function prototypes
configure:4751: checking for string.h
configure:4751: result: yes
configure:4758: checking for working alloca.h
configure:4794: gcc -o conftest -g -O2   conftest.c  >&5
configure:4794: $? = 0
configure:4794: test -s conftest
configure:4794: $? = 0
configure:4795: result: yes
configure:4805: checking for alloca
configure:4861: gcc -o conftest -g -O2   conftest.c  >&5
configure:4861: $? = 0
configure:4861: test -s conftest
configure:4861: $? = 0
configure:4862: result: yes
configure:5046: checking for obstacks
configure:5082: gcc -o conftest -g -O2   conftest.c  >&5
configure:5083: obstack.h: No such file or directory
configure:5082: $? = 1
configure: failed program was:
#line 5082 "configure"
#include "confdefs.h"
#include "obstack.h"
int
main ()
{
struct obstack *mem; obstack_free(mem,(char *) 0)
  ;
  return 0;
}
configure:5083: result: no
configure:5095: checking for error_at_line
configure:5131: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/ccJyXGg4.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:5136: undefined 
reference to `error_at_line'
collect2: ld returned 1 exit status
configure:5131: $? = 1
configure: failed program was:
#line 5131 "configure"
#include "confdefs.h"

int
main ()
{
error_at_line (0, 0, "", 0, "");
  ;
  return 0;
}
configure:5132: result: no
configure:5138: checking for working strnlen
configure:5194: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/cc61Ixpw.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:5210: undefined 
reference to `strnlen'
collect2: ld returned 1 exit status
configure:5194: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 5194 "configure"
#include "confdefs.h"

int
main ()
{

#define S "foobar"
#define S_LEN (sizeof S - 1)

  /* At least one implementation is buggy: that of AIX 4.3 would
     give strnlen (S, 1) == 3.  */

  int i;
  for (i = 0; i < S_LEN + 1; ++i)
    {
      int expected = i <= S_LEN ? i : S_LEN;
      if (strnlen (S, i) != expected)
        exit (1);
    }
  exit (0);

  ;
  return 0;
}
configure:5195: result: no
configure:5269: checking for mkstemp
configure:5269: gcc -o conftest -g -O2   conftest.c  >&5
configure:5269: $? = 0
configure:5269: test -s conftest
configure:5269: $? = 0
configure:5269: result: yes
configure:5331: checking for mkstemp limitations
configure:5331: gcc -o conftest -g -O2   conftest.c  >&5
configure:5331: $? = 0
configure:5331: ./conftest
configure:5331: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 5331 "configure"
#include "confdefs.h"

#         include <stdlib.h>
          int main ()
          {
            int i;
            for (i = 0; i < 30; i++)
              {
                char template[] = "conftestXXXXXX";
                int fd = mkstemp (template);
                if (fd == -1)
                  exit (1);
                close (fd);
              }
            exit (0);
          }

configure:5331: result: yes
configure:5411: checking for setlocale
configure:5411: gcc -o conftest -g -O2   conftest.c  >&5
configure:5411: $? = 0
configure:5411: test -s conftest
configure:5411: $? = 0
configure:5411: result: yes
configure:5413: checking whether free is declared
configure:5452: gcc -c -g -O2  conftest.c >&5
configure:5452: $? = 0
configure:5452: test -s conftest.o
configure:5452: $? = 0
configure:5453: result: yes
configure:5469: checking whether getenv is declared
configure:5508: gcc -c -g -O2  conftest.c >&5
configure:5508: $? = 0
configure:5508: test -s conftest.o
configure:5508: $? = 0
configure:5509: result: yes
configure:5525: checking whether getopt is declared
configure:5564: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:5603: `getopt' undeclared (first use in this function)
configure:5603: (Each undeclared identifier is reported only once
configure:5603: for each function it appears in.)
configure:5564: $? = 1
configure: failed program was:
#line 5564 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
int
main ()
{
#ifndef getopt
  char *p = (char *) getopt;
#endif

  ;
  return 0;
}
configure:5565: result: no
configure:5581: checking whether stpcpy is declared
configure:5620: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:5659: `stpcpy' undeclared (first use in this function)
configure:5659: (Each undeclared identifier is reported only once
configure:5659: for each function it appears in.)
configure:5620: $? = 1
configure: failed program was:
#line 5620 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
int
main ()
{
#ifndef stpcpy
  char *p = (char *) stpcpy;
#endif

  ;
  return 0;
}
configure:5621: result: no
configure:5637: checking whether strchr is declared
configure:5676: gcc -c -g -O2  conftest.c >&5
configure:5676: $? = 0
configure:5676: test -s conftest.o
configure:5676: $? = 0
configure:5677: result: yes
configure:5693: checking whether strspn is declared
configure:5732: gcc -c -g -O2  conftest.c >&5
configure:5732: $? = 0
configure:5732: test -s conftest.o
configure:5732: $? = 0
configure:5733: result: yes
configure:5749: checking whether strnlen is declared
configure:5788: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:5827: `strnlen' undeclared (first use in this function)
configure:5827: (Each undeclared identifier is reported only once
configure:5827: for each function it appears in.)
configure:5788: $? = 1
configure: failed program was:
#line 5788 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
int
main ()
{
#ifndef strnlen
  char *p = (char *) strnlen;
#endif

  ;
  return 0;
}
configure:5789: result: no
configure:5805: checking whether malloc is declared
configure:5844: gcc -c -g -O2  conftest.c >&5
configure:5844: $? = 0
configure:5844: test -s conftest.o
configure:5844: $? = 0
configure:5845: result: yes
configure:5861: checking whether memchr is declared
configure:5900: gcc -c -g -O2  conftest.c >&5
configure:5900: $? = 0
configure:5900: test -s conftest.o
configure:5900: $? = 0
configure:5901: result: yes
configure:5917: checking whether memrchr is declared
configure:5956: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:5995: `memrchr' undeclared (first use in this function)
configure:5995: (Each undeclared identifier is reported only once
configure:5995: for each function it appears in.)
configure:5956: $? = 1
configure: failed program was:
#line 5956 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
int
main ()
{
#ifndef memrchr
  char *p = (char *) memrchr;
#endif

  ;
  return 0;
}
configure:5957: result: no
configure:6052: checking for memchr
configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
configure:6052: $? = 0
configure:6052: test -s conftest
configure:6052: $? = 0
configure:6052: result: yes
configure:6052: checking for memrchr
configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/ccm1Vse1.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6074: undefined 
reference to `memrchr'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6074: undefined 
reference to `memrchr'
collect2: ld returned 1 exit status
configure:6052: $? = 1
configure: failed program was:
#line 6052 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char memrchr (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char memrchr ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_memrchr) || defined (__stub___memrchr)
choke me
#else
f = memrchr;
#endif

  ;
  return 0;
}
configure:6052: result: no
configure:6052: checking for strchr
configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
configure:6052: $? = 0
configure:6052: test -s conftest
configure:6052: $? = 0
configure:6052: result: yes
configure:6052: checking for stpcpy
configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/cccmuHNc.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6074: undefined 
reference to `stpcpy'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6074: undefined 
reference to `stpcpy'
collect2: ld returned 1 exit status
configure:6052: $? = 1
configure: failed program was:
#line 6052 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char stpcpy (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char stpcpy ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_stpcpy) || defined (__stub___stpcpy)
choke me
#else
f = stpcpy;
#endif

  ;
  return 0;
}
configure:6052: result: no
configure:6052: checking for strrchr
configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
configure:6052: $? = 0
configure:6052: test -s conftest
configure:6052: $? = 0
configure:6052: result: yes
configure:6052: checking for strspn
configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
configure:6052: $? = 0
configure:6052: test -s conftest
configure:6052: $? = 0
configure:6052: result: yes
configure:6052: checking for strtol
configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
configure:6052: $? = 0
configure:6052: test -s conftest
configure:6052: $? = 0
configure:6052: result: yes
configure:6167: checking for stdlib.h
configure:6167: result: yes
configure:6169: checking for working malloc
configure:6215: gcc -o conftest -g -O2   conftest.c  >&5
configure:6215: $? = 0
configure:6215: ./conftest
configure:6215: $? = 0
configure:6216: result: yes
configure:6351: checking for stdlib.h
configure:6351: result: yes
configure:6353: checking for working realloc
configure:6399: gcc -o conftest -g -O2   conftest.c  >&5
configure:6399: $? = 0
configure:6399: ./conftest
configure:6399: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6399 "configure"
#include "confdefs.h"
#if STDC_HEADERS || HAVE_STDLIB_H
# include <stdlib.h>
#else
char *realloc ();
#endif

int
main ()
{
exit (realloc (0, 0) ? 0 : 1);
  ;
  return 0;
}
configure:6400: result: no
configure:6423: checking for working memcmp
configure:6488: gcc -o conftest -g -O2   conftest.c  >&5
configure:6488: $? = 0
configure:6488: ./conftest
configure:6488: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6488 "configure"
#include "confdefs.h"

int
main ()
{

  /* Some versions of memcmp are not 8-bit clean.  */
  char c0 = 0x40, c1 = 0x80, c2 = 0x81;
  if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
    exit (1);

  /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
     or more and with at least one buffer not starting on a 4-byte boundary.
     William Lewis provided this test program.   */
  {
    char foo[21];
    char bar[21];
    int i;
    for (i = 0; i < 4; i++)
      {
        char *a = foo + i;
        char *b = bar + i;
        strcpy (a, "--------01111111");
        strcpy (b, "--------10000000");
        if (memcmp (a, b, 16) >= 0)
          exit (1);
      }
    exit (0);
  }

  ;
  return 0;
}
configure:6489: result: no
configure:6563: checking for isascii
configure:6563: gcc -o conftest -g -O2   conftest.c  >&5
configure:6563: $? = 0
configure:6563: test -s conftest
configure:6563: $? = 0
configure:6563: result: yes
configure:6563: checking for iswprint
configure:6563: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/ccFibewJ.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6585: undefined 
reference to `iswprint'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6585: undefined 
reference to `iswprint'
collect2: ld returned 1 exit status
configure:6563: $? = 1
configure: failed program was:
#line 6563 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char iswprint (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char iswprint ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_iswprint) || defined (__stub___iswprint)
choke me
#else
f = iswprint;
#endif

  ;
  return 0;
}
configure:6563: result: no
configure:6566: checking whether mbrtowc and mbstate_t are properly declared
configure:6602: gcc -o conftest -g -O2   conftest.c  >&5
configure:6603: wchar.h: No such file or directory
configure:6602: $? = 1
configure: failed program was:
#line 6602 "configure"
#include "confdefs.h"
#include <wchar.h>
int
main ()
{
mbstate_t state; return ! (sizeof state && mbrtowc);
  ;
  return 0;
}
configure:6603: result: no
configure:6738: checking limits.h usability
configure:6738: gcc -c -g -O2  conftest.c >&5
configure:6738: $? = 0
configure:6738: test -s conftest.o
configure:6738: $? = 0
configure:6738: result: yes
configure:6738: checking limits.h presence
configure:6738: gcc -E  conftest.c
configure:6738: $? = 0
configure:6738: result: yes
configure:6738: checking for limits.h
configure:6738: result: yes
configure:6738: checking stddef.h usability
configure:6738: gcc -c -g -O2  conftest.c >&5
configure:6738: $? = 0
configure:6738: test -s conftest.o
configure:6738: $? = 0
configure:6738: result: yes
configure:6738: checking stddef.h presence
configure:6738: gcc -E  conftest.c
configure:6738: $? = 0
configure:6738: result: yes
configure:6738: checking for stddef.h
configure:6738: result: yes
configure:6738: checking for stdlib.h
configure:6738: result: yes
configure:6738: checking for string.h
configure:6738: result: yes
configure:6738: checking wchar.h usability
configure:6738: gcc -c -g -O2  conftest.c >&5
configure:6773: wchar.h: No such file or directory
configure:6738: $? = 1
configure: failed program was:
#line 6738 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <wchar.h>
configure:6738: result: no
configure:6738: checking wchar.h presence
configure:6738: gcc -E  conftest.c
configure:6739: wchar.h: No such file or directory
configure:6738: $? = 1
configure: failed program was:
#line 6738 "configure"
#include "confdefs.h"
#include <wchar.h>
configure:6738: result: no
configure:6738: checking for wchar.h
configure:6738: result: no
configure:6738: checking wctype.h usability
configure:6738: gcc -c -g -O2  conftest.c >&5
configure:6773: wctype.h: No such file or directory
configure:6738: $? = 1
configure: failed program was:
#line 6738 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <wctype.h>
configure:6738: result: no
configure:6738: checking wctype.h presence
configure:6738: gcc -E  conftest.c
configure:6739: wctype.h: No such file or directory
configure:6738: $? = 1
configure: failed program was:
#line 6738 "configure"
#include "confdefs.h"
#include <wctype.h>
configure:6738: result: no
configure:6738: checking for wctype.h
configure:6738: result: no
configure:6740: checking for ANSI C header files
configure:6867: result: no
configure:6878: checking whether backslash-a works in strings
configure:6921: gcc -c -g -O2  conftest.c >&5
configure:6921: $? = 0
configure:6921: test -s conftest.o
configure:6921: $? = 0
configure:6922: result: yes
configure:6932: checking for mbstate_t
configure:6969: gcc -c -g -O2  conftest.c >&5
configure:7004: wchar.h: No such file or directory
configure:6969: $? = 1
configure: failed program was:
#line 6969 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#           include <wchar.h>
int
main ()
{
mbstate_t x; return sizeof x;
  ;
  return 0;
}
configure:6970: result: no
configure:6986: checking for function prototypes
configure:7107: checking for string.h
configure:7107: result: yes
configure:7184: checking for strcasecmp
configure:7184: gcc -o conftest -g -O2   conftest.c  >&5
configure:7184: $? = 0
configure:7184: test -s conftest
configure:7184: $? = 0
configure:7184: result: yes
configure:7184: checking for strncasecmp
configure:7184: gcc -o conftest -g -O2   conftest.c  >&5
configure:7184: $? = 0
configure:7184: test -s conftest
configure:7184: $? = 0
configure:7184: result: yes
configure:7264: checking for strerror
configure:7264: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/ccLztrUz.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7286: undefined 
reference to `strerror'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7286: undefined 
reference to `strerror'
collect2: ld returned 1 exit status
configure:7264: $? = 1
configure: failed program was:
#line 7264 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strerror (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strerror ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strerror) || defined (__stub___strerror)
choke me
#else
f = strerror;
#endif

  ;
  return 0;
}
configure:7264: result: no
configure:7264: checking for vprintf
configure:7264: gcc -o conftest -g -O2   conftest.c  >&5
configure:7264: $? = 0
configure:7264: test -s conftest
configure:7264: $? = 0
configure:7264: result: yes
configure:7264: checking for doprnt
configure:7264: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/cc09lxeD.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7286: undefined 
reference to `doprnt'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7286: undefined 
reference to `doprnt'
collect2: ld returned 1 exit status
configure:7264: $? = 1
configure: failed program was:
#line 7264 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char doprnt (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char doprnt ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_doprnt) || defined (__stub___doprnt)
choke me
#else
f = doprnt;
#endif

  ;
  return 0;
}
configure:7264: result: no
configure:7266: checking whether strerror is declared
configure:7305: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:7344: `strerror' undeclared (first use in this function)
configure:7344: (Each undeclared identifier is reported only once
configure:7344: for each function it appears in.)
configure:7305: $? = 1
configure: failed program was:
#line 7305 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
int
main ()
{
#ifndef strerror
  char *p = (char *) strerror;
#endif

  ;
  return 0;
}
configure:7306: result: no
configure:7324: checking whether strerror_r is declared
configure:7363: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:7402: `strerror_r' undeclared (first use in this function)
configure:7402: (Each undeclared identifier is reported only once
configure:7402: for each function it appears in.)
configure:7363: $? = 1
configure: failed program was:
#line 7363 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
int
main ()
{
#ifndef strerror_r
  char *p = (char *) strerror_r;
#endif

  ;
  return 0;
}
configure:7364: result: no
configure:7450: checking for strerror_r
configure:7450: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/ccSJmCVy.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7472: undefined 
reference to `strerror_r'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7472: undefined 
reference to `strerror_r'
collect2: ld returned 1 exit status
configure:7450: $? = 1
configure: failed program was:
#line 7450 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strerror_r (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strerror_r ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strerror_r) || defined (__stub___strerror_r)
choke me
#else
f = strerror_r;
#endif

  ;
  return 0;
}
configure:7450: result: no
configure:7452: checking whether strerror_r returns char *
configure:7540: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/cctKBjts.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7580: undefined 
reference to `strerror_r'
collect2: ld returned 1 exit status
configure:7540: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 7540 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
        extern char *strerror_r ();
int
main ()
{
char buf[100];
          char x = *strerror_r (0, buf, sizeof buf);
          exit (!isalpha (x));
  ;
  return 0;
}
configure:7541: result: no
configure:7551: checking for ANSI C header files
configure:7678: result: no
configure:7690: checking for inttypes.h
configure:7727: gcc -c -g -O2  conftest.c >&5
configure:7729: inttypes.h: No such file or directory
configure:7727: $? = 1
configure: failed program was:
#line 7727 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <inttypes.h>
int
main ()
{
uintmax_t i = (uintmax_t) -1;
  ;
  return 0;
}
configure:7728: result: no
configure:7739: checking for stdint.h
configure:7776: gcc -c -g -O2  conftest.c >&5
configure:7778: stdint.h: No such file or directory
configure:7776: $? = 1
configure: failed program was:
#line 7776 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <stdint.h>
int
main ()
{
uintmax_t i = (uintmax_t) -1;
  ;
  return 0;
}
configure:7777: result: no
configure:7788: checking for unsigned long long
configure:7825: gcc -o conftest -g -O2   conftest.c  >&5
configure:7825: $? = 0
configure:7825: test -s conftest
configure:7825: $? = 0
configure:7826: result: yes
configure:7852: checking for ANSI C header files
configure:7979: result: no
configure:7989: checking whether stat file-mode macros are broken
configure:8034: result: no
configure:8159: checking fcntl.h usability
configure:8159: gcc -c -g -O2  conftest.c >&5
configure:8159: $? = 0
configure:8159: test -s conftest.o
configure:8159: $? = 0
configure:8159: result: yes
configure:8159: checking fcntl.h presence
configure:8159: gcc -E  conftest.c
configure:8159: $? = 0
configure:8159: result: yes
configure:8159: checking for fcntl.h
configure:8159: result: yes
configure:8159: checking sys/time.h usability
configure:8159: gcc -c -g -O2  conftest.c >&5
configure:8159: $? = 0
configure:8159: test -s conftest.o
configure:8159: $? = 0
configure:8159: result: yes
configure:8159: checking sys/time.h presence
configure:8159: gcc -E  conftest.c
configure:8159: $? = 0
configure:8159: result: yes
configure:8159: checking for sys/time.h
configure:8159: result: yes
configure:8159: checking for stdint.h
configure:8159: result: no
configure:8159: checking for unistd.h
configure:8159: result: yes
configure:8230: checking for __secure_getenv
configure:8230: gcc -o conftest -g -O2   conftest.c  >&5
/usr/tmp/ccQKEPEw.o: In function `main':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:8252: undefined 
reference to `__secure_getenv'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:8252: undefined 
reference to `__secure_getenv'
collect2: ld returned 1 exit status
configure:8230: $? = 1
configure: failed program was:
#line 8230 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __secure_getenv (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char __secure_getenv ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub___secure_getenv) || defined (__stub_____secure_getenv)
choke me
#else
f = __secure_getenv;
#endif

  ;
  return 0;
}
configure:8230: result: no
configure:8230: checking for gettimeofday
configure:8230: gcc -o conftest -g -O2   conftest.c  >&5
configure:8230: $? = 0
configure:8230: test -s conftest
configure:8230: $? = 0
configure:8230: result: yes
configure:8232: checking whether getenv is declared
configure:8272: result: yes
configure:8292: checking if malloc debugging is wanted
configure:8315: result: no
configure:8431: checking sys/resource.h usability
configure:8431: gcc -c -g -O2  conftest.c >&5
In file included from configure:8466:
/usr/include/sys/resource.h:25: field `ru_utime' has incomplete type
/usr/include/sys/resource.h:26: field `ru_stime' has incomplete type
configure:8431: $? = 1
configure: failed program was:
#line 8431 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/resource.h>
configure:8431: result: no
configure:8431: checking sys/resource.h presence
configure:8431: gcc -E  conftest.c
configure:8431: $? = 0
configure:8431: result: yes
configure:8431: WARNING: sys/resource.h: present but cannot be compiled
configure:8431: WARNING: sys/resource.h: check for missing prerequisite headers?
configure:8431: WARNING: sys/resource.h: proceeding with the preprocessor's 
result
configure:8431: checking for sys/resource.h
configure:8431: result: yes
configure:8431: checking for sys/time.h
configure:8431: result: yes
configure:8431: checking sys/times.h usability
configure:8431: gcc -c -g -O2  conftest.c >&5
configure:8431: $? = 0
configure:8431: test -s conftest.o
configure:8431: $? = 0
configure:8431: result: yes
configure:8431: checking sys/times.h presence
configure:8431: gcc -E  conftest.c
configure:8431: $? = 0
configure:8431: result: yes
configure:8431: checking for sys/times.h
configure:8431: result: yes
configure:8502: checking for times
configure:8502: gcc -o conftest -g -O2   conftest.c  >&5
configure:8502: $? = 0
configure:8502: test -s conftest
configure:8502: $? = 0
configure:8502: result: yes
configure:8505: checking whether getrusage is declared
configure:8555: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:8605: `getrusage' undeclared (first use in this function)
configure:8605: (Each undeclared identifier is reported only once
configure:8605: for each function it appears in.)
configure:8555: $? = 1
configure: failed program was:
#line 8555 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#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:8556: result: no
configure:8572: checking whether times is declared
configure:8622: gcc -c -g -O2  conftest.c >&5
configure:8622: $? = 0
configure:8622: test -s conftest.o
configure:8622: $? = 0
configure:8623: result: yes
configure:8639: checking whether clock is declared
configure:8689: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:8739: `clock' undeclared (first use in this function)
configure:8739: (Each undeclared identifier is reported only once
configure:8739: for each function it appears in.)
configure:8689: $? = 1
configure: failed program was:
#line 8689 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#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:8690: result: no
configure:8706: checking whether sysconf is declared
configure:8756: gcc -c -g -O2  conftest.c >&5
configure:8756: $? = 0
configure:8756: test -s conftest.o
configure:8756: $? = 0
configure:8757: result: yes
configure:8776: checking for clock_t
configure:8826: gcc -c -g -O2  conftest.c >&5
configure:8826: $? = 0
configure:8826: test -s conftest.o
configure:8826: $? = 0
configure:8827: result: yes
configure:8837: checking for struct tms
configure:8887: gcc -c -g -O2  conftest.c >&5
configure:8887: $? = 0
configure:8887: test -s conftest.o
configure:8887: $? = 0
configure:8888: result: yes
configure:8917: checking for msgfmt
configure:8950: result: no
configure:8954: checking for gmsgfmt
configure:8990: result: :
configure:8995: checking for xgettext
configure:9028: result: no
configure:9034: checking for msgmerge
configure:9066: result: no
configure:9118: checking build system type
configure:9136: result: sparc-sun-sunos4.1.4
configure:9144: checking host system type
configure:9158: result: sparc-sun-sunos4.1.4
configure:9212: checking for ld used by GCC
configure:9245: result: /usr/gnu/sparc-sun-sunos4.1.4/bin/ld
configure:9249: checking if the linker (/usr/gnu/sparc-sun-sunos4.1.4/bin/ld) 
is GNU ld
GNU ld version 2.12
configure:9261: result: yes
configure:9267: checking for shared library run path origin
configure:9280: result: done
configure:9697: checking whether NLS is requested
configure:9706: result: yes
configure:10399: checking for GNU gettext in libc
configure:10399: gcc -o conftest -g -O2   conftest.c  >&5
configure:10400: libintl.h: No such file or directory
configure:10399: $? = 1
configure: failed program was:
#line 10399 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
extern int *_nl_domain_bindings;
int
main ()
{
bindtextdomain ("", "");
return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + 
*_nl_domain_bindings
  ;
  return 0;
}
configure:10399: result: no
configure:10399: checking for iconv
configure:10399: gcc -o conftest -g -O2   conftest.c  >&5
configure:10401: iconv.h: No such file or directory
configure:10399: $? = 1
configure: failed program was:
#line 10399 "configure"
#include "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:10399: gcc -o conftest -g -O2   conftest.c  -liconv >&5
configure:10401: iconv.h: No such file or directory
configure:10399: $? = 1
configure: failed program was:
#line 10399 "configure"
#include "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:10399: result: no, consider installing GNU libiconv
configure:10399: checking for GNU gettext in libintl
configure:10399: gcc -o conftest -g -O2    conftest.c  -lintl >&5
configure:10400: libintl.h: No such file or directory
configure:10399: $? = 1
configure: failed program was:
#line 10399 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
extern
#ifdef __cplusplus
"C"
#endif
const char *_nl_expand_alias ();
int
main ()
{
bindtextdomain ("", "");
return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + 
*_nl_expand_alias (0)
  ;
  return 0;
}
configure:10399: result: no
configure:10506: checking for valgrind
configure:10506: result: no
configure:10546: checking for g++
configure:10546: found /usr/gnu/bin/g++
configure:10546: result: g++
configure:10668: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Bison config.status 1.75, which was
generated by GNU Autoconf 2.54a.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on mars

config.status:763: creating tests/Makefile
config.status:763: creating tests/atlocal
config.status:763: creating tests/bison
config.status:763: creating Makefile
config.status:763: creating config/Makefile
config.status:763: creating po/Makefile.in
config.status:763: creating data/Makefile
config.status:763: creating lib/Makefile
config.status:763: creating src/Makefile
config.status:763: creating doc/Makefile
config.status:763: creating m4/Makefile
config.status:1124: creating config.h
config.status:1388: executing depfiles commands
config.status:1388: executing default-1 commands
config.status:1388: executing tests/atconfig commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build='sparc-sun-sunos4.1.4'
ac_cv_build_alias='sparc-sun-sunos4.1.4'
ac_cv_c_backslash_a='yes'
ac_cv_c_compiler_gnu='yes'
ac_cv_c_const='yes'
ac_cv_c_inline='inline'
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_func___secure_getenv='no'
ac_cv_func_alloca_works='yes'
ac_cv_func_doprnt='no'
ac_cv_func_gettimeofday='yes'
ac_cv_func_isascii='yes'
ac_cv_func_iswprint='no'
ac_cv_func_malloc_works='yes'
ac_cv_func_memchr='yes'
ac_cv_func_memcmp_working='no'
ac_cv_func_memrchr='no'
ac_cv_func_mkstemp='yes'
ac_cv_func_obstack='no'
ac_cv_func_realloc_works='no'
ac_cv_func_setlocale='yes'
ac_cv_func_stpcpy='no'
ac_cv_func_strcasecmp='yes'
ac_cv_func_strchr='yes'
ac_cv_func_strerror='no'
ac_cv_func_strerror_r='no'
ac_cv_func_strerror_r_char_p='no'
ac_cv_func_strncasecmp='yes'
ac_cv_func_strnlen_working='no'
ac_cv_func_strrchr='yes'
ac_cv_func_strspn='yes'
ac_cv_func_strtol='yes'
ac_cv_func_times='yes'
ac_cv_func_vprintf='yes'
ac_cv_have_decl_clock='no'
ac_cv_have_decl_free='yes'
ac_cv_have_decl_getenv='yes'
ac_cv_have_decl_getopt='no'
ac_cv_have_decl_getrusage='no'
ac_cv_have_decl_malloc='yes'
ac_cv_have_decl_memchr='yes'
ac_cv_have_decl_memrchr='no'
ac_cv_have_decl_stpcpy='no'
ac_cv_have_decl_strchr='yes'
ac_cv_have_decl_strerror='no'
ac_cv_have_decl_strerror_r='no'
ac_cv_have_decl_strnlen='no'
ac_cv_have_decl_strspn='yes'
ac_cv_have_decl_sysconf='yes'
ac_cv_have_decl_times='yes'
ac_cv_header_ctype_h='yes'
ac_cv_header_fcntl_h='yes'
ac_cv_header_inttypes_h='no'
ac_cv_header_limits_h='yes'
ac_cv_header_locale_h='yes'
ac_cv_header_memory_h='yes'
ac_cv_header_minix_config_h='no'
ac_cv_header_stat_broken='no'
ac_cv_header_stdc='no'
ac_cv_header_stddef_h='yes'
ac_cv_header_stdint_h='no'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_h='yes'
ac_cv_header_sys_resource_h='yes'
ac_cv_header_sys_stat_h='yes'
ac_cv_header_sys_time_h='yes'
ac_cv_header_sys_times_h='yes'
ac_cv_header_sys_types_h='yes'
ac_cv_header_unistd_h='yes'
ac_cv_header_wchar_h='no'
ac_cv_header_wctype_h='no'
ac_cv_host='sparc-sun-sunos4.1.4'
ac_cv_host_alias='sparc-sun-sunos4.1.4'
ac_cv_lib_cposix_strerror='no'
ac_cv_lib_error_at_line='no'
ac_cv_lib_fl_yywrap='no'
ac_cv_lib_l_yywrap='yes'
ac_cv_objext='o'
ac_cv_path_GMSGFMT=':'
ac_cv_path_M4='/usr/gnu/bin/m4'
ac_cv_path_MSGFMT=':'
ac_cv_path_MSGMERGE=':'
ac_cv_path_XGETTEXT=':'
ac_cv_path_install='/usr/gnu/bin/install -c'
ac_cv_prog_AWK='nawk'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_GXX='g++'
ac_cv_prog_LEX='lex'
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_prog_cc_g='yes'
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep='egrep'
ac_cv_prog_gnu_m4='yes'
ac_cv_prog_lex_root='lex.yy'
ac_cv_prog_lex_yytext_pointer='no'
ac_cv_prog_make_make_set='yes'
ac_cv_type_clock_t='yes'
ac_cv_type_mbstate_t='no'
ac_cv_type_struct_tms='yes'
ac_cv_type_unsigned_long_long='yes'
ac_cv_working_alloca_h='yes'
acl_cv_hardcode_direct='yes'
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=''
acl_cv_hardcode_minus_L='no'
acl_cv_libext='a'
acl_cv_path_LD='/usr/gnu/sparc-sun-sunos4.1.4/bin/ld'
acl_cv_prog_gnu_ld='yes'
acl_cv_rpath='done'
acl_cv_shlibext='so'
acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
acl_cv_wl='-Wl,'
am_cv_CC_dependencies_compiler_type='gcc'
am_cv_func_iconv='no, consider installing GNU libiconv'
am_cv_lib_iconv='no'
gt_cv_func_gnugettext2_libc='no'
gt_cv_func_gnugettext2_libintl='no'
jm_ac_cv_header_inttypes_h='no'
jm_ac_cv_header_stdint_h='no'
jm_cv_func_mbrtowc='no'
utils_cv_func_mkstemp_limitations='yes'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing 
--run aclocal-1.7a'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing 
--run tar'
ANSI2KNR=''
AUTOCONF='${SHELL} /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing 
--run autoconf'
AUTOHEADER='${SHELL} 
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing --run autoheader'
AUTOM4TE='${SHELL} /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing 
--run autom4te'
AUTOMAKE='${SHELL} /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing 
--run automake-1.7a'
AWK='nawk'
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='egrep'
EXEEXT=''
GCC='yes'
GMSGFMT=':'
GXX='g++'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
LDFLAGS=''
LEX='lex'
LEXLIB='-ll'
LEX_OUTPUT_ROOT='lex.yy'
LIBICONV=''
LIBINTL=''
LIBOBJS=' obstack$U.o error$U.o strnlen$U.o mkstemp$U.o tempname$U.o 
memrchr$U.o stpcpy$U.o realloc$U.o memcmp$U.o argmatch$U.o'
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=' obstack$U.lo error$U.lo strnlen$U.lo mkstemp$U.lo tempname$U.lo 
memrchr$U.lo stpcpy$U.lo realloc$U.lo memcmp$U.lo argmatch$U.lo'
M4='/usr/gnu/bin/m4'
MAKEINFO='${SHELL} /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing 
--run makeinfo'
MKINSTALLDIRS='config/mkinstalldirs'
MSGFMT=':'
MSGMERGE=':'
O0CFLAGS='-g -O2'
OBJEXT='o'
PACKAGE='bison'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='GNU Bison'
PACKAGE_STRING='GNU Bison 1.75'
PACKAGE_TARNAME='bison'
PACKAGE_VERSION='1.75'
PATH_SEPARATOR=':'
POSUB=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
U=''
USE_NLS='no'
VALGRIND=''
VERSION='1.75'
WARNING_CFLAGS=''
WERROR_CFLAGS=''
XGETTEXT=':'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='sparc-sun-sunos4.1.4'
build_alias=''
build_cpu='sparc'
build_os='sunos4.1.4'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='sparc-sun-sunos4.1.4'
host_alias=''
host_cpu='sparc'
host_os='sunos4.1.4'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/gnu'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_CLOCK_T 1
#define HAVE_CTYPE_H 1
#define HAVE_C_BACKSLASH_A 1
#define HAVE_DECL_CLOCK 0
#define HAVE_DECL_FREE 1
#define HAVE_DECL_GETENV 1
#define HAVE_DECL_GETENV 1
#define HAVE_DECL_GETOPT 0
#define HAVE_DECL_GETRUSAGE 0
#define HAVE_DECL_MALLOC 1
#define HAVE_DECL_MEMCHR 1
#define HAVE_DECL_MEMRCHR 0
#define HAVE_DECL_STPCPY 0
#define HAVE_DECL_STRCHR 1
#define HAVE_DECL_STRERROR 0
#define HAVE_DECL_STRERROR_R 0
#define HAVE_DECL_STRNLEN 0
#define HAVE_DECL_STRSPN 1
#define HAVE_DECL_SYSCONF 1
#define HAVE_DECL_TIMES 1
#define HAVE_FCNTL_H 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_ISASCII 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC 1
#define HAVE_MEMCHR 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKSTEMP 1
#define HAVE_REALLOC 0
#define HAVE_SETLOCALE 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRRCHR 1
#define HAVE_STRSPN 1
#define HAVE_STRTOL 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_TIME_H 1
#define HAVE_SYS_TYPES_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_VPRINTF 1
#define M4 "/usr/gnu/bin/m4"
#define PACKAGE "bison"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_NAME "GNU Bison"
#define PACKAGE_STRING "GNU Bison 1.75"
#define PACKAGE_TARNAME "bison"
#define PACKAGE_VERSION "1.75"
#define PROTOTYPES 1
#define VERSION "1.75"
#define _GNU_SOURCE 1
#define __PROTOTYPES 1
#define mbstate_t int
#define memcmp rpl_memcmp
#define mkstemp rpl_mkstemp
#define realloc rpl_realloc
#define uintmax_t unsigned long long

configure: exit 0
## --------------------------- ##
## GNU Bison 1.50a test suite. ##
## --------------------------- ##

testsuite: command line was:
  $ ./testsuite 

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

testsuite: ../po/ChangeLog:
| 2002-08-08  gettextize  <address@hidden>
| 
|       * Rules-quot: New file, from gettext-0.11.5.
|       * boldquot.sed: New file, from gettext-0.11.5.
|       * address@hidden: New file, from gettext-0.11.5.
|       * address@hidden: New file, from gettext-0.11.5.
|       * insert-header.sin: New file, from gettext-0.11.5.
|       * quot.sed: New file, from gettext-0.11.5.
|       * remove-potcdate.sin: New file, from gettext-0.11.5.
| 

testsuite: ../ChangeLog:
| 2002-10-14  Akim Demaille  <address@hidden>
| 
|       Version 1.75.
| 
| 2002-10-14  Akim Demaille  <address@hidden>
| 
|       * tests/Makefile.am (maintainer-check-posix): New.
| 
| 2002-10-14  Akim Demaille  <address@hidden>
| 

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

hostname = mars
uname -m = sun4m
uname -r = 4.1.4
uname -s = SunOS
uname -v = 3

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

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

PATH: /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests
PATH: /usr/openwin/bin
PATH: /usr/openwin/demo
PATH: /usr/gnu/bin
PATH: /home/gnu
PATH: /usr/5bin
PATH: /usr/ucb
PATH: /usr/lib
PATH: /usr/gnu
PATH: /usr/local
PATH: /usr/local/bin
PATH: /etc
PATH: /usr/etc
PATH: /home/games/bin
PATH: /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75
PATH: /usr/bin
PATH: /home/frame2.1.X/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests'
| at_srcdir='.'
| abs_srcdir='/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75'
| at_top_builddir='../'
| abs_top_builddir='/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/bash'}

testsuite: atlocal:
| # tests/atlocal.  Generated from atlocal.in by configure.                     
                -*- shell-script -*-
| # Configurable variable values for Bison test suite.
| # Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
| 
| # We need a C compiler.
| CC='gcc'
| 
| # We want no optimization.
| CFLAGS='-g -O2  '
| 
| # We need `config.h'.
| CPPFLAGS="-I$abs_top_builddir "
| 
| # Is the compiler GCC?
| GCC='yes'

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

testsuite.at:39: /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/bison 
--version
bison (GNU Bison) 1.75
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

## --------------------------- ##
## Silently running the tests. ##
## --------------------------- ##
testsuite: starting at: Tue Oct 15 22:06:04 MET DST 2002
1. input.at:28: ok      (0m0.06s 0m0.37s)
2. input.at:46: ok      (0m0.10s 0m0.40s)
3. input.at:64: ok      (0m0.06s 0m0.43s)
4. input.at:93: ok      (0m3.17s 0m2.08s)
5. output.at:38: ok     (0m0.30s 0m0.66s)
6. output.at:40: ok     (0m0.30s 0m0.62s)
7. output.at:42: ok     (0m0.28s 0m0.59s)
8. output.at:44: ok     (0m0.19s 0m0.73s)
9. output.at:46: ok     (0m0.27s 0m0.61s)
10. output.at:48: ok    (0m0.19s 0m0.67s)
11. output.at:52: ok    (0m0.20s 0m0.68s)
12. output.at:54: ok    (0m0.23s 0m0.72s)
13. output.at:57: ok    (0m0.22s 0m0.66s)
14. output.at:61: ok    (0m0.20s 0m0.72s)
15. output.at:63: ok    (0m0.27s 0m0.64s)
16. output.at:67: ok    (0m0.21s 0m0.65s)
17. output.at:72: ok    (0m0.26s 0m0.63s)
18. output.at:75: ok    (0m0.23s 0m0.65s)
19. output.at:79: ok    (0m0.23s 0m0.63s)
20. output.at:83: ok    (0m0.22s 0m0.62s)
21. sets.at:66: ok      (0m0.37s 0m1.31s)
22. sets.at:151: ok     (0m0.34s 0m0.78s)
23. sets.at:193: ok     (0m0.51s 0m1.28s)
24. reduce.at:26: ok    (0m0.23s 0m0.66s)
25. reduce.at:70: ok    (0m0.22s 0m0.73s)
26. reduce.at:125: ok   (0m0.28s 0m0.61s)
27. reduce.at:212: ok   (0m0.48s 0m1.38s)
28. reduce.at:301: ok   (0m0.23s 0m0.67s)
29. reduce.at:342: ok   (0m0.05s 0m0.40s)
30. synclines.at:91: ok (0m0.62s 0m2.23s)
31. synclines.at:110: ok        (0m0.54s 0m2.18s)
32. synclines.at:133: ok        (0m0.69s 0m2.24s)
33. synclines.at:152: ok        (0m0.66s 0m2.08s)
34. synclines.at:170: ok        (0m0.65s 0m2.23s)
35. headers.at:27: ok   (0m0.16s 0m0.39s)
36. headers.at:71: ok   (0m0.26s 0m0.80s)
37. headers.at:72: ok   (0m0.35s 0m0.85s)
38. headers.at:81: ok   (0m3.93s 0m1.97s)
39. actions.at:25: ok   (0m9.00s 0m2.09s)
40. actions.at:89: ok   (0m5.85s 0m1.85s)
41. actions.at:160: ok  (0m9.87s 0m1.85s)
42. conflicts.at:31: ok (0m0.19s 0m0.40s)
43. conflicts.at:51: ok (0m4.05s 0m2.51s)
44. conflicts.at:134: ok        (0m0.23s 0m0.62s)
45. conflicts.at:241: ok        (0m0.21s 0m0.69s)
46. conflicts.at:363: ok        (0m0.29s 0m0.73s)
47. conflicts.at:482: ok        (0m0.09s 0m0.44s)
48. conflicts.at:502: ok        (0m0.19s 0m0.39s)
49. conflicts.at:519: ok        (0m0.10s 0m0.40s)
50. calc.at:449: ok     (0m5.77s 0m8.20s)
51. calc.at:451: ok     (0m5.68s 0m8.10s)
52. calc.at:452: ok     (0m7.09s 0m7.37s)
53. calc.at:453: ok     (0m5.65s 0m7.98s)
54. calc.at:454: ok     (0m5.32s 0m8.66s)
55. calc.at:455: ok     (0m5.69s 0m8.12s)
56. calc.at:456: ok     (0m6.37s 0m7.88s)
57. calc.at:458: ok     (0m7.44s 0m6.98s)
58. calc.at:460: ok     (0m7.47s 0m7.26s)
59. calc.at:462: ok     (0m9.21s 0m11.13s)
60. calc.at:463: ok     (0m12.13s 0m10.27s)
61. calc.at:480: FAILED near `calc.at:480'      (0m12.13s 0m10.27s)
62. calc.at:482: FAILED near `calc.at:482'      (0m12.13s 0m10.27s)
63. calc.at:483: FAILED near `calc.at:483'      (0m12.13s 0m10.27s)
64. calc.at:484: FAILED near `calc.at:484'      (0m12.13s 0m10.27s)
65. calc.at:485: FAILED near `calc.at:485'      (0m12.13s 0m10.27s)
66. calc.at:486: FAILED near `calc.at:486'      (0m12.13s 0m10.27s)
67. calc.at:487: FAILED near `calc.at:487'      (0m12.13s 0m10.27s)
68. calc.at:489: FAILED near `calc.at:489'      (0m12.13s 0m10.27s)
69. calc.at:491: FAILED near `calc.at:491'      (0m12.13s 0m10.27s)
70. calc.at:493: FAILED near `calc.at:493'      (0m12.13s 0m10.27s)
71. calc.at:494: FAILED near `calc.at:494'      (0m12.13s 0m10.27s)
72. torture.at:140: ok (skipped near `torture.at:146')  (0m12.13s 0m10.27s)
73. torture.at:231: ok (skipped near `torture.at:245')  (0m12.13s 0m10.27s)
74. torture.at:367: ok (skipped near `torture.at:369')  (0m12.13s 0m10.27s)
75. torture.at:441: ok  (0m29.87s 0m34.37s)
76. torture.at:462: ok  (0m29.06s 0m35.66s)
77. existing.at:24: ok  (0m1.08s 0m0.52s)
78. existing.at:364: ok (0m1.48s 0m0.69s)
79. regression.at:27: ok        (0m2.15s 0m0.99s)
80. regression.at:65: ok        (0m0.18s 0m0.69s)
81. regression.at:87: ok        (0m0.14s 0m0.45s)
82. regression.at:113: ok       (0m0.28s 0m0.60s)
83. regression.at:257: ok       (0m0.18s 0m0.40s)
84. regression.at:280: ok       (0m0.03s 0m0.44s)
85. regression.at:313: ok       (0m2.08s 0m1.00s)
86. regression.at:341: ok       (0m2.07s 0m0.99s)
87. regression.at:371: ok       (0m0.27s 0m0.62s)
88. regression.at:548: ok       (0m0.35s 0m0.59s)
89. cxx-type.at:226: ok (0m22.57s 0m2.20s)
90. cxx-type.at:232: ok (0m22.62s 0m2.22s)
91. cxx-type.at:238: ok (0m22.55s 0m2.10s)
92. cxx-type.at:244: ok (0m22.68s 0m1.87s)
93. cxx-type.at:252: ok (0m22.75s 0m2.19s)
94. cxx-type.at:259: ok (0m22.73s 0m2.24s)
95. cxx-type.at:266: ok (0m22.47s 0m2.08s)
96. cxx-type.at:272: ok (0m22.68s 0m2.38s)
97. cxx-type.at:280: FAILED near `cxx-type.at:282'      (0m22.68s 0m2.38s)
testsuite: ending at: Tue Oct 15 22:27:45 MET DST 2002


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

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

  61: calc.at:480        Calculator %glr_parser 
  62: calc.at:482        Calculator %glr_parser --defines
  63: calc.at:483        Calculator %glr_parser --locations
  64: calc.at:484        Calculator %glr_parser --name-prefix=calc
  65: calc.at:485        Calculator %glr_parser --verbose
  66: calc.at:486        Calculator %glr_parser --yacc
  67: calc.at:487        Calculator %glr_parser %error-verbose
  68: calc.at:489        Calculator %glr_parser %error-verbose --locations
  69: calc.at:491        Calculator %glr_parser %error-verbose --defines 
--locations --name-prefix=calc --verbose --yacc
  70: calc.at:493        Calculator %glr_parser %debug
  71: calc.at:494        Calculator %glr_parser %error-verbose %debug --defines 
--locations --name-prefix=calc --verbose --yacc
  97: cxx-type.at:280    GLR: Verbose messages, resolve ambiguity, impure, no 
locations

Skipped tests:
GNU Bison 1.50a test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

  72: torture.at:140     Big triangle
  73: torture.at:231     Big horizontal
  74: torture.at:367     Many lookaheads


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

## --------------------------- ##
## GNU Bison 1.50a test suite. ##
## --------------------------- ##
61. calc.at:480: testing Calculator %glr_parser ...
calc.at:480: bison -o calc.c   calc.y
calc.at:480: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/usr/tmp/ccEszR6i.o: In function `yysplitStack':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/61/calc.c:1192:
 undefined reference to `rpl_realloc'
/usr/tmp/ccEszR6i.o: In function `yyparse':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/61/calc.c:1789:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/61/calc.c:1793:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/61/calc.c:1794:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/61/calc.c:1804:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/61/calc.c:1804:
 undefined reference to `yylloc'
/usr/tmp/ccEszR6i.o:/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/61/calc.c:1781:
 more undefined references to `yylloc' follow
collect2: ld returned 1 exit status
calc.at:480: exit code was 1, expected 0
61. calc.at:480: FAILED near `calc.at:480'

62. calc.at:482: testing Calculator %glr_parser --defines...
calc.at:482: bison -o calc.c  --defines calc.y
calc.at:482: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/usr/tmp/cclkzcOC.o: In function `yysplitStack':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/62/calc.c:1192:
 undefined reference to `rpl_realloc'
/usr/tmp/cclkzcOC.o: In function `yyparse':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/62/calc.c:1789:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/62/calc.c:1793:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/62/calc.c:1794:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/62/calc.c:1804:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/62/calc.c:1804:
 undefined reference to `yylloc'
/usr/tmp/cclkzcOC.o:/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/62/calc.c:1781:
 more undefined references to `yylloc' follow
collect2: ld returned 1 exit status
calc.at:482: exit code was 1, expected 0
62. calc.at:482: FAILED near `calc.at:482'

63. calc.at:483: testing Calculator %glr_parser --locations...
calc.at:483: bison -o calc.c  --locations calc.y
calc.at:483: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/usr/tmp/ccWPrgx0.o: In function `yysplitStack':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/63/calc.c:1196:
 undefined reference to `rpl_realloc'
collect2: ld returned 1 exit status
calc.at:483: exit code was 1, expected 0
63. calc.at:483: FAILED near `calc.at:483'

64. calc.at:484: testing Calculator %glr_parser --name-prefix=calc...
calc.at:484: bison -o calc.c  --name-prefix=calc calc.y
calc.at:484: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/usr/tmp/ccmKAmqp.o: In function `yysplitStack':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/64/calc.c:1201:
 undefined reference to `rpl_realloc'
/usr/tmp/ccmKAmqp.o: In function `calcparse':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/64/calc.c:1798:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/64/calc.c:1802:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/64/calc.c:1803:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/64/calc.c:1813:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/64/calc.c:1813:
 undefined reference to `yylloc'
/usr/tmp/ccmKAmqp.o:/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/64/calc.c:1790:
 more undefined references to `yylloc' follow
collect2: ld returned 1 exit status
calc.at:484: exit code was 1, expected 0
64. calc.at:484: FAILED near `calc.at:484'

65. calc.at:485: testing Calculator %glr_parser --verbose...
calc.at:485: bison -o calc.c  --verbose calc.y
calc.at:485: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/usr/tmp/ccIP2mUQ.o: In function `yysplitStack':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/65/calc.c:1192:
 undefined reference to `rpl_realloc'
/usr/tmp/ccIP2mUQ.o: In function `yyparse':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/65/calc.c:1789:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/65/calc.c:1793:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/65/calc.c:1794:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/65/calc.c:1804:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/65/calc.c:1804:
 undefined reference to `yylloc'
/usr/tmp/ccIP2mUQ.o:/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/65/calc.c:1781:
 more undefined references to `yylloc' follow
collect2: ld returned 1 exit status
calc.at:485: exit code was 1, expected 0
65. calc.at:485: FAILED near `calc.at:485'

66. calc.at:486: testing Calculator %glr_parser --yacc...
calc.at:486: bison -o calc.c  --yacc calc.y
calc.at:486: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/usr/tmp/ccjcRWWo.o: In function `yysplitStack':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/66/calc.c:1192:
 undefined reference to `rpl_realloc'
/usr/tmp/ccjcRWWo.o: In function `yyparse':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/66/calc.c:1789:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/66/calc.c:1793:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/66/calc.c:1794:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/66/calc.c:1804:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/66/calc.c:1804:
 undefined reference to `yylloc'
/usr/tmp/ccjcRWWo.o:/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/66/calc.c:1781:
 more undefined references to `yylloc' follow
collect2: ld returned 1 exit status
calc.at:486: exit code was 1, expected 0
66. calc.at:486: FAILED near `calc.at:486'

67. calc.at:487: testing Calculator %glr_parser %error-verbose...
calc.at:487: bison -o calc.c   calc.y
calc.at:487: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.c: In function `yyreportParseError':
calc.c:1597: invalid operands to binary +
calc.c:1604: invalid operands to binary +
calc.at:487: exit code was 1, expected 0
67. calc.at:487: FAILED near `calc.at:487'

68. calc.at:489: testing Calculator %glr_parser %error-verbose --locations...
calc.at:489: bison -o calc.c   --locations calc.y
calc.at:489: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.c: In function `yyreportParseError':
calc.c:1601: invalid operands to binary +
calc.c:1608: invalid operands to binary +
calc.at:489: exit code was 1, expected 0
68. calc.at:489: FAILED near `calc.at:489'

69. calc.at:491: testing Calculator %glr_parser %error-verbose --defines 
--locations --name-prefix=calc --verbose --yacc...
calc.at:491: bison -o calc.c   --defines --locations --name-prefix=calc 
--verbose --yacc calc.y
calc.at:491: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.c: In function `yyreportParseError':
calc.c:1610: invalid operands to binary +
calc.c:1617: invalid operands to binary +
calc.at:491: exit code was 1, expected 0
69. calc.at:491: FAILED near `calc.at:491'

70. calc.at:493: testing Calculator %glr_parser %debug...
calc.at:493: bison -o calc.c   calc.y
calc.at:493: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
/usr/tmp/ccYyrDYH.o: In function `yysplitStack':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/70/calc.c:1192:
 undefined reference to `rpl_realloc'
/usr/tmp/ccYyrDYH.o: In function `yyparse':
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/70/calc.c:1793:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/70/calc.c:1794:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/70/calc.c:1806:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/70/calc.c:1806:
 undefined reference to `yylloc'
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/70/calc.c:1781:
 undefined reference to `yylloc'
/usr/tmp/ccYyrDYH.o:/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/tests/testsuite.dir/70/calc.c:1781:
 more undefined references to `yylloc' follow
collect2: ld returned 1 exit status
calc.at:493: exit code was 1, expected 0
70. calc.at:493: FAILED near `calc.at:493'

71. calc.at:494: testing Calculator %glr_parser %error-verbose %debug --defines 
--locations --name-prefix=calc --verbose --yacc...
calc.at:494: bison -o calc.c    --defines --locations --name-prefix=calc 
--verbose --yacc calc.y
calc.at:494: $CC $CFLAGS $CPPFLAGS calc.c -o calc
stderr:
calc.c: In function `yyreportParseError':
calc.c:1610: invalid operands to binary +
calc.c:1617: invalid operands to binary +
calc.at:494: exit code was 1, expected 0
71. calc.at:494: FAILED near `calc.at:494'

97. cxx-type.at:280: testing GLR: Verbose messages, resolve ambiguity, impure, 
no locations...
cxx-type.at:282: bison -o types.c types.y
stderr:
types.y: warning: 1 reduce/reduce conflict
cxx-type.at:282: $CC $CFLAGS $CPPFLAGS types.c -o types
stderr:
types.c: In function `yyreportParseError':
types.c:1557: invalid operands to binary +
types.c:1564: invalid operands to binary +
cxx-type.at:282: exit code was 1, expected 0
97. cxx-type.at:280: FAILED near `cxx-type.at:282'

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

testsuite: ../config.log:
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GNU Bison configure 1.75, which was
| generated by GNU Autoconf 2.54a.  Invocation command line was
| 
|   $ ./configure --prefix /usr/gnu
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = mars
| uname -m = sun4m
| uname -r = 4.1.4
| uname -s = SunOS
| uname -v = 3
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = sun4
| /usr/bin/arch -k       = sun4m
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/openwin/bin
| PATH: /usr/openwin/bin/xview
| PATH: /usr/openwin/demo
| PATH: /usr/gnu/bin
| PATH: /home/gnu
| PATH: /usr/5bin
| PATH: /usr/ucb
| PATH: /lib
| PATH: /usr/gnu
| PATH: /usr/local
| PATH: /usr/local/bin
| PATH: /usr/local/etc
| PATH: /etc
| PATH: /usr/etc
| PATH: /usr/sunlink/x25
| PATH: /usr/newsprint/bin
| PATH: /home/games/bin
| PATH: .
| PATH: /usr/bin
| PATH: /home/frame2.1.X/bin
| PATH: /etc
| PATH: /usr/etc
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1303: checking for a BSD-compatible install
| configure:1357: result: /usr/gnu/bin/install -c
| configure:1368: checking whether build environment is sane
| configure:1411: result: yes
| configure:1478: checking for gawk
| configure:1478: result: no
| configure:1478: checking for mawk
| configure:1478: result: no
| configure:1478: checking for nawk
| configure:1478: found /usr/bin/nawk
| configure:1478: result: nawk
| configure:1480: checking whether make sets ${MAKE}
| configure:1507: result: yes
| configure:1741: checking for gcc
| configure:1741: found /usr/gnu/bin/gcc
| configure:1741: result: gcc
| configure:1974: checking for C compiler version
| configure:1980: gcc --version </dev/null >&5
| 2.95.3
| configure:1980: $? = 0
| configure:1985: gcc -v </dev/null >&5
| Reading specs from /usr/gnu/lib/gcc-lib/sparc-sun-sunos4.1.4/2.95.3/specs
| gcc version 2.95.3 20010315 (release)
| configure:1985: $? = 0
| configure:1990: gcc -V </dev/null >&5
| gcc: argument to `-V' is missing
| configure:1990: $? = 1
| configure:2009: checking for C compiler default output
| configure:2057: gcc    conftest.c  >&5
| configure:2057: $? = 0
| configure:2060: result: a.out
| configure:2065: checking whether the C compiler works
| configure:2088: ./a.out
| configure:2088: $? = 0
| configure:2089: result: yes
| configure:2096: checking whether we are cross compiling
| configure:2098: result: no
| configure:2101: checking for suffix of executables
| configure:2126: gcc -o conftest    conftest.c  >&5
| configure:2126: $? = 0
| configure:2129: result: 
| configure:2135: checking for suffix of object files
| configure:2174: gcc -c   conftest.c >&5
| configure:2174: $? = 0
| configure:2175: result: o
| configure:2179: checking whether we are using the GNU C compiler
| configure:2220: gcc -c   conftest.c >&5
| configure:2220: $? = 0
| configure:2220: test -s conftest.o
| configure:2220: $? = 0
| configure:2221: result: yes
| configure:2227: checking whether gcc accepts -g
| configure:2263: gcc -c -g  conftest.c >&5
| configure:2263: $? = 0
| configure:2263: test -s conftest.o
| configure:2263: $? = 0
| configure:2264: result: yes
| configure:2281: checking for gcc option to accept ANSI C
| configure:2360: gcc  -c -g -O2  conftest.c >&5
| configure:2360: $? = 0
| configure:2360: test -s conftest.o
| configure:2360: $? = 0
| configure:2370: result: none needed
| configure:2475: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: parse error before `me'
| configure:2475: $? = 1
| configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
| configure:2502: checking for style of include used by make
| configure:2530: result: GNU
| configure:2558: checking dependency style of gcc
| configure:2620: result: gcc
| configure:2640: checking for strerror in -lcposix
| configure:2686: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
| /usr/gnu/sparc-sun-sunos4.1.4/bin/ld: cannot find -lcposix
| collect2: ld returned 1 exit status
| configure:2686: $? = 1
| configure: failed program was:
| #line 2686 "configure"
| #include "confdefs.h"
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
| configure:2687: result: no
| configure:2706: checking how to run the C preprocessor
| configure:2807: gcc -E  conftest.c
| configure:2807: $? = 0
| configure:2807: gcc -E  conftest.c
| configure:2808: ac_nonexistent.h: No such file or directory
| configure:2807: $? = 1
| configure: failed program was:
| #line 2807 "configure"
| #include "confdefs.h"
| #include <ac_nonexistent.h>
| configure:2808: result: gcc -E
| configure:2884: gcc -E  conftest.c
| configure:2884: $? = 0
| configure:2884: gcc -E  conftest.c
| configure:2885: ac_nonexistent.h: No such file or directory
| configure:2884: $? = 1
| configure: failed program was:
| #line 2884 "configure"
| #include "confdefs.h"
| #include <ac_nonexistent.h>
| configure:2902: checking for egrep
| configure:2912: result: egrep
| configure:2917: checking for ANSI C header files
| configure:3043: gcc -E  conftest.c
| configure:3043: $? = 0
| configure:3044: result: no
| configure:3109: checking for sys/types.h
| configure:3109: gcc -c -g -O2  conftest.c >&5
| configure:3109: $? = 0
| configure:3109: test -s conftest.o
| configure:3109: $? = 0
| configure:3109: result: yes
| configure:3109: checking for sys/stat.h
| configure:3109: gcc -c -g -O2  conftest.c >&5
| configure:3109: $? = 0
| configure:3109: test -s conftest.o
| configure:3109: $? = 0
| configure:3109: result: yes
| configure:3109: checking for stdlib.h
| configure:3109: gcc -c -g -O2  conftest.c >&5
| configure:3109: $? = 0
| configure:3109: test -s conftest.o
| configure:3109: $? = 0
| configure:3109: result: yes
| configure:3109: checking for string.h
| configure:3109: gcc -c -g -O2  conftest.c >&5
| configure:3109: $? = 0
| configure:3109: test -s conftest.o
| configure:3109: $? = 0
| configure:3109: result: yes
| configure:3109: checking for memory.h
| configure:3109: gcc -c -g -O2  conftest.c >&5
| configure:3109: $? = 0
| configure:3109: test -s conftest.o
| configure:3109: $? = 0
| configure:3109: result: yes
| configure:3109: checking for strings.h
| configure:3109: gcc -c -g -O2  conftest.c >&5
| configure:3109: $? = 0
| configure:3109: test -s conftest.o
| configure:3109: $? = 0
| configure:3109: result: yes
| configure:3109: checking for inttypes.h
| configure:3109: gcc -c -g -O2  conftest.c >&5
| configure:3145: inttypes.h: No such file or directory
| configure:3109: $? = 1
| configure: failed program was:
| #line 3109 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <inttypes.h>
| configure:3109: result: no
| configure:3109: checking for stdint.h
| configure:3109: gcc -c -g -O2  conftest.c >&5
| configure:3145: stdint.h: No such file or directory
| configure:3109: $? = 1
| configure: failed program was:
| #line 3109 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
| configure:3109: result: no
| configure:3109: checking for unistd.h
| configure:3109: gcc -c -g -O2  conftest.c >&5
| configure:3109: $? = 0
| configure:3109: test -s conftest.o
| configure:3109: $? = 0
| configure:3109: result: yes
| configure:3212: checking minix/config.h usability
| configure:3212: gcc -c -g -O2  conftest.c >&5
| configure:3247: minix/config.h: No such file or directory
| configure:3212: $? = 1
| configure: failed program was:
| #line 3212 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
| configure:3212: result: no
| configure:3212: checking minix/config.h presence
| configure:3212: gcc -E  conftest.c
| configure:3213: minix/config.h: No such file or directory
| configure:3212: $? = 1
| configure: failed program was:
| #line 3212 "configure"
| #include "confdefs.h"
| #include <minix/config.h>
| configure:3212: result: no
| configure:3212: checking for minix/config.h
| configure:3212: result: no
| configure:3816: checking for flex
| configure:3816: result: no
| configure:3816: checking for lex
| configure:3816: found /usr/bin/lex
| configure:3816: result: lex
| configure:3928: checking for yywrap in -lfl
| configure:3928: gcc -o conftest -g -O2   conftest.c -lfl   >&5
| /usr/gnu/sparc-sun-sunos4.1.4/bin/ld: cannot find -lfl
| collect2: ld returned 1 exit status
| configure:3928: $? = 1
| configure: failed program was:
| #line 3928 "configure"
| #include "confdefs.h"
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char yywrap ();
| int
| main ()
| {
| yywrap ();
|   ;
|   return 0;
| }
| configure:3928: result: no
| configure:3928: checking for yywrap in -ll
| configure:3928: gcc -o conftest -g -O2   conftest.c -ll   >&5
| configure:3928: $? = 0
| configure:3928: test -s conftest
| configure:3928: $? = 0
| configure:3928: result: yes
| configure:4009: checking lex output file root
| configure:4009: lex conftest.l
| configure:4009: $? = 0
| configure:4009: result: lex.yy
| configure:4009: checking whether yytext is a pointer
| configure:4009: gcc -o conftest -g -O2   conftest.c  -ll >&5
| conftest.c:261: conflicting types for `yytext'
| conftest.c:83: previous declaration of `yytext'
| configure:4009: $? = 1
| configure: failed program was:
| # include "stdio.h"
| # define U(x) x
| # define NLSTATE yyprevious=YYNEWLINE
| # define BEGIN yybgin = yysvec + 1 +
| # define INITIAL 0
| # define YYLERR yysvec
| # define YYSTATE (yyestate-yysvec-1)
| # define YYOPTIM 1
| # define YYLMAX BUFSIZ
| # define output(c) putc(c,yyout)
| # define input() 
(((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar)==EOF?0:yytchar)
| # define unput(c) {yytchar= 
(c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;}
| # define yymore() (yymorfg=1)
| # define ECHO fprintf(yyout, "%s",yytext)
| # define REJECT { nstr = yyreject(); goto yyfussy;}
| int yyleng; extern char yytext[];
| int yymorfg;
| extern char *yysptr, yysbuf[];
| int yytchar;
| FILE *yyin = {stdin}, *yyout = {stdout};
| extern int yylineno;
| struct yysvf { 
|       struct yywork *yystoff;
|       struct yysvf *yyother;
|       int *yystops;};
| struct yysvf *yyestate;
| extern struct yysvf yysvec[], *yybgin;
| # define YYNEWLINE 10
| yylex(){
| int nstr; extern int yyprevious;
| while((nstr = yylook()) >= 0)
| yyfussy: switch(nstr){
| case 0:
| if(yywrap()) return(0); break;
| case -1:
| break;
| default:
| fprintf(yyout,"bad switch yylook %d",nstr);
| } return(0); }
| /* end of yylex */
| int yyvstop[] = {
| 0,
| 0};
| # define YYTYPE char
| struct yywork { YYTYPE verify, advance; } yycrank[] = {
| 0,0,  0,0,    0,0,    0,0,    
| 0,0};
| struct yysvf yysvec[] = {
| 0,    0,      0,
| yycrank+0,    0,              0,      
| yycrank+0,    0,              0,      
| 0,    0,      0};
| struct yywork *yytop = yycrank+0;
| struct yysvf *yybgin = yysvec+1;
| char yymatch[] = {
| 00  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 01  ,01  ,01  ,01  ,01  ,01  ,01  ,01  ,
| 0};
| char yyextra[] = {
| 0,0,0,0,0,0,0,0,
| 0};
| #ifndef lint
| static        char ncform_sccsid[] = "@(#)ncform 1.6 88/02/08 SMI"; /* from 
S5R2 1.2 */
| #endif
| 
| int yylineno =1;
| # define YYU(x) x
| # define NLSTATE yyprevious=YYNEWLINE
| char yytext[YYLMAX];
| struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
| char yysbuf[YYLMAX];
| char *yysptr = yysbuf;
| int *yyfnd;
| extern struct yysvf *yyestate;
| int yyprevious = YYNEWLINE;
| yylook(){
|       register struct yysvf *yystate, **lsp;
|       register struct yywork *yyt;
|       struct yysvf *yyz;
|       int yych, yyfirst;
|       struct yywork *yyr;
| # ifdef LEXDEBUG
|       int debug;
| # endif
|       char *yylastch;
|       /* start off machines */
| # ifdef LEXDEBUG
|       debug = 0;
| # endif
|       yyfirst=1;
|       if (!yymorfg)
|               yylastch = yytext;
|       else {
|               yymorfg=0;
|               yylastch = yytext+yyleng;
|               }
|       for(;;){
|               lsp = yylstate;
|               yyestate = yystate = yybgin;
|               if (yyprevious==YYNEWLINE) yystate++;
|               for (;;){
| # ifdef LEXDEBUG
|                       if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
| # endif
|                       yyt = yystate->yystoff;
|                       if(yyt == yycrank && !yyfirst){  /* may not be any 
transitions */
|                               yyz = yystate->yyother;
|                               if(yyz == 0)break;
|                               if(yyz->yystoff == yycrank)break;
|                               }
|                       *yylastch++ = yych = input();
|                       yyfirst=0;
|               tryagain:
| # ifdef LEXDEBUG
|                       if(debug){
|                               fprintf(yyout,"char ");
|                               allprint(yych);
|                               putchar('\n');
|                               }
| # endif
|                       yyr = yyt;
|                       if ( (int)yyt > (int)yycrank){
|                               yyt = yyr + yych;
|                               if (yyt <= yytop && yyt->verify+yysvec == 
yystate){
|                                       if(yyt->advance+yysvec == YYLERR)       
/* error transitions */
|                                               {unput(*--yylastch);break;}
|                                       *lsp++ = yystate = yyt->advance+yysvec;
|                                       goto contin;
|                                       }
|                               }
| # ifdef YYOPTIM
|                       else if((int)yyt < (int)yycrank) {              /* r < 
yycrank */
|                               yyt = yyr = yycrank+(yycrank-yyt);
| # ifdef LEXDEBUG
|                               if(debug)fprintf(yyout,"compressed state\n");
| # endif
|                               yyt = yyt + yych;
|                               if(yyt <= yytop && yyt->verify+yysvec == 
yystate){
|                                       if(yyt->advance+yysvec == YYLERR)       
/* error transitions */
|                                               {unput(*--yylastch);break;}
|                                       *lsp++ = yystate = yyt->advance+yysvec;
|                                       goto contin;
|                                       }
|                               yyt = yyr + YYU(yymatch[yych]);
| # ifdef LEXDEBUG
|                               if(debug){
|                                       fprintf(yyout,"try fall back character 
");
|                                       allprint(YYU(yymatch[yych]));
|                                       putchar('\n');
|                                       }
| # endif
|                               if(yyt <= yytop && yyt->verify+yysvec == 
yystate){
|                                       if(yyt->advance+yysvec == YYLERR)       
/* error transition */
|                                               {unput(*--yylastch);break;}
|                                       *lsp++ = yystate = yyt->advance+yysvec;
|                                       goto contin;
|                                       }
|                               }
|                       if ((yystate = yystate->yyother) && (yyt= 
yystate->yystoff) != yycrank){
| # ifdef LEXDEBUG
|                               if(debug)fprintf(yyout,"fall back to state 
%d\n",yystate-yysvec-1);
| # endif
|                               goto tryagain;
|                               }
| # endif
|                       else
|                               {unput(*--yylastch);break;}
|               contin:
| # ifdef LEXDEBUG
|                       if(debug){
|                               fprintf(yyout,"state %d char 
",yystate-yysvec-1);
|                               allprint(yych);
|                               putchar('\n');
|                               }
| # endif
|                       ;
|                       }
| # ifdef LEXDEBUG
|               if(debug){
|                       fprintf(yyout,"stopped at %d with ",*(lsp-1)-yysvec-1);
|                       allprint(yych);
|                       putchar('\n');
|                       }
| # endif
|               while (lsp-- > yylstate){
|                       *yylastch-- = 0;
|                       if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 
0){
|                               yyolsp = lsp;
|                               if(yyextra[*yyfnd]){            /* must backup 
*/
|                                       while(yyback((*lsp)->yystops,-*yyfnd) 
!= 1 && lsp > yylstate){
|                                               lsp--;
|                                               unput(*yylastch--);
|                                               }
|                                       }
|                               yyprevious = YYU(*yylastch);
|                               yylsp = lsp;
|                               yyleng = yylastch-yytext+1;
|                               yytext[yyleng] = 0;
| # ifdef LEXDEBUG
|                               if(debug){
|                                       fprintf(yyout,"\nmatch ");
|                                       sprint(yytext);
|                                       fprintf(yyout," action %d\n",*yyfnd);
|                                       }
| # endif
|                               return(*yyfnd++);
|                               }
|                       unput(*yylastch);
|                       }
|               if (yytext[0] == 0  /* && feof(yyin) */)
|                       {
|                       yysptr=yysbuf;
|                       return(0);
|                       }
|               yyprevious = yytext[0] = input();
|               if (yyprevious>0)
|                       output(yyprevious);
|               yylastch=yytext;
| # ifdef LEXDEBUG
|               if(debug)putchar('\n');
| # endif
|               }
|       }
| yyback(p, m)
|       int *p;
| {
| if (p==0) return(0);
| while (*p)
|       {
|       if (*p++ == m)
|               return(1);
|       }
| return(0);
| }
|       /* the following are only used in the lex library */
| yyinput(){
|       return(input());
|       }
| yyoutput(c)
|   int c; {
|       output(c);
|       }
| yyunput(c)
|    int c; {
|       unput(c);
|       }
| extern char *yytext;
| configure:4009: result: no
| configure:4051: checking for bison
| configure:4051: found /usr/gnu/bin/bison
| configure:4051: result: bison -y
| configure:4132: checking for ranlib
| configure:4132: found /usr/gnu/bin/ranlib
| configure:4132: result: ranlib
| configure:4176: checking for gm4
| configure:4176: result: no
| configure:4176: checking for gnum4
| configure:4176: result: no
| configure:4176: checking for m4
| configure:4176: found /usr/gnu/bin/m4
| configure:4176: result: /usr/gnu/bin/m4
| configure:4179: checking whether m4 supports frozen files
| configure:4191: result: yes
| configure:4205: checking for ANSI C header files
| configure:4332: result: no
| configure:4459: checking ctype.h usability
| configure:4459: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4459: test -s conftest.o
| configure:4459: $? = 0
| configure:4459: result: yes
| configure:4459: checking ctype.h presence
| configure:4459: gcc -E  conftest.c
| configure:4459: $? = 0
| configure:4459: result: yes
| configure:4459: checking for ctype.h
| configure:4459: result: yes
| configure:4459: checking locale.h usability
| configure:4459: gcc -c -g -O2  conftest.c >&5
| configure:4459: $? = 0
| configure:4459: test -s conftest.o
| configure:4459: $? = 0
| configure:4459: result: yes
| configure:4459: checking locale.h presence
| configure:4459: gcc -E  conftest.c
| configure:4459: $? = 0
| configure:4459: result: yes
| configure:4459: checking for locale.h
| configure:4459: result: yes
| configure:4459: checking for memory.h
| configure:4459: result: yes
| configure:4459: checking for stdlib.h
| configure:4459: result: yes
| configure:4459: checking for string.h
| configure:4459: result: yes
| configure:4459: checking for unistd.h
| configure:4459: result: yes
| configure:4463: checking for an ANSI C-conforming const
| configure:4545: gcc -c -g -O2  conftest.c >&5
| configure:4545: $? = 0
| configure:4545: test -s conftest.o
| configure:4545: $? = 0
| configure:4546: result: yes
| configure:4556: checking for inline
| configure:4593: gcc -c -g -O2  conftest.c >&5
| configure:4593: $? = 0
| configure:4593: test -s conftest.o
| configure:4593: $? = 0
| configure:4594: result: inline
| configure:4609: checking for function prototypes
| configure:4627: result: yes
| configure:4630: checking for function prototypes
| configure:4751: checking for string.h
| configure:4751: result: yes
| configure:4758: checking for working alloca.h
| configure:4794: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4794: $? = 0
| configure:4794: test -s conftest
| configure:4794: $? = 0
| configure:4795: result: yes
| configure:4805: checking for alloca
| configure:4861: gcc -o conftest -g -O2   conftest.c  >&5
| configure:4861: $? = 0
| configure:4861: test -s conftest
| configure:4861: $? = 0
| configure:4862: result: yes
| configure:5046: checking for obstacks
| configure:5082: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5083: obstack.h: No such file or directory
| configure:5082: $? = 1
| configure: failed program was:
| #line 5082 "configure"
| #include "confdefs.h"
| #include "obstack.h"
| int
| main ()
| {
| struct obstack *mem; obstack_free(mem,(char *) 0)
|   ;
|   return 0;
| }
| configure:5083: result: no
| configure:5095: checking for error_at_line
| configure:5131: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/ccJyXGg4.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:5136: undefined 
reference to `error_at_line'
| collect2: ld returned 1 exit status
| configure:5131: $? = 1
| configure: failed program was:
| #line 5131 "configure"
| #include "confdefs.h"
| 
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "");
|   ;
|   return 0;
| }
| configure:5132: result: no
| configure:5138: checking for working strnlen
| configure:5194: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/cc61Ixpw.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:5210: undefined 
reference to `strnlen'
| collect2: ld returned 1 exit status
| configure:5194: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| #line 5194 "configure"
| #include "confdefs.h"
| 
| int
| main ()
| {
| 
| #define S "foobar"
| #define S_LEN (sizeof S - 1)
| 
|   /* At least one implementation is buggy: that of AIX 4.3 would
|      give strnlen (S, 1) == 3.  */
| 
|   int i;
|   for (i = 0; i < S_LEN + 1; ++i)
|     {
|       int expected = i <= S_LEN ? i : S_LEN;
|       if (strnlen (S, i) != expected)
|       exit (1);
|     }
|   exit (0);
| 
|   ;
|   return 0;
| }
| configure:5195: result: no
| configure:5269: checking for mkstemp
| configure:5269: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5269: $? = 0
| configure:5269: test -s conftest
| configure:5269: $? = 0
| configure:5269: result: yes
| configure:5331: checking for mkstemp limitations
| configure:5331: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5331: $? = 0
| configure:5331: ./conftest
| configure:5331: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| #line 5331 "configure"
| #include "confdefs.h"
| 
| #         include <stdlib.h>
|         int main ()
|         {
|           int i;
|           for (i = 0; i < 30; i++)
|             {
|               char template[] = "conftestXXXXXX";
|               int fd = mkstemp (template);
|               if (fd == -1)
|                 exit (1);
|               close (fd);
|             }
|           exit (0);
|         }
| 
| configure:5331: result: yes
| configure:5411: checking for setlocale
| configure:5411: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5411: $? = 0
| configure:5411: test -s conftest
| configure:5411: $? = 0
| configure:5411: result: yes
| configure:5413: checking whether free is declared
| configure:5452: gcc -c -g -O2  conftest.c >&5
| configure:5452: $? = 0
| configure:5452: test -s conftest.o
| configure:5452: $? = 0
| configure:5453: result: yes
| configure:5469: checking whether getenv is declared
| configure:5508: gcc -c -g -O2  conftest.c >&5
| configure:5508: $? = 0
| configure:5508: test -s conftest.o
| configure:5508: $? = 0
| configure:5509: result: yes
| configure:5525: checking whether getopt is declared
| configure:5564: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:5603: `getopt' undeclared (first use in this function)
| configure:5603: (Each undeclared identifier is reported only once
| configure:5603: for each function it appears in.)
| configure:5564: $? = 1
| configure: failed program was:
| #line 5564 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef getopt
|   char *p = (char *) getopt;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5565: result: no
| configure:5581: checking whether stpcpy is declared
| configure:5620: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:5659: `stpcpy' undeclared (first use in this function)
| configure:5659: (Each undeclared identifier is reported only once
| configure:5659: for each function it appears in.)
| configure:5620: $? = 1
| configure: failed program was:
| #line 5620 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef stpcpy
|   char *p = (char *) stpcpy;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5621: result: no
| configure:5637: checking whether strchr is declared
| configure:5676: gcc -c -g -O2  conftest.c >&5
| configure:5676: $? = 0
| configure:5676: test -s conftest.o
| configure:5676: $? = 0
| configure:5677: result: yes
| configure:5693: checking whether strspn is declared
| configure:5732: gcc -c -g -O2  conftest.c >&5
| configure:5732: $? = 0
| configure:5732: test -s conftest.o
| configure:5732: $? = 0
| configure:5733: result: yes
| configure:5749: checking whether strnlen is declared
| configure:5788: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:5827: `strnlen' undeclared (first use in this function)
| configure:5827: (Each undeclared identifier is reported only once
| configure:5827: for each function it appears in.)
| configure:5788: $? = 1
| configure: failed program was:
| #line 5788 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strnlen
|   char *p = (char *) strnlen;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5789: result: no
| configure:5805: checking whether malloc is declared
| configure:5844: gcc -c -g -O2  conftest.c >&5
| configure:5844: $? = 0
| configure:5844: test -s conftest.o
| configure:5844: $? = 0
| configure:5845: result: yes
| configure:5861: checking whether memchr is declared
| configure:5900: gcc -c -g -O2  conftest.c >&5
| configure:5900: $? = 0
| configure:5900: test -s conftest.o
| configure:5900: $? = 0
| configure:5901: result: yes
| configure:5917: checking whether memrchr is declared
| configure:5956: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:5995: `memrchr' undeclared (first use in this function)
| configure:5995: (Each undeclared identifier is reported only once
| configure:5995: for each function it appears in.)
| configure:5956: $? = 1
| configure: failed program was:
| #line 5956 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef memrchr
|   char *p = (char *) memrchr;
| #endif
| 
|   ;
|   return 0;
| }
| configure:5957: result: no
| configure:6052: checking for memchr
| configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6052: $? = 0
| configure:6052: test -s conftest
| configure:6052: $? = 0
| configure:6052: result: yes
| configure:6052: checking for memrchr
| configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/ccm1Vse1.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6074: undefined 
reference to `memrchr'
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6074: undefined 
reference to `memrchr'
| collect2: ld returned 1 exit status
| configure:6052: $? = 1
| configure: failed program was:
| #line 6052 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memrchr (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char memrchr ();
| char (*f) ();
| 
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_memrchr) || defined (__stub___memrchr)
| choke me
| #else
| f = memrchr;
| #endif
| 
|   ;
|   return 0;
| }
| configure:6052: result: no
| configure:6052: checking for strchr
| configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6052: $? = 0
| configure:6052: test -s conftest
| configure:6052: $? = 0
| configure:6052: result: yes
| configure:6052: checking for stpcpy
| configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/cccmuHNc.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6074: undefined 
reference to `stpcpy'
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6074: undefined 
reference to `stpcpy'
| collect2: ld returned 1 exit status
| configure:6052: $? = 1
| configure: failed program was:
| #line 6052 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char stpcpy (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char stpcpy ();
| char (*f) ();
| 
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_stpcpy) || defined (__stub___stpcpy)
| choke me
| #else
| f = stpcpy;
| #endif
| 
|   ;
|   return 0;
| }
| configure:6052: result: no
| configure:6052: checking for strrchr
| configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6052: $? = 0
| configure:6052: test -s conftest
| configure:6052: $? = 0
| configure:6052: result: yes
| configure:6052: checking for strspn
| configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6052: $? = 0
| configure:6052: test -s conftest
| configure:6052: $? = 0
| configure:6052: result: yes
| configure:6052: checking for strtol
| configure:6052: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6052: $? = 0
| configure:6052: test -s conftest
| configure:6052: $? = 0
| configure:6052: result: yes
| configure:6167: checking for stdlib.h
| configure:6167: result: yes
| configure:6169: checking for working malloc
| configure:6215: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6215: $? = 0
| configure:6215: ./conftest
| configure:6215: $? = 0
| configure:6216: result: yes
| configure:6351: checking for stdlib.h
| configure:6351: result: yes
| configure:6353: checking for working realloc
| configure:6399: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6399: $? = 0
| configure:6399: ./conftest
| configure:6399: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| #line 6399 "configure"
| #include "confdefs.h"
| #if STDC_HEADERS || HAVE_STDLIB_H
| # include <stdlib.h>
| #else
| char *realloc ();
| #endif
| 
| int
| main ()
| {
| exit (realloc (0, 0) ? 0 : 1);
|   ;
|   return 0;
| }
| configure:6400: result: no
| configure:6423: checking for working memcmp
| configure:6488: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6488: $? = 0
| configure:6488: ./conftest
| configure:6488: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| #line 6488 "configure"
| #include "confdefs.h"
| 
| int
| main ()
| {
| 
|   /* Some versions of memcmp are not 8-bit clean.  */
|   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
|   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
|     exit (1);
| 
|   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
|      or more and with at least one buffer not starting on a 4-byte boundary.
|      William Lewis provided this test program.   */
|   {
|     char foo[21];
|     char bar[21];
|     int i;
|     for (i = 0; i < 4; i++)
|       {
|         char *a = foo + i;
|         char *b = bar + i;
|         strcpy (a, "--------01111111");
|         strcpy (b, "--------10000000");
|         if (memcmp (a, b, 16) >= 0)
|           exit (1);
|       }
|     exit (0);
|   }
| 
|   ;
|   return 0;
| }
| configure:6489: result: no
| configure:6563: checking for isascii
| configure:6563: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6563: $? = 0
| configure:6563: test -s conftest
| configure:6563: $? = 0
| configure:6563: result: yes
| configure:6563: checking for iswprint
| configure:6563: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/ccFibewJ.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6585: undefined 
reference to `iswprint'
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:6585: undefined 
reference to `iswprint'
| collect2: ld returned 1 exit status
| configure:6563: $? = 1
| configure: failed program was:
| #line 6563 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char iswprint (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char iswprint ();
| char (*f) ();
| 
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_iswprint) || defined (__stub___iswprint)
| choke me
| #else
| f = iswprint;
| #endif
| 
|   ;
|   return 0;
| }
| configure:6563: result: no
| configure:6566: checking whether mbrtowc and mbstate_t are properly declared
| configure:6602: gcc -o conftest -g -O2   conftest.c  >&5
| configure:6603: wchar.h: No such file or directory
| configure:6602: $? = 1
| configure: failed program was:
| #line 6602 "configure"
| #include "confdefs.h"
| #include <wchar.h>
| int
| main ()
| {
| mbstate_t state; return ! (sizeof state && mbrtowc);
|   ;
|   return 0;
| }
| configure:6603: result: no
| configure:6738: checking limits.h usability
| configure:6738: gcc -c -g -O2  conftest.c >&5
| configure:6738: $? = 0
| configure:6738: test -s conftest.o
| configure:6738: $? = 0
| configure:6738: result: yes
| configure:6738: checking limits.h presence
| configure:6738: gcc -E  conftest.c
| configure:6738: $? = 0
| configure:6738: result: yes
| configure:6738: checking for limits.h
| configure:6738: result: yes
| configure:6738: checking stddef.h usability
| configure:6738: gcc -c -g -O2  conftest.c >&5
| configure:6738: $? = 0
| configure:6738: test -s conftest.o
| configure:6738: $? = 0
| configure:6738: result: yes
| configure:6738: checking stddef.h presence
| configure:6738: gcc -E  conftest.c
| configure:6738: $? = 0
| configure:6738: result: yes
| configure:6738: checking for stddef.h
| configure:6738: result: yes
| configure:6738: checking for stdlib.h
| configure:6738: result: yes
| configure:6738: checking for string.h
| configure:6738: result: yes
| configure:6738: checking wchar.h usability
| configure:6738: gcc -c -g -O2  conftest.c >&5
| configure:6773: wchar.h: No such file or directory
| configure:6738: $? = 1
| configure: failed program was:
| #line 6738 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <wchar.h>
| configure:6738: result: no
| configure:6738: checking wchar.h presence
| configure:6738: gcc -E  conftest.c
| configure:6739: wchar.h: No such file or directory
| configure:6738: $? = 1
| configure: failed program was:
| #line 6738 "configure"
| #include "confdefs.h"
| #include <wchar.h>
| configure:6738: result: no
| configure:6738: checking for wchar.h
| configure:6738: result: no
| configure:6738: checking wctype.h usability
| configure:6738: gcc -c -g -O2  conftest.c >&5
| configure:6773: wctype.h: No such file or directory
| configure:6738: $? = 1
| configure: failed program was:
| #line 6738 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <wctype.h>
| configure:6738: result: no
| configure:6738: checking wctype.h presence
| configure:6738: gcc -E  conftest.c
| configure:6739: wctype.h: No such file or directory
| configure:6738: $? = 1
| configure: failed program was:
| #line 6738 "configure"
| #include "confdefs.h"
| #include <wctype.h>
| configure:6738: result: no
| configure:6738: checking for wctype.h
| configure:6738: result: no
| configure:6740: checking for ANSI C header files
| configure:6867: result: no
| configure:6878: checking whether backslash-a works in strings
| configure:6921: gcc -c -g -O2  conftest.c >&5
| configure:6921: $? = 0
| configure:6921: test -s conftest.o
| configure:6921: $? = 0
| configure:6922: result: yes
| configure:6932: checking for mbstate_t
| configure:6969: gcc -c -g -O2  conftest.c >&5
| configure:7004: wchar.h: No such file or directory
| configure:6969: $? = 1
| configure: failed program was:
| #line 6969 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #         include <wchar.h>
| int
| main ()
| {
| mbstate_t x; return sizeof x;
|   ;
|   return 0;
| }
| configure:6970: result: no
| configure:6986: checking for function prototypes
| configure:7107: checking for string.h
| configure:7107: result: yes
| configure:7184: checking for strcasecmp
| configure:7184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7184: $? = 0
| configure:7184: test -s conftest
| configure:7184: $? = 0
| configure:7184: result: yes
| configure:7184: checking for strncasecmp
| configure:7184: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7184: $? = 0
| configure:7184: test -s conftest
| configure:7184: $? = 0
| configure:7184: result: yes
| configure:7264: checking for strerror
| configure:7264: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/ccLztrUz.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7286: undefined 
reference to `strerror'
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7286: undefined 
reference to `strerror'
| collect2: ld returned 1 exit status
| configure:7264: $? = 1
| configure: failed program was:
| #line 7264 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strerror (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| char (*f) ();
| 
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strerror) || defined (__stub___strerror)
| choke me
| #else
| f = strerror;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7264: result: no
| configure:7264: checking for vprintf
| configure:7264: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7264: $? = 0
| configure:7264: test -s conftest
| configure:7264: $? = 0
| configure:7264: result: yes
| configure:7264: checking for doprnt
| configure:7264: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/cc09lxeD.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7286: undefined 
reference to `doprnt'
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7286: undefined 
reference to `doprnt'
| collect2: ld returned 1 exit status
| configure:7264: $? = 1
| configure: failed program was:
| #line 7264 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char doprnt (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char doprnt ();
| char (*f) ();
| 
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_doprnt) || defined (__stub___doprnt)
| choke me
| #else
| f = doprnt;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7264: result: no
| configure:7266: checking whether strerror is declared
| configure:7305: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:7344: `strerror' undeclared (first use in this function)
| configure:7344: (Each undeclared identifier is reported only once
| configure:7344: for each function it appears in.)
| configure:7305: $? = 1
| configure: failed program was:
| #line 7305 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strerror
|   char *p = (char *) strerror;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7306: result: no
| configure:7324: checking whether strerror_r is declared
| configure:7363: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:7402: `strerror_r' undeclared (first use in this function)
| configure:7402: (Each undeclared identifier is reported only once
| configure:7402: for each function it appears in.)
| configure:7363: $? = 1
| configure: failed program was:
| #line 7363 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strerror_r
|   char *p = (char *) strerror_r;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7364: result: no
| configure:7450: checking for strerror_r
| configure:7450: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/ccSJmCVy.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7472: undefined 
reference to `strerror_r'
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7472: undefined 
reference to `strerror_r'
| collect2: ld returned 1 exit status
| configure:7450: $? = 1
| configure: failed program was:
| #line 7450 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strerror_r (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror_r ();
| char (*f) ();
| 
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strerror_r) || defined (__stub___strerror_r)
| choke me
| #else
| f = strerror_r;
| #endif
| 
|   ;
|   return 0;
| }
| configure:7450: result: no
| configure:7452: checking whether strerror_r returns char *
| configure:7540: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/cctKBjts.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:7580: undefined 
reference to `strerror_r'
| collect2: ld returned 1 exit status
| configure:7540: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| #line 7540 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|       extern char *strerror_r ();
| int
| main ()
| {
| char buf[100];
|         char x = *strerror_r (0, buf, sizeof buf);
|         exit (!isalpha (x));
|   ;
|   return 0;
| }
| configure:7541: result: no
| configure:7551: checking for ANSI C header files
| configure:7678: result: no
| configure:7690: checking for inttypes.h
| configure:7727: gcc -c -g -O2  conftest.c >&5
| configure:7729: inttypes.h: No such file or directory
| configure:7727: $? = 1
| configure: failed program was:
| #line 7727 "configure"
| #include "confdefs.h"
| #include <sys/types.h>
| #include <inttypes.h>
| int
| main ()
| {
| uintmax_t i = (uintmax_t) -1;
|   ;
|   return 0;
| }
| configure:7728: result: no
| configure:7739: checking for stdint.h
| configure:7776: gcc -c -g -O2  conftest.c >&5
| configure:7778: stdint.h: No such file or directory
| configure:7776: $? = 1
| configure: failed program was:
| #line 7776 "configure"
| #include "confdefs.h"
| #include <sys/types.h>
| #include <stdint.h>
| int
| main ()
| {
| uintmax_t i = (uintmax_t) -1;
|   ;
|   return 0;
| }
| configure:7777: result: no
| configure:7788: checking for unsigned long long
| configure:7825: gcc -o conftest -g -O2   conftest.c  >&5
| configure:7825: $? = 0
| configure:7825: test -s conftest
| configure:7825: $? = 0
| configure:7826: result: yes
| configure:7852: checking for ANSI C header files
| configure:7979: result: no
| configure:7989: checking whether stat file-mode macros are broken
| configure:8034: result: no
| configure:8159: checking fcntl.h usability
| configure:8159: gcc -c -g -O2  conftest.c >&5
| configure:8159: $? = 0
| configure:8159: test -s conftest.o
| configure:8159: $? = 0
| configure:8159: result: yes
| configure:8159: checking fcntl.h presence
| configure:8159: gcc -E  conftest.c
| configure:8159: $? = 0
| configure:8159: result: yes
| configure:8159: checking for fcntl.h
| configure:8159: result: yes
| configure:8159: checking sys/time.h usability
| configure:8159: gcc -c -g -O2  conftest.c >&5
| configure:8159: $? = 0
| configure:8159: test -s conftest.o
| configure:8159: $? = 0
| configure:8159: result: yes
| configure:8159: checking sys/time.h presence
| configure:8159: gcc -E  conftest.c
| configure:8159: $? = 0
| configure:8159: result: yes
| configure:8159: checking for sys/time.h
| configure:8159: result: yes
| configure:8159: checking for stdint.h
| configure:8159: result: no
| configure:8159: checking for unistd.h
| configure:8159: result: yes
| configure:8230: checking for __secure_getenv
| configure:8230: gcc -o conftest -g -O2   conftest.c  >&5
| /usr/tmp/ccQKEPEw.o: In function `main':
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:8252: undefined 
reference to `__secure_getenv'
| /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/configure:8252: undefined 
reference to `__secure_getenv'
| collect2: ld returned 1 exit status
| configure:8230: $? = 1
| configure: failed program was:
| #line 8230 "configure"
| #include "confdefs.h"
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __secure_getenv (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __secure_getenv ();
| char (*f) ();
| 
| int
| main ()
| {
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___secure_getenv) || defined (__stub_____secure_getenv)
| choke me
| #else
| f = __secure_getenv;
| #endif
| 
|   ;
|   return 0;
| }
| configure:8230: result: no
| configure:8230: checking for gettimeofday
| configure:8230: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8230: $? = 0
| configure:8230: test -s conftest
| configure:8230: $? = 0
| configure:8230: result: yes
| configure:8232: checking whether getenv is declared
| configure:8272: result: yes
| configure:8292: checking if malloc debugging is wanted
| configure:8315: result: no
| configure:8431: checking sys/resource.h usability
| configure:8431: gcc -c -g -O2  conftest.c >&5
| In file included from configure:8466:
| /usr/include/sys/resource.h:25: field `ru_utime' has incomplete type
| /usr/include/sys/resource.h:26: field `ru_stime' has incomplete type
| configure:8431: $? = 1
| configure: failed program was:
| #line 8431 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/resource.h>
| configure:8431: result: no
| configure:8431: checking sys/resource.h presence
| configure:8431: gcc -E  conftest.c
| configure:8431: $? = 0
| configure:8431: result: yes
| configure:8431: WARNING: sys/resource.h: present but cannot be compiled
| configure:8431: WARNING: sys/resource.h: check for missing prerequisite 
headers?
| configure:8431: WARNING: sys/resource.h: proceeding with the preprocessor's 
result
| configure:8431: checking for sys/resource.h
| configure:8431: result: yes
| configure:8431: checking for sys/time.h
| configure:8431: result: yes
| configure:8431: checking sys/times.h usability
| configure:8431: gcc -c -g -O2  conftest.c >&5
| configure:8431: $? = 0
| configure:8431: test -s conftest.o
| configure:8431: $? = 0
| configure:8431: result: yes
| configure:8431: checking sys/times.h presence
| configure:8431: gcc -E  conftest.c
| configure:8431: $? = 0
| configure:8431: result: yes
| configure:8431: checking for sys/times.h
| configure:8431: result: yes
| configure:8502: checking for times
| configure:8502: gcc -o conftest -g -O2   conftest.c  >&5
| configure:8502: $? = 0
| configure:8502: test -s conftest
| configure:8502: $? = 0
| configure:8502: result: yes
| configure:8505: checking whether getrusage is declared
| configure:8555: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:8605: `getrusage' undeclared (first use in this function)
| configure:8605: (Each undeclared identifier is reported only once
| configure:8605: for each function it appears in.)
| configure:8555: $? = 1
| configure: failed program was:
| #line 8555 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #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:8556: result: no
| configure:8572: checking whether times is declared
| configure:8622: gcc -c -g -O2  conftest.c >&5
| configure:8622: $? = 0
| configure:8622: test -s conftest.o
| configure:8622: $? = 0
| configure:8623: result: yes
| configure:8639: checking whether clock is declared
| configure:8689: gcc -c -g -O2  conftest.c >&5
| configure: In function `main':
| configure:8739: `clock' undeclared (first use in this function)
| configure:8739: (Each undeclared identifier is reported only once
| configure:8739: for each function it appears in.)
| configure:8689: $? = 1
| configure: failed program was:
| #line 8689 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #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:8690: result: no
| configure:8706: checking whether sysconf is declared
| configure:8756: gcc -c -g -O2  conftest.c >&5
| configure:8756: $? = 0
| configure:8756: test -s conftest.o
| configure:8756: $? = 0
| configure:8757: result: yes
| configure:8776: checking for clock_t
| configure:8826: gcc -c -g -O2  conftest.c >&5
| configure:8826: $? = 0
| configure:8826: test -s conftest.o
| configure:8826: $? = 0
| configure:8827: result: yes
| configure:8837: checking for struct tms
| configure:8887: gcc -c -g -O2  conftest.c >&5
| configure:8887: $? = 0
| configure:8887: test -s conftest.o
| configure:8887: $? = 0
| configure:8888: result: yes
| configure:8917: checking for msgfmt
| configure:8950: result: no
| configure:8954: checking for gmsgfmt
| configure:8990: result: :
| configure:8995: checking for xgettext
| configure:9028: result: no
| configure:9034: checking for msgmerge
| configure:9066: result: no
| configure:9118: checking build system type
| configure:9136: result: sparc-sun-sunos4.1.4
| configure:9144: checking host system type
| configure:9158: result: sparc-sun-sunos4.1.4
| configure:9212: checking for ld used by GCC
| configure:9245: result: /usr/gnu/sparc-sun-sunos4.1.4/bin/ld
| configure:9249: checking if the linker (/usr/gnu/sparc-sun-sunos4.1.4/bin/ld) 
is GNU ld
| GNU ld version 2.12
| configure:9261: result: yes
| configure:9267: checking for shared library run path origin
| configure:9280: result: done
| configure:9697: checking whether NLS is requested
| configure:9706: result: yes
| configure:10399: checking for GNU gettext in libc
| configure:10399: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10400: libintl.h: No such file or directory
| configure:10399: $? = 1
| configure: failed program was:
| #line 10399 "configure"
| #include "confdefs.h"
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + 
*_nl_domain_bindings
|   ;
|   return 0;
| }
| configure:10399: result: no
| configure:10399: checking for iconv
| configure:10399: gcc -o conftest -g -O2   conftest.c  >&5
| configure:10401: iconv.h: No such file or directory
| configure:10399: $? = 1
| configure: failed program was:
| #line 10399 "configure"
| #include "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:10399: gcc -o conftest -g -O2   conftest.c  -liconv >&5
| configure:10401: iconv.h: No such file or directory
| configure:10399: $? = 1
| configure: failed program was:
| #line 10399 "configure"
| #include "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:10399: result: no, consider installing GNU libiconv
| configure:10399: checking for GNU gettext in libintl
| configure:10399: gcc -o conftest -g -O2    conftest.c  -lintl >&5
| configure:10400: libintl.h: No such file or directory
| configure:10399: $? = 1
| configure: failed program was:
| #line 10399 "configure"
| #include "confdefs.h"
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias ();
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + 
*_nl_expand_alias (0)
|   ;
|   return 0;
| }
| configure:10399: result: no
| configure:10506: checking for valgrind
| configure:10506: result: no
| configure:10546: checking for g++
| configure:10546: found /usr/gnu/bin/g++
| configure:10546: result: g++
| configure:10668: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Bison config.status 1.75, which was
| generated by GNU Autoconf 2.54a.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on mars
| 
| config.status:763: creating tests/Makefile
| config.status:763: creating tests/atlocal
| config.status:763: creating tests/bison
| config.status:763: creating Makefile
| config.status:763: creating config/Makefile
| config.status:763: creating po/Makefile.in
| config.status:763: creating data/Makefile
| config.status:763: creating lib/Makefile
| config.status:763: creating src/Makefile
| config.status:763: creating doc/Makefile
| config.status:763: creating m4/Makefile
| config.status:1124: creating config.h
| config.status:1388: executing depfiles commands
| config.status:1388: executing default-1 commands
| config.status:1388: executing tests/atconfig commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build='sparc-sun-sunos4.1.4'
| ac_cv_build_alias='sparc-sun-sunos4.1.4'
| ac_cv_c_backslash_a='yes'
| ac_cv_c_compiler_gnu='yes'
| ac_cv_c_const='yes'
| ac_cv_c_inline='inline'
| ac_cv_env_CC_set=''
| ac_cv_env_CC_value=''
| ac_cv_env_CFLAGS_set=''
| ac_cv_env_CFLAGS_value=''
| ac_cv_env_CPPFLAGS_set=''
| ac_cv_env_CPPFLAGS_value=''
| ac_cv_env_CPP_set=''
| ac_cv_env_CPP_value=''
| ac_cv_env_LDFLAGS_set=''
| ac_cv_env_LDFLAGS_value=''
| ac_cv_env_build_alias_set=''
| ac_cv_env_build_alias_value=''
| ac_cv_env_host_alias_set=''
| ac_cv_env_host_alias_value=''
| ac_cv_env_target_alias_set=''
| ac_cv_env_target_alias_value=''
| ac_cv_exeext=''
| ac_cv_func___secure_getenv='no'
| ac_cv_func_alloca_works='yes'
| ac_cv_func_doprnt='no'
| ac_cv_func_gettimeofday='yes'
| ac_cv_func_isascii='yes'
| ac_cv_func_iswprint='no'
| ac_cv_func_malloc_works='yes'
| ac_cv_func_memchr='yes'
| ac_cv_func_memcmp_working='no'
| ac_cv_func_memrchr='no'
| ac_cv_func_mkstemp='yes'
| ac_cv_func_obstack='no'
| ac_cv_func_realloc_works='no'
| ac_cv_func_setlocale='yes'
| ac_cv_func_stpcpy='no'
| ac_cv_func_strcasecmp='yes'
| ac_cv_func_strchr='yes'
| ac_cv_func_strerror='no'
| ac_cv_func_strerror_r='no'
| ac_cv_func_strerror_r_char_p='no'
| ac_cv_func_strncasecmp='yes'
| ac_cv_func_strnlen_working='no'
| ac_cv_func_strrchr='yes'
| ac_cv_func_strspn='yes'
| ac_cv_func_strtol='yes'
| ac_cv_func_times='yes'
| ac_cv_func_vprintf='yes'
| ac_cv_have_decl_clock='no'
| ac_cv_have_decl_free='yes'
| ac_cv_have_decl_getenv='yes'
| ac_cv_have_decl_getopt='no'
| ac_cv_have_decl_getrusage='no'
| ac_cv_have_decl_malloc='yes'
| ac_cv_have_decl_memchr='yes'
| ac_cv_have_decl_memrchr='no'
| ac_cv_have_decl_stpcpy='no'
| ac_cv_have_decl_strchr='yes'
| ac_cv_have_decl_strerror='no'
| ac_cv_have_decl_strerror_r='no'
| ac_cv_have_decl_strnlen='no'
| ac_cv_have_decl_strspn='yes'
| ac_cv_have_decl_sysconf='yes'
| ac_cv_have_decl_times='yes'
| ac_cv_header_ctype_h='yes'
| ac_cv_header_fcntl_h='yes'
| ac_cv_header_inttypes_h='no'
| ac_cv_header_limits_h='yes'
| ac_cv_header_locale_h='yes'
| ac_cv_header_memory_h='yes'
| ac_cv_header_minix_config_h='no'
| ac_cv_header_stat_broken='no'
| ac_cv_header_stdc='no'
| ac_cv_header_stddef_h='yes'
| ac_cv_header_stdint_h='no'
| ac_cv_header_stdlib_h='yes'
| ac_cv_header_string_h='yes'
| ac_cv_header_strings_h='yes'
| ac_cv_header_sys_resource_h='yes'
| ac_cv_header_sys_stat_h='yes'
| ac_cv_header_sys_time_h='yes'
| ac_cv_header_sys_times_h='yes'
| ac_cv_header_sys_types_h='yes'
| ac_cv_header_unistd_h='yes'
| ac_cv_header_wchar_h='no'
| ac_cv_header_wctype_h='no'
| ac_cv_host='sparc-sun-sunos4.1.4'
| ac_cv_host_alias='sparc-sun-sunos4.1.4'
| ac_cv_lib_cposix_strerror='no'
| ac_cv_lib_error_at_line='no'
| ac_cv_lib_fl_yywrap='no'
| ac_cv_lib_l_yywrap='yes'
| ac_cv_objext='o'
| ac_cv_path_GMSGFMT=':'
| ac_cv_path_M4='/usr/gnu/bin/m4'
| ac_cv_path_MSGFMT=':'
| ac_cv_path_MSGMERGE=':'
| ac_cv_path_XGETTEXT=':'
| ac_cv_path_install='/usr/gnu/bin/install -c'
| ac_cv_prog_AWK='nawk'
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_GXX='g++'
| ac_cv_prog_LEX='lex'
| ac_cv_prog_YACC='bison -y'
| ac_cv_prog_ac_ct_CC='gcc'
| ac_cv_prog_ac_ct_RANLIB='ranlib'
| ac_cv_prog_cc_g='yes'
| ac_cv_prog_cc_stdc=''
| ac_cv_prog_egrep='egrep'
| ac_cv_prog_gnu_m4='yes'
| ac_cv_prog_lex_root='lex.yy'
| ac_cv_prog_lex_yytext_pointer='no'
| ac_cv_prog_make_make_set='yes'
| ac_cv_type_clock_t='yes'
| ac_cv_type_mbstate_t='no'
| ac_cv_type_struct_tms='yes'
| ac_cv_type_unsigned_long_long='yes'
| ac_cv_working_alloca_h='yes'
| acl_cv_hardcode_direct='yes'
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=''
| acl_cv_hardcode_minus_L='no'
| acl_cv_libext='a'
| acl_cv_path_LD='/usr/gnu/sparc-sun-sunos4.1.4/bin/ld'
| acl_cv_prog_gnu_ld='yes'
| acl_cv_rpath='done'
| acl_cv_shlibext='so'
| acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
| acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
| acl_cv_wl='-Wl,'
| am_cv_CC_dependencies_compiler_type='gcc'
| am_cv_func_iconv='no, consider installing GNU libiconv'
| am_cv_lib_iconv='no'
| gt_cv_func_gnugettext2_libc='no'
| gt_cv_func_gnugettext2_libintl='no'
| jm_ac_cv_header_inttypes_h='no'
| jm_ac_cv_header_stdint_h='no'
| jm_cv_func_mbrtowc='no'
| utils_cv_func_mkstemp_limitations='yes'
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ACLOCAL='${SHELL} 
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing --run aclocal-1.7a'
| ALLOCA=''
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing 
--run tar'
| ANSI2KNR=''
| AUTOCONF='${SHELL} 
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing --run autoconf'
| AUTOHEADER='${SHELL} 
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing --run autoheader'
| AUTOM4TE='${SHELL} 
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing --run autom4te'
| AUTOMAKE='${SHELL} 
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing --run 
automake-1.7a'
| AWK='nawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc'
| CFLAGS='-g -O2'
| CPP='gcc -E'
| CPPFLAGS=''
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='egrep'
| EXEEXT=''
| GCC='yes'
| GMSGFMT=':'
| GXX='g++'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS=''
| LDFLAGS=''
| LEX='lex'
| LEXLIB='-ll'
| LEX_OUTPUT_ROOT='lex.yy'
| LIBICONV=''
| LIBINTL=''
| LIBOBJS=' obstack$U.o error$U.o strnlen$U.o mkstemp$U.o tempname$U.o 
memrchr$U.o stpcpy$U.o realloc$U.o memcmp$U.o argmatch$U.o'
| LIBS=''
| LTLIBICONV=''
| LTLIBINTL=''
| LTLIBOBJS=' obstack$U.lo error$U.lo strnlen$U.lo mkstemp$U.lo tempname$U.lo 
memrchr$U.lo stpcpy$U.lo realloc$U.lo memcmp$U.lo argmatch$U.lo'
| M4='/usr/gnu/bin/m4'
| MAKEINFO='${SHELL} 
/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/missing --run makeinfo'
| MKINSTALLDIRS='config/mkinstalldirs'
| MSGFMT=':'
| MSGMERGE=':'
| O0CFLAGS='-g -O2'
| OBJEXT='o'
| PACKAGE='bison'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU Bison'
| PACKAGE_STRING='GNU Bison 1.75'
| PACKAGE_TARNAME='bison'
| PACKAGE_VERSION='1.75'
| PATH_SEPARATOR=':'
| POSUB=''
| RANLIB='ranlib'
| SET_MAKE=''
| SHELL='/bin/bash'
| STRIP=''
| U=''
| USE_NLS='no'
| VALGRIND=''
| VERSION='1.75'
| WARNING_CFLAGS=''
| WERROR_CFLAGS=''
| XGETTEXT=':'
| YACC='bison -y'
| ac_ct_CC='gcc'
| ac_ct_RANLIB='ranlib'
| ac_ct_STRIP=''
| am__fastdepCC_FALSE=''
| am__fastdepCC_TRUE='#'
| am__include='include'
| am__quote=''
| bindir='${exec_prefix}/bin'
| build='sparc-sun-sunos4.1.4'
| build_alias=''
| build_cpu='sparc'
| build_os='sunos4.1.4'
| build_vendor='sun'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='sparc-sun-sunos4.1.4'
| host_alias=''
| host_cpu='sparc'
| host_os='sunos4.1.4'
| host_vendor='sun'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/speedy/data/OS/SunOS/4.1.4/sw/gnu/bison-1.75/config/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| mandir='${prefix}/man'
| oldincludedir='/usr/include'
| prefix='/usr/gnu'
| program_transform_name='s,x,x,'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_CLOCK_T 1
| #define HAVE_CTYPE_H 1
| #define HAVE_C_BACKSLASH_A 1
| #define HAVE_DECL_CLOCK 0
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETOPT 0
| #define HAVE_DECL_GETRUSAGE 0
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_MEMCHR 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_DECL_STPCPY 0
| #define HAVE_DECL_STRCHR 1
| #define HAVE_DECL_STRERROR 0
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_STRSPN 1
| #define HAVE_DECL_SYSCONF 1
| #define HAVE_DECL_TIMES 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISASCII 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MKSTEMP 1
| #define HAVE_REALLOC 0
| #define HAVE_SETLOCALE 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSPN 1
| #define HAVE_STRTOL 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_TIME_H 1
| #define HAVE_SYS_TYPES_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_VPRINTF 1
| #define M4 "/usr/gnu/bin/m4"
| #define PACKAGE "bison"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "GNU Bison"
| #define PACKAGE_STRING "GNU Bison 1.75"
| #define PACKAGE_TARNAME "bison"
| #define PACKAGE_VERSION "1.75"
| #define PROTOTYPES 1
| #define VERSION "1.75"
| #define _GNU_SOURCE 1
| #define __PROTOTYPES 1
| #define mbstate_t int
| #define memcmp rpl_memcmp
| #define mkstemp rpl_mkstemp
| #define realloc rpl_realloc
| #define uintmax_t unsigned long long
| 
| configure: exit 0


reply via email to

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