分页: 1 / 1

新手问:关于wine的安装。

发表于 : 2006-08-22 21:42
kerryeva
安装wine的时候,error提示说缺少Flex
于是我就找Flex,是个.deb的包
安装的时候说error:dependency is not satisfiable:libc6
可是我已经安装了libc6了,请问大家这怎么解决/?
谢谢

发表于 : 2006-08-22 22:19
chuan1105
你是怎么安装的?
我用新立的搜索wine,然后选择安装就好了!
对了,我用的是dubuntu,你呢?

发表于 : 2006-08-24 10:13
kerryeva
我装wine是为了装Dr.com软件上网
不能上网
一切都变得那么复杂~~~


发表于 : 2006-08-24 10:53
drivel
sudo apt-get install wine
官方源里有修改过的wine

发表于 : 2006-09-20 12:58
Aeolus
dubuntu@aeolus-WinD:~$ sudo apt-get install wine
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
现在没有可用的软件包 wine,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
E: 软件包 wine 还没有可供安装的候选者

这个改怎么解决

发表于 : 2006-11-18 13:32
amoyrico
我的也是这个提示,加了deb http://wine.sourceforge.net/apt/ binary/ ,也是楼上提示。
还有使用source,解压后如下:
./configure
checking build system type... x86_64-unknown-linux -gnu
checking host system type... x86_64-unknown-linux- gnu
checking whether make sets $(MAKE)... no
checking for gcc... gcc -m32
checking for C compiler default output file name.. . configure: error: C compiler cannot create execu tables
See `config.log' for more details.

找不到gcc,可是:
root@desktop:/tmp/wine-0.9.12~winehq1.orig# gcc --version
gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
Copyright (C) 2006 Free Software Foundation, Inc.
本程序是自由软件;请参看源代码的版权声明。本软件没有 任何担保;
包括没有适销性和适用性担保。