编译wine时出现的问题

Wine、Cedega、CrossOver 等配置
回复
yee
帖子: 125
注册时间: 2005-08-14 18:16
联系:

编译wine时出现的问题

#1

帖子 yee » 2005-12-21 16:32

代码: 全选

yee@ubuntu:~/wine-0.9.3$ ./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)... no
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.
操作系统应该可以更优雅一些
yee
帖子: 125
注册时间: 2005-08-14 18:16
联系:

#2

帖子 yee » 2005-12-22 16:26

没人懂吗
操作系统应该可以更优雅一些
zbc229
帖子: 14
注册时间: 2005-12-01 1:31
来自: Beijing
联系:

fix the error

#3

帖子 zbc229 » 2006-01-08 5:42

me too!
use the following command,i fix it. you can try.

sudo apt-get install libc6-dev g++ gcc flex bison
gjjiang
帖子: 18
注册时间: 2008-09-06 19:53

sudo apt-get build-dep wine

#4

帖子 gjjiang » 2008-09-07 10:55

安装编译wine的依赖环境sudo apt-get build-dep wine
回复