当前位置: 技术问答>linux和unix
在redhat下安装wine的疑问
来源: 互联网 发布时间:2016-12-06
本文导语: 听说QV不支持linux, 但是可以用wine的方法安装,所以今天尝试装下wine 但是从网上下来后,出现了点问题, 解压后,在终端 ./configure --prefix=/usr/local/wine 后 一切正常, 接着make 或是make depend && make && make inst...
听说QV不支持linux, 但是可以用wine的方法安装,所以今天尝试装下wine
但是从网上下来后,出现了点问题,
解压后,在终端 ./configure --prefix=/usr/local/wine
后 一切正常, 接着make 或是make depend && make && make install
都会提示下面
[root@localhost wine-1.3.19]# make depend && make && make install
make: *** 没有规则可以创建目标“depend”。 停止。
这下不知道怎么办了,高手们帮忙下,这个究竟要怎么弄!!谢谢了
终端打印的如下
但是从网上下来后,出现了点问题,
解压后,在终端 ./configure --prefix=/usr/local/wine
后 一切正常, 接着make 或是make depend && make && make install
都会提示下面
[root@localhost wine-1.3.19]# make depend && make && make install
make: *** 没有规则可以创建目标“depend”。 停止。
这下不知道怎么办了,高手们帮忙下,这个究竟要怎么弄!!谢谢了
终端打印的如下
[root@localhost ~]# su root
[root@localhost ~]# cd /root/Desktop/wine-1.3.19
[root@localhost wine-1.3.19]# ./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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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... $(top_builddir)
checking for flex... flex
checking whether flex is recent enough... no
configure: error: Your flex version is too old. Please install flex version 2.5.33 or newer.
[root@localhost wine-1.3.19]# make depend && make && make install
make: *** 没有规则可以创建目标“depend”。 停止。
|
checking whether flex is recent enough... no
configure: error: Your flex version is too old. Please install flex version 2.5.33 or newer.
提示你的flex版本太老了,升级下
configure: error: Your flex version is too old. Please install flex version 2.5.33 or newer.
提示你的flex版本太老了,升级下