[root@localhost root]# cd /d/rh7.2/wine-20030115
[root@localhost wine-20030115]# ls
aclocal.m4 configure documentation license misc readme version
announce configure.ac files license.old miscemu relay32 win32
authors controls graphics loader msdos scheduler windows
bugs copying.lib if1632 Makefile.in objects server winedefault.reg
ChangeLog DEVELOPERS-HINTS include Make.rules.in ole tools
config.log dlls library memory programs unicode
[root@localhost wine-20030115]# ./configure --prefix=/usr/local/wine
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for bison... no
checking for byacc... no
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for yacc... no
checking for bison... no
checking for yacc... no
configure: error: no suitable bison/yacc found. Please install the 'bison' package.
[root@localhost wine-20030115]#