新手求助一下 源代码包安装问题
Tofloor
poster avatar
lily_yang123
deepin
2019-04-02 02:50
Author
想自己安装软件,已经按照https://wiki.deepin.org/wiki/%E6%BA%90%E4%BB%A3%E7%A0%81%E5%8C%85说明操作了,但是在./configure时候老是提示checking whether gcc -m32 works... no。make做不起来。请教各位大神哪里没设对?
yca@yca-PC:~/Desktop/wine-4.0$ ./configure
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.


Reply Favorite View the author
All Replies
avatar
lily_yang123
deepin
2019-04-02 02:51
#1
按照网上说的sudo apt install openjdk-8-jdk 也做了。也不行
Reply View the author
avatar
158******08
deepin
2019-04-02 04:12
#2
别折腾了,下载现成的wine吧,你这个错误应该是缺少32位库,看看README怎么说的吧。
Reply View the author