Operating System: Astra Linux (Orel 2.12.43)
Kernel: Linux 5.10.0-1038.40-generic
Architecture: x86-64
Пытаюсь собрать и установить wine 5.0 отсюда:
https://github.com/wine-mirror/wine/tree/oldstable
sam@astraOrel:~/wine$ ls
aclocal.m4 config.log COPYING.LIB fonts LICENSE MAINTAINERS programs tools
ANNOUNCE configure dlls include LICENSE.OLD nls README VERSION
AUTHORS configure.ac documentation libs loader po server
sam@astraOrel:~/wine$ ./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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for clang++... no
checking whether the compiler supports GNU C++... no
checking whether g++ accepts -g... no
checking for g++ option to enable C++11 features... none needed
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.
ia32-libs и ia32-libs-dev установлены. После установки - перезагрузил.
Как понять чего конкретно не хватает и как это найти?