Wine Installer v1.0
Warning !! wine binary (still) found, which may indicate
a (conflicting) previous installation.
You might want to abort and uninstall Wine first.
(If you previously tried to install from source manually,
run 'make uninstall' from the wine root directory)
We need to install Wine as the root user. Do you want us to build Wine,
'su root' and install Wine? Enter 'no' to build Wine without installing:
(yes/no) yes
Running configure...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
Configure failed, aborting install.
Jak rozwiązać ten problem?
software-installation
wine
jaorizabal
źródło
źródło
flex
ibison
taksudo apt install flex bison
pierwszy, ale tak to jest najlepszą odpowiedzią.Zgodnie z: https://stackoverflow.com/a/17748092/108802
Musisz zainstalować gcc-multilibs.
źródło
spróbuj zainstalować zależności 32-bitowe
źródło
Jestem w stanie wykonać instalacyjny linux „RedHat 6.4” po zainstalowaniu niektórych pakietów, takich jak gcc, gcc-c ++, flex, bison itp.
z poniżej uruchom na monit:
źródło
Ubuntu 18.04.1 mający 64 bity
sudo install flex
sudo install bison
./configure --enable-win64 --without-freetype
,make
źródło