分页: 1 / 1

[问题]安装wine-0.9.35 出了问题,高手帮忙看看

发表于 : 2007-04-18 12:18
tanglihui
WINE Installer v0.75


Running configure...


configure: creating cache config.cache
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 file name... 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 ISO C89... none needed

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking for cpp... cpp

checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for flex... no

configure: error: no suitable flex found. Please install the 'flex' package.

发表于 : 2007-04-18 14:39
jarlyyn
1.他告诉你了,Please install the 'flex' package.缺什么找什么
2.你可以在添加了wine的源后直接sudo apt-get build-dep wine
3.wine有现成的deb包和ubuntu源,为什么要自己编译?