|
|
发表于 2008-4-21 21:43:19
|
显示全部楼层
Post by wind_133;1840636
我在终端里执行了tools下面的wineinstall出现下面的提示:
WINE Installer v0.75
~/Download/wine-0.9.57 ~/Download/wine-0.9.57/tools
Running configure...
configure: creating cache config.cache
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 cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Configure failed, aborting install.
我又运行了wine-0.9.57目录下的configure,出现下面的提示:
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 cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
就是装不上,请问是怎么回事? wineinstall 是 wine 源码 tarball 里的一个脚本便於用户对源码来编译安装 wine 的,你的系统里连编译器 gcc 都没有,当然是装不了的 |
|