我的Linux装不上wine,请教高手

来源:百度知道 编辑:UC知道 时间:2024/06/15 23:32:34
我刚开始用linux,打开终端,输入./tools/wineinstall 后就出现下面这些,输入./configure也是一样的,我检查一下软件包,提示我已经按装了gcc的。应该怎么解决
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.

不用这么麻烦!你可以直接在终端中:sudo apt-get install wine
就可以了!不过这样安装的wine不是最新的!
详情参见http://yangdengtao.blog.163.com/blog/static/46684315200891811537947/
这是我的博客!

没有在PATH中添加gcc路径
看看你的gcc装到哪里了 export PATH=gcc的路径 :$PATH
这样就好了 最好把上面的话加到你的 ~/.bash_profile 中 这样reboot后不会消失

什么发型版?最好在线安装。