安装wine出现的问题与解决


1、安装wine出错了(缺少文件)
安装wine 的 RPM包时候出现如下错误。
# rpm -ivh wine-xim-20030408-1.i386.rpm
error: Failed dependencies:
libsane.so.1 is needed by wine-xim-20030408-1
libXv.so.1 is needed by wine-xim-20030408-1
解决:上google搜索libsane.so.1和libXv.so.1,然后安装后再安装wine。

2、编译安装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... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
解决:请安装你的GCC编译器,安装你系统的开发包光盘就可以。

3、系统时间问题。
./configure后
make depend 时出现问题
如下:
[root@localhost wine-20030115]# make depend
make: *** Warning: File `Makefile.in' has modification time in the future (2003-01-05 09:05:12 > 2002-03-22 10:49:55)
Make