Wine 安装失败

Wine 安装失败
nidhi@premendra:~/Desktop/wine-4.0.2$ ./configure --enable-wine64
configure: WARNING: unrecognized options: --enable-wine64
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for ld... ld
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

答案1

不建议从源代码构建 Wine。更简单的方法是使用官方安装指南。使用这种方法,出现问题的可能性就会大大降低,并且可以确保您的 Wine 始终保持最新状态。此外,本指南中的所有说明都以合乎逻辑的顺序清晰详细地列出,使其更容易遵循。

希望这对你有帮助:)

相关内容