» 您尚未 登录   注册 | 银行 | 首页调用管理 | 博客 | 帮助 | 社区 | 无图版
华镭社区论坛 -> 应用程序 -> 我怎么安装不上wine啊
 XML   RSS 2.0   WAP 

--> 本页主题: 我怎么安装不上wine啊 加入收藏 | 收藏主题 | 上一主题 | 下一主题
ynwa




该用户目前不在线
级别: 新手上路
精华: 0
发帖: 46
威望: 47 点
镭: 53 L
贡献值: 0 点
在线时间:42(小时)
注册时间:2007-06-14
最后登录:2008-04-10
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子

我怎么安装不上wine啊

安装了rays2.0,下载了wine-0.9.43,安装显示如下:
awei@localhost:~$ cd wine-0.9.43
awei@localhost:~/wine-0.9.43$ ./tools/wineinstall
WINE Installer v0.75

Running configure...

configure: creating cache config.cache
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.

Configure failed, aborting install.
awei@localhost:~/wine-0.9.43$

请问该怎么安装wine呢?是因为没装gcc吗?那么gcc又在哪儿下载呢?


[楼 主] | Posted: 2007-08-20 12:28
顶端
pisces


该用户目前不在线
级别: 龙芯核心团队
精华: 2
发帖: 40
威望: 45 点
镭: 11 L
贡献值: 0 点
在线时间:93(小时)
注册时间:2006-09-04
最后登录:2009-05-04
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子



1。修改源地址
  sudo gedit /etc/apt/sources.list
  电信用户请添加:
  deb http://rays.openrays.org/rays/ baihong main contrib non-free
  网通用户请添加:
  deb http://rays.sw-linux.com.cn/rays/ baihong main contrib non-free
  保存
2。apt-get update
3。apt-get install gcc

[1 楼] | Posted: 2007-08-20 12:43 顶端
ynwa




该用户目前不在线
级别: 新手上路
精华: 0
发帖: 46
威望: 47 点
镭: 53 L
贡献值: 0 点
在线时间:42(小时)
注册时间:2007-06-14
最后登录:2008-04-10
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子



还是不行啊.

awei@localhost:~$ sudo gedit /etc/apt/sources.list
awei@localhost:~$ sudo apt-get update
获取:1 http://rays.openrays.org baihong Release.gpg [189B]
忽略 http://rays.openrays.org baihong/main Translation-zh_CN
忽略 http://rays.openrays.org baihong/contrib Translation-zh_CN
忽略 http://rays.openrays.org baihong/non-free Translation-zh_CN
命中 http://rays.openrays.org baihong Release
忽略 http://rays.openrays.org baihong/main Packages/DiffIndex
忽略 http://rays.openrays.org baihong/contrib Packages/DiffIndex
忽略 http://rays.openrays.org baihong/non-free Packages/DiffIndex
命中 http://rays.openrays.org baihong/main Packages
命中 http://rays.openrays.org baihong/contrib Packages
命中 http://rays.openrays.org baihong/non-free Packages
下载 1B,耗时 2s (0B/s)
正在读取软件包列表... 完成
awei@localhost:~$ sudo apt-get install gcc
正在读取软件包列表... 完成
正在分析软件包的依赖关系树    
正在读取状态信息... 完成
gcc 已经是最新的版本了。
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。
awei@localhost:~$ cd wine-0.9.43
awei@localhost:~/wine-0.9.43$ ./tools/wineinstall
WINE Installer v0.75

Running configure...

configure: creating cache config.cache
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.

Configure failed, aborting install.
awei@localhost:~/wine-0.9.43$

好像gcc没有装上啊?

[2 楼] | Posted: 2007-08-20 13:23 顶端
stanley


该用户目前不在线
级别: 管理员
精华: 1
发帖: 1122
威望: 1154 点
镭: 854 L
贡献值: 0 点
在线时间:844(小时)
注册时间:2002-11-07
最后登录:2011-10-12
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子



华镭仓库里面有wine阿,干吗要自己编译阿?
[3 楼] | Posted: 2007-08-20 14:03 顶端

华镭社区论坛 -> 应用程序