Build 6.0 on Debian 10

Questions about Wine on Linux
Locked
KKing
Level 2
Level 2
Posts: 13
Joined: Thu Aug 30, 2018 4:49 am

Build 6.0 on Debian 10

Post by KKing »

So I've grabbed the source from winehq, then run .configure and got

Code: Select all

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.
So is something specific to gcc that I need to install or is there more to it?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Build 6.0 on Debian 10

Post by jkfloris »

If you want to build Wine on Debian I recommend you use the "build multilib wine" script from BobWya.
Locked