|

楼主 |
发表于 2003-7-16 15:10:02
|
显示全部楼层
又要麻烦大家了
又要麻烦大家了,先说声SORRY,附完整出错信息
我想装WINE,按照教程,但我出错了.一用make就出错
[root@12 wine-20030709]# ./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... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
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@12 wine-20030709]# make depend
make: *** 没有规则可以创建目标“depend”。 停
[root@12 wine-20030709]# make
make: *** 没有指明目标并且找不到 makefile。 停
[root@12 wine-20030709]# make install
make: *** 没有规则可以创建目标“install”。 停
[root@12 wine-20030709]# |
|