安装wine时要求安装flex,谁有flex的软件包上传一个

Wine、Cedega、CrossOver 等配置
回复
xx-og
帖子: 16
注册时间: 2008-08-24 11:31

安装wine时要求安装flex,谁有flex的软件包上传一个

#1

帖子 xx-og » 2008-09-13 12:40

如题,谢谢!
xxog@xxog-laptop:~/wine-1.1.4$ ./configure
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++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
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.
头像
skies457
帖子: 291
注册时间: 2008-08-11 14:35
来自: Galaxy 581

#2

帖子 skies457 » 2008-09-13 22:04

代码: 全选

sudo apt-get install flex
回复