发新话题
打印

ubuntu 安装 wine 出问题

ubuntu 安装 wine 出问题

configure: creating cache config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... no
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.      

TOP

没有安装gcc编译器

apt-get install gcc      
Powered By Myself

TOP

发新话题