[问题]安装WINE时出现的问题

Wine、Cedega、CrossOver 等配置
回复
shangsansj
帖子: 13
注册时间: 2007-02-13 21:33

[问题]安装WINE时出现的问题

#1

帖子 shangsansj » 2007-10-14 15:29

在sudo ./configure时,出现了这个错误提示,请问下是什么包还没有装上?
lijun@sssj:~/MyDownloads/wine-0.9.47$ sudo ./configure
Password:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
我的系统是7。04AMD64位的,下载的WINE是0。9。47的
头像
ct
帖子: 2201
注册时间: 2005-04-06 21:15
来自: 安徽黄山
联系:

#2

帖子 ct » 2007-10-14 15:35

很多包没装上,比如最基本的编译环境。
build-essential?也许我拼错了。
shangsansj
帖子: 13
注册时间: 2007-02-13 21:33

#3

帖子 shangsansj » 2007-10-14 15:37

那个我装了
sudo apt-get install build-essential

sudo apt-get install gcc libc6-dev fakeroot libglib1.2-dev libglib2.0-dev libltdl3-dev libmad0-dev libmng-dev libodbcinstq1c2 libogg-dev libpng12-dev libqt3-headers libqt3-mt-dev libvorbis-dev libxft-dev libxi-dev libxinerama-dev libxmu-dev libxmu-headers libxmuu-dev libxpm-dev libxtrap-dev libxtst-dev libxv-dev libxxf86dga-dev qt3-dev-tools render-dev unixodbc-dev x-dev x11proto-record-dev x11proto-trap-dev x11proto-video-dev x11proto-xf86dga-dev xlibs-dev fontforge flex bison libxext6
这些我都装上了
wh0608
帖子: 28
注册时间: 2006-12-04 3:26

#4

帖子 wh0608 » 2007-10-14 15:48

安装编译wine所需依赖库
sudo apt-get build-dep wine

这里有64位的编译安装方法
http://wiki.winehq.org/WineOn64bit
shangsansj
帖子: 13
注册时间: 2007-02-13 21:33

#5

帖子 shangsansj » 2007-10-14 16:45

多谢了,安装完成了,的确是少装了一个编译环境
回复